Shades of Blush #A8576D
Tints of Blush #A8576D
RGB
CMYK
RGB Variations
Color information
#A8576D (or 0xA8576D) is known color: Blush. HEX triplet: A8, 57 and 6D. RGB value is (168,87,109). Sum of RGB (Red+Green+Blue) = 168+87+109=364 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.15% from 364); Green value is 87 (34.38% from 255 or 23.90% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 168 - color contains mainly: red. Hex color #A8576D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8576D is #57A892. Grayscale: #717171. Windows color (decimal): -5744787 or 7165864. OLE color: 7165864.
HSL color Cylindrical-coordinate representation of color #A8576D: hue angle of 343.7º degrees, saturation: 0.32, 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 #A8576D is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 87 | 109 | - |
| CMYK | 0 | 0.48 | 0.35 | 0.34 |
| HSL | 343.7º | 0.32% | 0.5% | - |
| HSV(B) | 343.7º | 0.48% | 0.66% | - |
| XYZ | 22.32 | 16.25 | 16.43 | - |
| YUV | 113.73 | 125.34 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 87 | 109 | 0 | 0.48 | 0.35 | 0.34 | 343.7 | 0.32 | 0.5 |
| Hex | A8 | 57 | 6D | 0 | 30 | 23 | 22 | 158 | 20 | 32 |
| Octal | 250 | 127 | 155 | 0 | 60 | 43 | 42 | 530 | 40 | 62 |
| Binary | 10101000 | 1010111 | 1101101 | 0 | 110000 | 100011 | 100010 | 101011000 | 100000 | 110010 |
Color Harmonies of #A8576D
Complementary color
Monochromatic Colors of #A8576D
Black with #A8576D
Text Example
Text Example
White with #A8576D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8576D; }
p { color: rgb(168,87,109); }
H1.HeaderClassName
{
color: #A8576D;
}
.AnyTagClassName
{
color: #A8576D;
}
</style>
background-color css
<style>
a { background-color: #A8576D; }
a { background-color: rgb(168,87,109); }
div.DivClassName
{
background-color: #A8576D;
}
.BgClassName
{
background-color: #A8576D;
}
</style>
border-color css
<style>
span { border-color: #A8576D; }
span { border-color: rgb(168,87,109); }
td.TdClassName
{
border-color: #A8576D;
}
.TagClassName
{
border-color: #A8576D;
}
</style>