Shades of Blush #A8586A
Tints of Blush #A8586A
RGB
CMYK
RGB Variations
Color information
#A8586A (or 0xA8586A) is known color: Blush. HEX triplet: A8, 58 and 6A. RGB value is (168,88,106). Sum of RGB (Red+Green+Blue) = 168+88+106=362 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.41% from 362); Green value is 88 (34.77% from 255 or 24.31% from 362); Blue value is 106 (41.80% from 255 or 29.28% from 362); Max value from RGB is 168 - color contains mainly: red. Hex color #A8586A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8586A is #57A795. Grayscale: #717171. Windows color (decimal): -5744534 or 6969512. OLE color: 6969512.
HSL color Cylindrical-coordinate representation of color #A8586A: hue angle of 346.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 #A8586A is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 88 | 106 | - |
| CMYK | 0 | 0.48 | 0.37 | 0.34 |
| HSL | 346.5º | 0.31% | 0.5% | - |
| HSV(B) | 346.5º | 0.48% | 0.66% | - |
| XYZ | 22.24 | 16.34 | 15.62 | - |
| YUV | 113.97 | 123.5 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 88 | 106 | 0 | 0.48 | 0.37 | 0.34 | 346.5 | 0.31 | 0.5 |
| Hex | A8 | 58 | 6A | 0 | 30 | 25 | 22 | 15A | 1F | 32 |
| Octal | 250 | 130 | 152 | 0 | 60 | 45 | 42 | 532 | 37 | 62 |
| Binary | 10101000 | 1011000 | 1101010 | 0 | 110000 | 100101 | 100010 | 101011010 | 11111 | 110010 |
Color Harmonies of #A8586A
Complementary color
Monochromatic Colors of #A8586A
Black with #A8586A
Text Example
Text Example
White with #A8586A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8586A; }
p { color: rgb(168,88,106); }
H1.HeaderClassName
{
color: #A8586A;
}
.AnyTagClassName
{
color: #A8586A;
}
</style>
background-color css
<style>
a { background-color: #A8586A; }
a { background-color: rgb(168,88,106); }
div.DivClassName
{
background-color: #A8586A;
}
.BgClassName
{
background-color: #A8586A;
}
</style>
border-color css
<style>
span { border-color: #A8586A; }
span { border-color: rgb(168,88,106); }
td.TdClassName
{
border-color: #A8586A;
}
.TagClassName
{
border-color: #A8586A;
}
</style>