Shades of Blush #AA596C
Tints of Blush #AA596C
RGB
CMYK
RGB Variations
Color information
#AA596C (or 0xAA596C) is known color: Blush. HEX triplet: AA, 59 and 6C. RGB value is (170,89,108). Sum of RGB (Red+Green+Blue) = 170+89+108=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 89 (35.16% from 255 or 24.25% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA596C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA596C is #55A693. Grayscale: #737373. Windows color (decimal): -5613204 or 7100842. OLE color: 7100842.
HSL color Cylindrical-coordinate representation of color #AA596C: hue angle of 345.93º 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 #AA596C is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 89 | 108 | - |
| CMYK | 0 | 0.48 | 0.36 | 0.33 |
| HSL | 345.93º | 0.32% | 0.51% | - |
| HSV(B) | 345.93º | 0.48% | 0.67% | - |
| XYZ | 22.86 | 16.77 | 16.22 | - |
| YUV | 115.39 | 123.84 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 89 | 108 | 0 | 0.48 | 0.36 | 0.33 | 345.93 | 0.32 | 0.51 |
| Hex | AA | 59 | 6C | 0 | 30 | 24 | 21 | 15A | 20 | 33 |
| Octal | 252 | 131 | 154 | 0 | 60 | 44 | 41 | 532 | 40 | 63 |
| Binary | 10101010 | 1011001 | 1101100 | 0 | 110000 | 100100 | 100001 | 101011010 | 100000 | 110011 |
Color Harmonies of #AA596C
Complementary color
Monochromatic Colors of #AA596C
Black with #AA596C
Text Example
Text Example
White with #AA596C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA596C; }
p { color: rgb(170,89,108); }
H1.HeaderClassName
{
color: #AA596C;
}
.AnyTagClassName
{
color: #AA596C;
}
</style>
background-color css
<style>
a { background-color: #AA596C; }
a { background-color: rgb(170,89,108); }
div.DivClassName
{
background-color: #AA596C;
}
.BgClassName
{
background-color: #AA596C;
}
</style>
border-color css
<style>
span { border-color: #AA596C; }
span { border-color: rgb(170,89,108); }
td.TdClassName
{
border-color: #AA596C;
}
.TagClassName
{
border-color: #AA596C;
}
</style>