#AF5660

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

Shades of Blush #AF5660

Tints of Blush #AF5660

Color information

#AF5660 (or 0xAF5660) is unknown color: approx Blush. HEX triplet: AF, 56 and 60. RGB value is (175,86,96). Sum of RGB (Red+Green+Blue) = 175+86+96=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 96 (37.89% from 255 or 26.89% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5660 is #50A99F. Grayscale: #717171. Windows color (decimal): -5286304 or 6313647. OLE color: 6313647.

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

Color convert

RGB1758696-
CMYK00.510.450.31
HSL353.26º35.74%51.18%-
HSV(B)353.26º50.86%68.63%-
XYZ23.1216.6113.05-
YUV113.75117.99171.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.02%
GREEN value IS 86 (33.98% from 255) = 24.09%
BLUE value IS 96 (37.89% from 255) = 26.89%
R=49.02%
G=24.09%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175869600.510.450.31353.2635.7451.18
HexAF56600332D1F1612433
Octal25712614006355375414463
Binary1010111110101101100000011001110110111111101100001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5660; }

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

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

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

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

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

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

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

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