Shades of Blush #AF586D
Tints of Blush #AF586D
RGB
CMYK
RGB Variations
Color information
#AF586D (or 0xAF586D) is known color: 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
| RGB | 175 | 88 | 109 | - |
| CMYK | 0 | 0.50 | 0.38 | 0.31 |
| HSL | 345.52º | 0.35% | 0.52% | - |
| HSV(B) | 345.52º | 0.5% | 0.69% | - |
| XYZ | 23.93 | 17.2 | 16.53 | - |
| YUV | 116.41 | 123.82 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 88 | 109 | 0 | 0.50 | 0.38 | 0.31 | 345.52 | 0.35 | 0.52 |
| Hex | AF | 58 | 6D | 0 | 32 | 26 | 1F | 15A | 23 | 34 |
| Octal | 257 | 130 | 155 | 0 | 62 | 46 | 37 | 532 | 43 | 64 |
| Binary | 10101111 | 1011000 | 1101101 | 0 | 110010 | 100110 | 11111 | 101011010 | 100011 | 110100 |
Color Harmonies of #AF586D
Complementary color
Monochromatic Colors of #AF586D
Black with #AF586D
Text Example
Text Example
White with #AF586D
Text Example
Text Example
HTML Codes & Css Web 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>