#AF606E

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

Shades of Blush #AF606E

Tints of Blush #AF606E

Color information

#AF606E (or 0xAF606E) is unknown color: approx Blush. HEX triplet: AF, 60 and 6E. RGB value is (175,96,110). Sum of RGB (Red+Green+Blue) = 175+96+110=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 96 (37.89% from 255 or 25.20% from 381); Blue value is 110 (43.36% from 255 or 28.87% from 381); Max value from RGB is 175 - color contains mainly: red. Hex color #AF606E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF606E is #509F91. Grayscale: #797979. Windows color (decimal): -5283730 or 7233711. OLE color: 7233711.

HSL color Cylindrical-coordinate representation of color #AF606E: hue angle of 349.37º 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 #AF606E is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB17596110-
CMYK00.450.370.31
HSL349.37º33.05%53.14%-
HSV(B)349.37º45.14%68.63%-
XYZ24.6818.6117.04-
YUV121.22121.67166.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.93%
GREEN value IS 96 (37.89% from 255) = 25.20%
BLUE value IS 110 (43.36% from 255) = 28.87%
R=45.93%
G=25.20%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759611000.450.370.31349.3733.0553.14
HexAF606E02D251F15d2135
Octal25714015605545375354165
Binary1010111111000001101110010110110010111111101011101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF606E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF606E; }

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

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

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

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

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

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

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

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