Shades of Blush #AA596B
Tints of Blush #AA596B
RGB
CMYK
RGB Variations
Color information
#AA596B (or 0xAA596B) is known color: Blush. HEX triplet: AA, 59 and 6B. RGB value is (170,89,107). Sum of RGB (Red+Green+Blue) = 170+89+107=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 89 (35.16% from 255 or 24.32% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA596B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA596B is #55A694. Grayscale: #737373. Windows color (decimal): -5613205 or 7035306. OLE color: 7035306.
HSL color Cylindrical-coordinate representation of color #AA596B: hue angle of 346.67º 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 #AA596B is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 89 | 107 | - |
| CMYK | 0 | 0.48 | 0.37 | 0.33 |
| HSL | 346.67º | 0.32% | 0.51% | - |
| HSV(B) | 346.67º | 0.48% | 0.67% | - |
| XYZ | 22.8 | 16.75 | 15.94 | - |
| YUV | 115.27 | 123.34 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 89 | 107 | 0 | 0.48 | 0.37 | 0.33 | 346.67 | 0.32 | 0.51 |
| Hex | AA | 59 | 6B | 0 | 30 | 25 | 21 | 15B | 20 | 33 |
| Octal | 252 | 131 | 153 | 0 | 60 | 45 | 41 | 533 | 40 | 63 |
| Binary | 10101010 | 1011001 | 1101011 | 0 | 110000 | 100101 | 100001 | 101011011 | 100000 | 110011 |
Color Harmonies of #AA596B
Complementary color
Monochromatic Colors of #AA596B
Black with #AA596B
Text Example
Text Example
White with #AA596B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA596B; }
p { color: rgb(170,89,107); }
H1.HeaderClassName
{
color: #AA596B;
}
.AnyTagClassName
{
color: #AA596B;
}
</style>
background-color css
<style>
a { background-color: #AA596B; }
a { background-color: rgb(170,89,107); }
div.DivClassName
{
background-color: #AA596B;
}
.BgClassName
{
background-color: #AA596B;
}
</style>
border-color css
<style>
span { border-color: #AA596B; }
span { border-color: rgb(170,89,107); }
td.TdClassName
{
border-color: #AA596B;
}
.TagClassName
{
border-color: #AA596B;
}
</style>