Shades of Blush #AA5366
Tints of Blush #AA5366
RGB
CMYK
RGB Variations
Color information
#AA5366 (or 0xAA5366) is known color: Blush. HEX triplet: AA, 53 and 66. RGB value is (170,83,102). Sum of RGB (Red+Green+Blue) = 170+83+102=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 102 (40.23% from 255 or 28.73% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5366 is #55AC99. Grayscale: #6F6F6F. Windows color (decimal): -5614746 or 6706090. OLE color: 6706090.
HSL color Cylindrical-coordinate representation of color #AA5366: hue angle of 346.9º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA5366 is Cyan = 0, Magento = 0.51, Yellow = 0.4 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 83 | 102 | - |
| CMYK | 0 | 0.51 | 0.4 | 0.33 |
| HSL | 346.9º | 0.34% | 0.5% | - |
| HSV(B) | 346.9º | 0.51% | 0.67% | - |
| XYZ | 22.07 | 15.69 | 14.44 | - |
| YUV | 111.18 | 122.82 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 83 | 102 | 0 | 0.51 | 0.4 | 0.33 | 346.9 | 0.34 | 0.5 |
| Hex | AA | 53 | 66 | 0 | 33 | 28 | 21 | 15B | 22 | 32 |
| Octal | 252 | 123 | 146 | 0 | 63 | 50 | 41 | 533 | 42 | 62 |
| Binary | 10101010 | 1010011 | 1100110 | 0 | 110011 | 101000 | 100001 | 101011011 | 100010 | 110010 |
Color Harmonies of #AA5366
Complementary color
Monochromatic Colors of #AA5366
Black with #AA5366
Text Example
Text Example
White with #AA5366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5366; }
p { color: rgb(170,83,102); }
H1.HeaderClassName
{
color: #AA5366;
}
.AnyTagClassName
{
color: #AA5366;
}
</style>
background-color css
<style>
a { background-color: #AA5366; }
a { background-color: rgb(170,83,102); }
div.DivClassName
{
background-color: #AA5366;
}
.BgClassName
{
background-color: #AA5366;
}
</style>
border-color css
<style>
span { border-color: #AA5366; }
span { border-color: rgb(170,83,102); }
td.TdClassName
{
border-color: #AA5366;
}
.TagClassName
{
border-color: #AA5366;
}
</style>