#AF5D61

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

Shades of Blush #AF5D61

Tints of Blush #AF5D61

Color information

#AF5D61 (or 0xAF5D61) is unknown color: approx Blush. HEX triplet: AF, 5D and 61. RGB value is (175,93,97). Sum of RGB (Red+Green+Blue) = 175+93+97=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5D61 is #50A29E. Grayscale: #767676. Windows color (decimal): -5284511 or 6380975. OLE color: 6380975.

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

Color convert

RGB1759397-
CMYK00.470.450.31
HSL357.07º33.88%52.55%-
HSV(B)357.07º46.86%68.63%-
XYZ23.7517.8113.49-
YUV117.97116.17168.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.95%
GREEN value IS 93 (36.72% from 255) = 25.48%
BLUE value IS 97 (38.28% from 255) = 26.58%
R=47.95%
G=25.48%
B=26.58%

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
Decimal175939700.470.450.31357.0733.8852.55
HexAF5D6102F2D1F1652235
Octal25713514105755375454265
Binary1010111110111011100001010111110110111111101100101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5D61; }

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

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

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

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

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

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

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

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