#af5f60

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

Shades of Blush #AF5F60

Tints of Blush #AF5F60

Color information

#AF5F60 (or 0xAF5F60) is unknown color: approx Blush. HEX triplet: AF, 5F and 60. RGB value is (175,95,96). Sum of RGB (Red+Green+Blue) = 175+95+96=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 95 (37.5% from 255 or 25.96% from 366); Blue value is 96 (37.89% from 255 or 26.23% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5F60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5F60 is #50A09F. Grayscale: #777777. Windows color (decimal): -5284000 or 6315951. OLE color: 6315951.

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

Color convert

RGB1759596-
CMYK00.460.450.31
HSL359.25º33.33%52.94%-
HSV(B)359.25º45.71%68.63%-
XYZ23.8818.1413.31-
YUV119.03115167.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.81%
GREEN value IS 95 (37.5% from 255) = 25.96%
BLUE value IS 96 (37.89% from 255) = 26.23%
R=47.81%
G=25.96%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175959600.460.450.31359.2533.3352.94
HexAF5F6002E2D1F1672135
Octal25713714005655375474165
Binary1010111110111111100000010111010110111111101100111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af5f60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af5f60; }

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

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

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

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

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

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

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

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