Shades of Blush #A8586F
Tints of Blush #A8586F
RGB
CMYK
RGB Variations
Color information
#A8586F (or 0xA8586F) is known color: Blush. HEX triplet: A8, 58 and 6F. RGB value is (168,88,111). Sum of RGB (Red+Green+Blue) = 168+88+111=367 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.78% from 367); Green value is 88 (34.77% from 255 or 23.98% from 367); Blue value is 111 (43.75% from 255 or 30.25% from 367); Max value from RGB is 168 - color contains mainly: red. Hex color #A8586F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8586F is #57A790. Grayscale: #727272. Windows color (decimal): -5744529 or 7297192. OLE color: 7297192.
HSL color Cylindrical-coordinate representation of color #A8586F: hue angle of 342.75º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A8586F is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 88 | 111 | - |
| CMYK | 0 | 0.48 | 0.34 | 0.34 |
| HSL | 342.75º | 0.31% | 0.5% | - |
| HSV(B) | 342.75º | 0.48% | 0.66% | - |
| XYZ | 22.51 | 16.45 | 17.03 | - |
| YUV | 114.54 | 126 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 88 | 111 | 0 | 0.48 | 0.34 | 0.34 | 342.75 | 0.31 | 0.5 |
| Hex | A8 | 58 | 6F | 0 | 30 | 22 | 22 | 157 | 1F | 32 |
| Octal | 250 | 130 | 157 | 0 | 60 | 42 | 42 | 527 | 37 | 62 |
| Binary | 10101000 | 1011000 | 1101111 | 0 | 110000 | 100010 | 100010 | 101010111 | 11111 | 110010 |
Color Harmonies of #A8586F
Complementary color
Monochromatic Colors of #A8586F
Black with #A8586F
Text Example
Text Example
White with #A8586F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8586F; }
p { color: rgb(168,88,111); }
H1.HeaderClassName
{
color: #A8586F;
}
.AnyTagClassName
{
color: #A8586F;
}
</style>
background-color css
<style>
a { background-color: #A8586F; }
a { background-color: rgb(168,88,111); }
div.DivClassName
{
background-color: #A8586F;
}
.BgClassName
{
background-color: #A8586F;
}
</style>
border-color css
<style>
span { border-color: #A8586F; }
span { border-color: rgb(168,88,111); }
td.TdClassName
{
border-color: #A8586F;
}
.TagClassName
{
border-color: #A8586F;
}
</style>