Shades of Blush #AA5666
Tints of Blush #AA5666
RGB
CMYK
RGB Variations
Color information
#AA5666 (or 0xAA5666) is known color: Blush. HEX triplet: AA, 56 and 66. RGB value is (170,86,102). Sum of RGB (Red+Green+Blue) = 170+86+102=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 102 (40.23% from 255 or 28.49% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5666 is #55A999. Grayscale: #707070. Windows color (decimal): -5613978 or 6706858. OLE color: 6706858.
HSL color Cylindrical-coordinate representation of color #AA5666: hue angle of 348.57º 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 #AA5666 is Cyan = 0, Magento = 0.49, Yellow = 0.4 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 86 | 102 | - |
| CMYK | 0 | 0.49 | 0.4 | 0.33 |
| HSL | 348.57º | 0.33% | 0.5% | - |
| HSV(B) | 348.57º | 0.49% | 0.67% | - |
| XYZ | 22.3 | 16.16 | 14.51 | - |
| YUV | 112.94 | 121.83 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 86 | 102 | 0 | 0.49 | 0.4 | 0.33 | 348.57 | 0.33 | 0.5 |
| Hex | AA | 56 | 66 | 0 | 31 | 28 | 21 | 15D | 21 | 32 |
| Octal | 252 | 126 | 146 | 0 | 61 | 50 | 41 | 535 | 41 | 62 |
| Binary | 10101010 | 1010110 | 1100110 | 0 | 110001 | 101000 | 100001 | 101011101 | 100001 | 110010 |
Color Harmonies of #AA5666
Complementary color
Monochromatic Colors of #AA5666
Black with #AA5666
Text Example
Text Example
White with #AA5666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5666; }
p { color: rgb(170,86,102); }
H1.HeaderClassName
{
color: #AA5666;
}
.AnyTagClassName
{
color: #AA5666;
}
</style>
background-color css
<style>
a { background-color: #AA5666; }
a { background-color: rgb(170,86,102); }
div.DivClassName
{
background-color: #AA5666;
}
.BgClassName
{
background-color: #AA5666;
}
</style>
border-color css
<style>
span { border-color: #AA5666; }
span { border-color: rgb(170,86,102); }
td.TdClassName
{
border-color: #AA5666;
}
.TagClassName
{
border-color: #AA5666;
}
</style>