Shades of Blush #AA576D
Tints of Blush #AA576D
RGB
CMYK
RGB Variations
Color information
#AA576D (or 0xAA576D) is known color: Blush. HEX triplet: AA, 57 and 6D. RGB value is (170,87,109). Sum of RGB (Red+Green+Blue) = 170+87+109=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 87 (34.38% from 255 or 23.77% from 366); Blue value is 109 (42.97% from 255 or 29.78% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA576D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA576D is #55A892. Grayscale: #727272. Windows color (decimal): -5613715 or 7165866. OLE color: 7165866.
HSL color Cylindrical-coordinate representation of color #AA576D: hue angle of 344.1º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA576D is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 87 | 109 | - |
| CMYK | 0 | 0.49 | 0.36 | 0.33 |
| HSL | 344.1º | 0.33% | 0.5% | - |
| HSV(B) | 344.1º | 0.49% | 0.67% | - |
| XYZ | 22.75 | 16.47 | 16.45 | - |
| YUV | 114.33 | 125 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 87 | 109 | 0 | 0.49 | 0.36 | 0.33 | 344.1 | 0.33 | 0.5 |
| Hex | AA | 57 | 6D | 0 | 31 | 24 | 21 | 158 | 21 | 32 |
| Octal | 252 | 127 | 155 | 0 | 61 | 44 | 41 | 530 | 41 | 62 |
| Binary | 10101010 | 1010111 | 1101101 | 0 | 110001 | 100100 | 100001 | 101011000 | 100001 | 110010 |
Color Harmonies of #AA576D
Complementary color
Monochromatic Colors of #AA576D
Black with #AA576D
Text Example
Text Example
White with #AA576D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA576D; }
p { color: rgb(170,87,109); }
H1.HeaderClassName
{
color: #AA576D;
}
.AnyTagClassName
{
color: #AA576D;
}
</style>
background-color css
<style>
a { background-color: #AA576D; }
a { background-color: rgb(170,87,109); }
div.DivClassName
{
background-color: #AA576D;
}
.BgClassName
{
background-color: #AA576D;
}
</style>
border-color css
<style>
span { border-color: #AA576D; }
span { border-color: rgb(170,87,109); }
td.TdClassName
{
border-color: #AA576D;
}
.TagClassName
{
border-color: #AA576D;
}
</style>