#AF596F

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

Shades of Blush #AF596F

Tints of Blush #AF596F

Color information

#AF596F (or 0xAF596F) is unknown color: approx Blush. HEX triplet: AF, 59 and 6F. RGB value is (175,89,111). Sum of RGB (Red+Green+Blue) = 175+89+111=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 111 (43.75% from 255 or 29.6% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AF596F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF596F is #50A690. Grayscale: #757575. Windows color (decimal): -5285521 or 7297455. OLE color: 7297455.

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

Color convert

RGB17589111-
CMYK00.490.370.31
HSL344.65º34.96%51.76%-
HSV(B)344.65º49.14%68.63%-
XYZ24.1217.4117.13-
YUV117.22124.49169.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.67%
GREEN value IS 89 (35.16% from 255) = 23.73%
BLUE value IS 111 (43.75% from 255) = 29.6%
R=46.67%
G=23.73%
B=29.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758911100.490.370.31344.6534.9651.76
HexAF596F031251F1592334
Octal25713115706145375314364
Binary1010111110110011101111011000110010111111101011001100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF596F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF596F; }

 p { color: rgb(175,89,111); }

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

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

 a { background-color: rgb(175,89,111); }

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

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

 span { border-color: rgb(175,89,111); }

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