#AF5A6C

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

Shades of Blush #AF5A6C

Tints of Blush #AF5A6C

Color information

#AF5A6C (or 0xAF5A6C) is unknown color: approx Blush. HEX triplet: AF, 5A and 6C. RGB value is (175,90,108). Sum of RGB (Red+Green+Blue) = 175+90+108=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 90 (35.55% from 255 or 24.13% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5A6C is #50A593. Grayscale: #757575. Windows color (decimal): -5285268 or 7101103. OLE color: 7101103.

HSL color Cylindrical-coordinate representation of color #AF5A6C: hue angle of 347.29º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF5A6C is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB17590108-
CMYK00.490.380.31
HSL347.29º34.69%51.96%-
HSV(B)347.29º48.57%68.63%-
XYZ24.0417.5116.3-
YUV117.47122.66169.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.92%
GREEN value IS 90 (35.55% from 255) = 24.13%
BLUE value IS 108 (42.58% from 255) = 28.95%
R=46.92%
G=24.13%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759010800.490.380.31347.2934.6951.96
HexAF5A6C031261F15b2334
Octal25713215406146375334364
Binary1010111110110101101100011000110011011111101011011100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5A6C; }

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

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

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

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

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

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

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

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