Shades of Blush #A8586E
Tints of Blush #A8586E
RGB
CMYK
RGB Variations
Color information
#A8586E (or 0xA8586E) is known color: Blush. HEX triplet: A8, 58 and 6E. RGB value is (168,88,110). Sum of RGB (Red+Green+Blue) = 168+88+110=366 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.90% from 366); Green value is 88 (34.77% from 255 or 24.04% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 168 - color contains mainly: red. Hex color #A8586E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8586E is #57A791. Grayscale: #727272. Windows color (decimal): -5744530 or 7231656. OLE color: 7231656.
HSL color Cylindrical-coordinate representation of color #A8586E: hue angle of 343.5º 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 #A8586E is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 88 | 110 | - |
| CMYK | 0 | 0.48 | 0.35 | 0.34 |
| HSL | 343.5º | 0.31% | 0.5% | - |
| HSV(B) | 343.5º | 0.48% | 0.66% | - |
| XYZ | 22.45 | 16.43 | 16.74 | - |
| YUV | 114.43 | 125.5 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 88 | 110 | 0 | 0.48 | 0.35 | 0.34 | 343.5 | 0.31 | 0.5 |
| Hex | A8 | 58 | 6E | 0 | 30 | 23 | 22 | 158 | 1F | 32 |
| Octal | 250 | 130 | 156 | 0 | 60 | 43 | 42 | 530 | 37 | 62 |
| Binary | 10101000 | 1011000 | 1101110 | 0 | 110000 | 100011 | 100010 | 101011000 | 11111 | 110010 |
Color Harmonies of #A8586E
Complementary color
Monochromatic Colors of #A8586E
Black with #A8586E
Text Example
Text Example
White with #A8586E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8586E; }
p { color: rgb(168,88,110); }
H1.HeaderClassName
{
color: #A8586E;
}
.AnyTagClassName
{
color: #A8586E;
}
</style>
background-color css
<style>
a { background-color: #A8586E; }
a { background-color: rgb(168,88,110); }
div.DivClassName
{
background-color: #A8586E;
}
.BgClassName
{
background-color: #A8586E;
}
</style>
border-color css
<style>
span { border-color: #A8586E; }
span { border-color: rgb(168,88,110); }
td.TdClassName
{
border-color: #A8586E;
}
.TagClassName
{
border-color: #A8586E;
}
</style>