Shades of Blush #AA5166
Tints of Blush #AA5166
RGB
CMYK
RGB Variations
Color information
#AA5166 (or 0xAA5166) is known color: Blush. HEX triplet: AA, 51 and 66. RGB value is (170,81,102). Sum of RGB (Red+Green+Blue) = 170+81+102=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 102 (40.23% from 255 or 28.90% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5166 is #55AE99. Grayscale: #6E6E6E. Windows color (decimal): -5615258 or 6705578. OLE color: 6705578.
HSL color Cylindrical-coordinate representation of color #AA5166: hue angle of 345.84º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA5166 is Cyan = 0, Magento = 0.52, Yellow = 0.4 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 81 | 102 | - |
| CMYK | 0 | 0.52 | 0.4 | 0.33 |
| HSL | 345.84º | 0.35% | 0.49% | - |
| HSV(B) | 345.84º | 0.52% | 0.67% | - |
| XYZ | 21.92 | 15.39 | 14.39 | - |
| YUV | 110.01 | 123.49 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 81 | 102 | 0 | 0.52 | 0.4 | 0.33 | 345.84 | 0.35 | 0.49 |
| Hex | AA | 51 | 66 | 0 | 34 | 28 | 21 | 15A | 23 | 31 |
| Octal | 252 | 121 | 146 | 0 | 64 | 50 | 41 | 532 | 43 | 61 |
| Binary | 10101010 | 1010001 | 1100110 | 0 | 110100 | 101000 | 100001 | 101011010 | 100011 | 110001 |
Color Harmonies of #AA5166
Complementary color
Monochromatic Colors of #AA5166
Black with #AA5166
Text Example
Text Example
White with #AA5166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5166; }
p { color: rgb(170,81,102); }
H1.HeaderClassName
{
color: #AA5166;
}
.AnyTagClassName
{
color: #AA5166;
}
</style>
background-color css
<style>
a { background-color: #AA5166; }
a { background-color: rgb(170,81,102); }
div.DivClassName
{
background-color: #AA5166;
}
.BgClassName
{
background-color: #AA5166;
}
</style>
border-color css
<style>
span { border-color: #AA5166; }
span { border-color: rgb(170,81,102); }
td.TdClassName
{
border-color: #AA5166;
}
.TagClassName
{
border-color: #AA5166;
}
</style>