Shades of Blush #AA596A
Tints of Blush #AA596A
RGB
CMYK
RGB Variations
Color information
#AA596A (or 0xAA596A) is known color: Blush. HEX triplet: AA, 59 and 6A. RGB value is (170,89,106). Sum of RGB (Red+Green+Blue) = 170+89+106=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 89 (35.16% from 255 or 24.38% from 365); Blue value is 106 (41.80% from 255 or 29.04% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA596A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA596A is #55A695. Grayscale: #737373. Windows color (decimal): -5613206 or 6969770. OLE color: 6969770.
HSL color Cylindrical-coordinate representation of color #AA596A: hue angle of 347.41º 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 #AA596A is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 89 | 106 | - |
| CMYK | 0 | 0.48 | 0.38 | 0.33 |
| HSL | 347.41º | 0.32% | 0.51% | - |
| HSV(B) | 347.41º | 0.48% | 0.67% | - |
| XYZ | 22.75 | 16.73 | 15.67 | - |
| YUV | 115.16 | 122.84 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 89 | 106 | 0 | 0.48 | 0.38 | 0.33 | 347.41 | 0.32 | 0.51 |
| Hex | AA | 59 | 6A | 0 | 30 | 26 | 21 | 15B | 20 | 33 |
| Octal | 252 | 131 | 152 | 0 | 60 | 46 | 41 | 533 | 40 | 63 |
| Binary | 10101010 | 1011001 | 1101010 | 0 | 110000 | 100110 | 100001 | 101011011 | 100000 | 110011 |
Color Harmonies of #AA596A
Complementary color
Monochromatic Colors of #AA596A
Black with #AA596A
Text Example
Text Example
White with #AA596A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA596A; }
p { color: rgb(170,89,106); }
H1.HeaderClassName
{
color: #AA596A;
}
.AnyTagClassName
{
color: #AA596A;
}
</style>
background-color css
<style>
a { background-color: #AA596A; }
a { background-color: rgb(170,89,106); }
div.DivClassName
{
background-color: #AA596A;
}
.BgClassName
{
background-color: #AA596A;
}
</style>
border-color css
<style>
span { border-color: #AA596A; }
span { border-color: rgb(170,89,106); }
td.TdClassName
{
border-color: #AA596A;
}
.TagClassName
{
border-color: #AA596A;
}
</style>