Shades of Blush #AA596E
Tints of Blush #AA596E
RGB
CMYK
RGB Variations
Color information
#AA596E (or 0xAA596E) is known color: Blush. HEX triplet: AA, 59 and 6E. RGB value is (170,89,110). Sum of RGB (Red+Green+Blue) = 170+89+110=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 89 (35.16% from 255 or 24.12% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA596E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA596E is #55A691. Grayscale: #737373. Windows color (decimal): -5613202 or 7231914. OLE color: 7231914.
HSL color Cylindrical-coordinate representation of color #AA596E: hue angle of 344.44º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA596E is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 89 | 110 | - |
| CMYK | 0 | 0.48 | 0.35 | 0.33 |
| HSL | 344.44º | 0.32% | 0.51% | - |
| HSV(B) | 344.44º | 0.48% | 0.67% | - |
| XYZ | 22.96 | 16.82 | 16.79 | - |
| YUV | 115.61 | 124.84 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 89 | 110 | 0 | 0.48 | 0.35 | 0.33 | 344.44 | 0.32 | 0.51 |
| Hex | AA | 59 | 6E | 0 | 30 | 23 | 21 | 158 | 20 | 33 |
| Octal | 252 | 131 | 156 | 0 | 60 | 43 | 41 | 530 | 40 | 63 |
| Binary | 10101010 | 1011001 | 1101110 | 0 | 110000 | 100011 | 100001 | 101011000 | 100000 | 110011 |
Color Harmonies of #AA596E
Complementary color
Monochromatic Colors of #AA596E
Black with #AA596E
Text Example
Text Example
White with #AA596E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA596E; }
p { color: rgb(170,89,110); }
H1.HeaderClassName
{
color: #AA596E;
}
.AnyTagClassName
{
color: #AA596E;
}
</style>
background-color css
<style>
a { background-color: #AA596E; }
a { background-color: rgb(170,89,110); }
div.DivClassName
{
background-color: #AA596E;
}
.BgClassName
{
background-color: #AA596E;
}
</style>
border-color css
<style>
span { border-color: #AA596E; }
span { border-color: rgb(170,89,110); }
td.TdClassName
{
border-color: #AA596E;
}
.TagClassName
{
border-color: #AA596E;
}
</style>