Shades of Blush #A8566A
Tints of Blush #A8566A
RGB
CMYK
RGB Variations
Color information
#A8566A (or 0xA8566A) is known color: Blush. HEX triplet: A8, 56 and 6A. RGB value is (168,86,106). Sum of RGB (Red+Green+Blue) = 168+86+106=360 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.67% from 360); Green value is 86 (33.98% from 255 or 23.89% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 168 - color contains mainly: red. Hex color #A8566A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8566A is #57A995. Grayscale: #707070. Windows color (decimal): -5745046 or 6969000. OLE color: 6969000.
HSL color Cylindrical-coordinate representation of color #A8566A: hue angle of 345.37º 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 #A8566A is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 86 | 106 | - |
| CMYK | 0 | 0.49 | 0.37 | 0.34 |
| HSL | 345.37º | 0.32% | 0.5% | - |
| HSV(B) | 345.37º | 0.49% | 0.66% | - |
| XYZ | 22.08 | 16.02 | 15.56 | - |
| YUV | 112.8 | 124.17 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 86 | 106 | 0 | 0.49 | 0.37 | 0.34 | 345.37 | 0.32 | 0.5 |
| Hex | A8 | 56 | 6A | 0 | 31 | 25 | 22 | 159 | 20 | 32 |
| Octal | 250 | 126 | 152 | 0 | 61 | 45 | 42 | 531 | 40 | 62 |
| Binary | 10101000 | 1010110 | 1101010 | 0 | 110001 | 100101 | 100010 | 101011001 | 100000 | 110010 |
Color Harmonies of #A8566A
Complementary color
Monochromatic Colors of #A8566A
Black with #A8566A
Text Example
Text Example
White with #A8566A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8566A; }
p { color: rgb(168,86,106); }
H1.HeaderClassName
{
color: #A8566A;
}
.AnyTagClassName
{
color: #A8566A;
}
</style>
background-color css
<style>
a { background-color: #A8566A; }
a { background-color: rgb(168,86,106); }
div.DivClassName
{
background-color: #A8566A;
}
.BgClassName
{
background-color: #A8566A;
}
</style>
border-color css
<style>
span { border-color: #A8566A; }
span { border-color: rgb(168,86,106); }
td.TdClassName
{
border-color: #A8566A;
}
.TagClassName
{
border-color: #A8566A;
}
</style>