Shades of Blush #A8566D
Tints of Blush #A8566D
RGB
CMYK
RGB Variations
Color information
#A8566D (or 0xA8566D) is known color: Blush. HEX triplet: A8, 56 and 6D. RGB value is (168,86,109). Sum of RGB (Red+Green+Blue) = 168+86+109=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 86 (33.98% from 255 or 23.69% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 168 - color contains mainly: red. Hex color #A8566D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8566D is #57A992. Grayscale: #717171. Windows color (decimal): -5745043 or 7165608. OLE color: 7165608.
HSL color Cylindrical-coordinate representation of color #A8566D: hue angle of 343.17º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A8566D is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 86 | 109 | - |
| CMYK | 0 | 0.49 | 0.35 | 0.34 |
| HSL | 343.17º | 0.32% | 0.5% | - |
| HSV(B) | 343.17º | 0.49% | 0.66% | - |
| XYZ | 22.24 | 16.08 | 16.4 | - |
| YUV | 113.14 | 125.67 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 86 | 109 | 0 | 0.49 | 0.35 | 0.34 | 343.17 | 0.32 | 0.5 |
| Hex | A8 | 56 | 6D | 0 | 31 | 23 | 22 | 157 | 20 | 32 |
| Octal | 250 | 126 | 155 | 0 | 61 | 43 | 42 | 527 | 40 | 62 |
| Binary | 10101000 | 1010110 | 1101101 | 0 | 110001 | 100011 | 100010 | 101010111 | 100000 | 110010 |
Color Harmonies of #A8566D
Complementary color
Monochromatic Colors of #A8566D
Black with #A8566D
Text Example
Text Example
White with #A8566D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8566D; }
p { color: rgb(168,86,109); }
H1.HeaderClassName
{
color: #A8566D;
}
.AnyTagClassName
{
color: #A8566D;
}
</style>
background-color css
<style>
a { background-color: #A8566D; }
a { background-color: rgb(168,86,109); }
div.DivClassName
{
background-color: #A8566D;
}
.BgClassName
{
background-color: #A8566D;
}
</style>
border-color css
<style>
span { border-color: #A8566D; }
span { border-color: rgb(168,86,109); }
td.TdClassName
{
border-color: #A8566D;
}
.TagClassName
{
border-color: #A8566D;
}
</style>