Shades of Blush #AA566E
Tints of Blush #AA566E
RGB
CMYK
RGB Variations
Color information
#AA566E (or 0xAA566E) is known color: Blush. HEX triplet: AA, 56 and 6E. RGB value is (170,86,110). Sum of RGB (Red+Green+Blue) = 170+86+110=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 86 (33.98% from 255 or 23.50% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA566E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA566E is #55A991. Grayscale: #717171. Windows color (decimal): -5613970 or 7231146. OLE color: 7231146.
HSL color Cylindrical-coordinate representation of color #AA566E: hue angle of 342.86º 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 #AA566E is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 86 | 110 | - |
| CMYK | 0 | 0.49 | 0.35 | 0.33 |
| HSL | 342.86º | 0.33% | 0.5% | - |
| HSV(B) | 342.86º | 0.49% | 0.67% | - |
| XYZ | 22.72 | 16.33 | 16.71 | - |
| YUV | 113.85 | 125.83 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 86 | 110 | 0 | 0.49 | 0.35 | 0.33 | 342.86 | 0.33 | 0.5 |
| Hex | AA | 56 | 6E | 0 | 31 | 23 | 21 | 157 | 21 | 32 |
| Octal | 252 | 126 | 156 | 0 | 61 | 43 | 41 | 527 | 41 | 62 |
| Binary | 10101010 | 1010110 | 1101110 | 0 | 110001 | 100011 | 100001 | 101010111 | 100001 | 110010 |
Color Harmonies of #AA566E
Complementary color
Monochromatic Colors of #AA566E
Black with #AA566E
Text Example
Text Example
White with #AA566E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA566E; }
p { color: rgb(170,86,110); }
H1.HeaderClassName
{
color: #AA566E;
}
.AnyTagClassName
{
color: #AA566E;
}
</style>
background-color css
<style>
a { background-color: #AA566E; }
a { background-color: rgb(170,86,110); }
div.DivClassName
{
background-color: #AA566E;
}
.BgClassName
{
background-color: #AA566E;
}
</style>
border-color css
<style>
span { border-color: #AA566E; }
span { border-color: rgb(170,86,110); }
td.TdClassName
{
border-color: #AA566E;
}
.TagClassName
{
border-color: #AA566E;
}
</style>