Shades of Blush #AA566C
Tints of Blush #AA566C
RGB
CMYK
RGB Variations
Color information
#AA566C (or 0xAA566C) is known color: Blush. HEX triplet: AA, 56 and 6C. RGB value is (170,86,108). Sum of RGB (Red+Green+Blue) = 170+86+108=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 86 (33.98% from 255 or 23.63% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA566C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA566C is #55A993. Grayscale: #717171. Windows color (decimal): -5613972 or 7100074. OLE color: 7100074.
HSL color Cylindrical-coordinate representation of color #AA566C: hue angle of 344.29º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA566C is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 86 | 108 | - |
| CMYK | 0 | 0.49 | 0.36 | 0.33 |
| HSL | 344.29º | 0.33% | 0.5% | - |
| HSV(B) | 344.29º | 0.49% | 0.67% | - |
| XYZ | 22.61 | 16.28 | 16.14 | - |
| YUV | 113.62 | 124.83 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 86 | 108 | 0 | 0.49 | 0.36 | 0.33 | 344.29 | 0.33 | 0.5 |
| Hex | AA | 56 | 6C | 0 | 31 | 24 | 21 | 158 | 21 | 32 |
| Octal | 252 | 126 | 154 | 0 | 61 | 44 | 41 | 530 | 41 | 62 |
| Binary | 10101010 | 1010110 | 1101100 | 0 | 110001 | 100100 | 100001 | 101011000 | 100001 | 110010 |
Color Harmonies of #AA566C
Complementary color
Monochromatic Colors of #AA566C
Black with #AA566C
Text Example
Text Example
White with #AA566C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA566C; }
p { color: rgb(170,86,108); }
H1.HeaderClassName
{
color: #AA566C;
}
.AnyTagClassName
{
color: #AA566C;
}
</style>
background-color css
<style>
a { background-color: #AA566C; }
a { background-color: rgb(170,86,108); }
div.DivClassName
{
background-color: #AA566C;
}
.BgClassName
{
background-color: #AA566C;
}
</style>
border-color css
<style>
span { border-color: #AA566C; }
span { border-color: rgb(170,86,108); }
td.TdClassName
{
border-color: #AA566C;
}
.TagClassName
{
border-color: #AA566C;
}
</style>