Shades of Blush #AA566B
Tints of Blush #AA566B
RGB
CMYK
RGB Variations
Color information
#AA566B (or 0xAA566B) is known color: Blush. HEX triplet: AA, 56 and 6B. RGB value is (170,86,107). Sum of RGB (Red+Green+Blue) = 170+86+107=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 86 (33.98% from 255 or 23.69% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA566B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA566B is #55A994. Grayscale: #717171. Windows color (decimal): -5613973 or 7034538. OLE color: 7034538.
HSL color Cylindrical-coordinate representation of color #AA566B: hue angle of 345º 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 #AA566B is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 86 | 107 | - |
| CMYK | 0 | 0.49 | 0.37 | 0.33 |
| HSL | 345º | 0.33% | 0.5% | - |
| HSV(B) | 345º | 0.49% | 0.67% | - |
| XYZ | 22.56 | 16.26 | 15.86 | - |
| YUV | 113.51 | 124.33 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 86 | 107 | 0 | 0.49 | 0.37 | 0.33 | 345 | 0.33 | 0.5 |
| Hex | AA | 56 | 6B | 0 | 31 | 25 | 21 | 159 | 21 | 32 |
| Octal | 252 | 126 | 153 | 0 | 61 | 45 | 41 | 531 | 41 | 62 |
| Binary | 10101010 | 1010110 | 1101011 | 0 | 110001 | 100101 | 100001 | 101011001 | 100001 | 110010 |
Color Harmonies of #AA566B
Complementary color
Monochromatic Colors of #AA566B
Black with #AA566B
Text Example
Text Example
White with #AA566B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA566B; }
p { color: rgb(170,86,107); }
H1.HeaderClassName
{
color: #AA566B;
}
.AnyTagClassName
{
color: #AA566B;
}
</style>
background-color css
<style>
a { background-color: #AA566B; }
a { background-color: rgb(170,86,107); }
div.DivClassName
{
background-color: #AA566B;
}
.BgClassName
{
background-color: #AA566B;
}
</style>
border-color css
<style>
span { border-color: #AA566B; }
span { border-color: rgb(170,86,107); }
td.TdClassName
{
border-color: #AA566B;
}
.TagClassName
{
border-color: #AA566B;
}
</style>