#AF586D

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

Shades of Blush #AF586D

Tints of Blush #AF586D

Color information

#AF586D (or 0xAF586D) is unknown color: approx Blush. HEX triplet: AF, 58 and 6D. RGB value is (175,88,109). Sum of RGB (Red+Green+Blue) = 175+88+109=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 88 (34.77% from 255 or 23.66% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 175 - color contains mainly: red. Hex color #AF586D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF586D is #50A792. Grayscale: #747474. Windows color (decimal): -5285779 or 7166127. OLE color: 7166127.

HSL color Cylindrical-coordinate representation of color #AF586D: hue angle of 345.52º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF586D is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB17588109-
CMYK00.500.380.31
HSL345.52º35.22%51.57%-
HSV(B)345.52º49.71%68.63%-
XYZ23.9317.216.53-
YUV116.41123.82169.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.04%
GREEN value IS 88 (34.77% from 255) = 23.66%
BLUE value IS 109 (42.97% from 255) = 29.30%
R=47.04%
G=23.66%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758810900.500.380.31345.5235.2251.57
HexAF586D032261F15a2334
Octal25713015506246375324364
Binary1010111110110001101101011001010011011111101011010100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF586D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF586D; }

 p { color: rgb(175,88,109); }

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

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

 a { background-color: rgb(175,88,109); }

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

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

 span { border-color: rgb(175,88,109); }

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