#AF606C

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

Shades of Blush #AF606C

Tints of Blush #AF606C

Color information

#AF606C (or 0xAF606C) is unknown color: approx Blush. HEX triplet: AF, 60 and 6C. RGB value is (175,96,108). Sum of RGB (Red+Green+Blue) = 175+96+108=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 96 (37.89% from 255 or 25.33% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 175 - color contains mainly: red. Hex color #AF606C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF606C is #509F93. Grayscale: #797979. Windows color (decimal): -5283732 or 7102639. OLE color: 7102639.

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

Color convert

RGB17596108-
CMYK00.450.380.31
HSL350.89º33.05%53.14%-
HSV(B)350.89º45.14%68.63%-
XYZ24.5718.5616.48-
YUV120.99120.67166.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.17%
GREEN value IS 96 (37.89% from 255) = 25.33%
BLUE value IS 108 (42.58% from 255) = 28.50%
R=46.17%
G=25.33%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759610800.450.380.31350.8933.0553.14
HexAF606C02D261F15f2135
Octal25714015405546375374165
Binary1010111111000001101100010110110011011111101011111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF606C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF606C; }

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

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

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

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

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

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

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

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