#AF5D60

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

Shades of Blush #AF5D60

Tints of Blush #AF5D60

Color information

#AF5D60 (or 0xAF5D60) is unknown color: approx Blush. HEX triplet: AF, 5D and 60. RGB value is (175,93,96). Sum of RGB (Red+Green+Blue) = 175+93+96=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 93 (36.72% from 255 or 25.55% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5D60 is #50A29F. Grayscale: #757575. Windows color (decimal): -5284512 or 6315439. OLE color: 6315439.

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

Color convert

RGB1759396-
CMYK00.470.450.31
HSL357.8º33.88%52.55%-
HSV(B)357.8º46.86%68.63%-
XYZ23.717.7913.25-
YUV117.86115.67168.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.08%
GREEN value IS 93 (36.72% from 255) = 25.55%
BLUE value IS 96 (37.89% from 255) = 26.37%
R=48.08%
G=25.55%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175939600.470.450.31357.833.8852.55
HexAF5D6002F2D1F1662235
Octal25713514005755375464265
Binary1010111110111011100000010111110110111111101100110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5D60; }

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

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

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

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

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

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

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

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