#AF3B5F

Color #AF3B5F Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #AF3B5F

Tints of Rouge #AF3B5F

Color information

#AF3B5F (or 0xAF3B5F) is unknown color: approx Rouge. HEX triplet: AF, 3B and 5F. RGB value is (175,59,95). Sum of RGB (Red+Green+Blue) = 175+59+95=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 59 (23.44% from 255 or 17.93% from 329); Blue value is 95 (37.5% from 255 or 28.88% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3B5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3B5F is #50C4A0. Grayscale: #616161. Windows color (decimal): -5293217 or 6241199. OLE color: 6241199.

HSL color Cylindrical-coordinate representation of color #AF3B5F: hue angle of 341.38º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF3B5F is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB1755995-
CMYK00.660.460.31
HSL341.38º49.57%45.88%-
HSV(B)341.38º66.29%68.63%-
XYZ21.3113.0712.23-
YUV97.79126.43183.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 53.19%
GREEN value IS 59 (23.44% from 255) = 17.93%
BLUE value IS 95 (37.5% from 255) = 28.88%
R=53.19%
G=17.93%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175599500.660.460.31341.3849.5745.88
HexAF3B5F0422E1F155322e
Octal25773137010256375256256
Binary1010111111101110111110100001010111011111101010101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3B5F; }

 p { color: rgb(175,59,95); }

 H1.HeaderClassName
 {
   color: #AF3B5F;
 }
 .AnyTagClassName
 {
   color: #AF3B5F;
 }
</style>
background-color css

<style>
 a { background-color: #AF3B5F; }

 a { background-color: rgb(175,59,95); }

 div.DivClassName
 {
   background-color: #AF3B5F;
 }
 .BgClassName
 {
   background-color: #AF3B5F;
 }
</style>
border-color css

<style>
 span { border-color: #AF3B5F; }

 span { border-color: rgb(175,59,95); }

 td.TdClassName
 {
   border-color: #AF3B5F;
 }
 .TagClassName
 {
   border-color: #AF3B5F;
 }
</style>