#AF6064

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

Shades of Blush #AF6064

Tints of Blush #AF6064

Color information

#AF6064 (or 0xAF6064) is unknown color: approx Blush. HEX triplet: AF, 60 and 64. RGB value is (175,96,100). Sum of RGB (Red+Green+Blue) = 175+96+100=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 100 (39.45% from 255 or 26.95% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6064 is #509F9B. Grayscale: #787878. Windows color (decimal): -5283740 or 6578351. OLE color: 6578351.

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

Color convert

RGB17596100-
CMYK00.450.430.31
HSL356.96º33.05%53.14%-
HSV(B)356.96º45.14%68.63%-
XYZ24.1618.414.33-
YUV120.08116.67167.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.17%
GREEN value IS 96 (37.89% from 255) = 25.88%
BLUE value IS 100 (39.45% from 255) = 26.95%
R=47.17%
G=25.88%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759610000.450.430.31356.9633.0553.14
HexAF606402D2B1F1652135
Octal25714014405553375454165
Binary1010111111000001100100010110110101111111101100101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6064; }

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

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

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

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

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

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

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

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