#AF4060

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

Shades of Rouge #AF4060

Tints of Rouge #AF4060

Color information

#AF4060 (or 0xAF4060) is unknown color: approx Rouge. HEX triplet: AF, 40 and 60. RGB value is (175,64,96). Sum of RGB (Red+Green+Blue) = 175+64+96=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 96 (37.89% from 255 or 28.66% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4060 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4060 is #50BF9F. Grayscale: #646464. Windows color (decimal): -5291936 or 6308015. OLE color: 6308015.

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

Color convert

RGB1756496-
CMYK00.630.450.31
HSL342.7º46.44%46.86%-
HSV(B)342.7º63.43%68.63%-
XYZ21.6213.6312.56-
YUV100.84125.27180.9-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.24%
GREEN value IS 64 (25.39% from 255) = 19.10%
BLUE value IS 96 (37.89% from 255) = 28.66%
R=52.24%
G=19.10%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175649600.630.450.31342.746.4446.86
HexAF406003F2D1F1572e2f
Octal25710014007755375275657
Binary1010111110000001100000011111110110111111101010111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4060; }

 p { color: rgb(175,64,96); }

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

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

 a { background-color: rgb(175,64,96); }

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

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

 span { border-color: rgb(175,64,96); }

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