Shades of Blush #AA556C
Tints of Blush #AA556C
RGB
CMYK
RGB Variations
Color information
#AA556C (or 0xAA556C) is known color: Blush. HEX triplet: AA, 55 and 6C. RGB value is (170,85,108). Sum of RGB (Red+Green+Blue) = 170+85+108=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA556C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA556C is #55AA93. Grayscale: #717171. Windows color (decimal): -5614228 or 7099818. OLE color: 7099818.
HSL color Cylindrical-coordinate representation of color #AA556C: hue angle of 343.76º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA556C is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 85 | 108 | - |
| CMYK | 0 | 0.50 | 0.36 | 0.33 |
| HSL | 343.76º | 0.33% | 0.5% | - |
| HSV(B) | 343.76º | 0.5% | 0.67% | - |
| XYZ | 22.53 | 16.13 | 16.11 | - |
| YUV | 113.04 | 125.16 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 85 | 108 | 0 | 0.50 | 0.36 | 0.33 | 343.76 | 0.33 | 0.5 |
| Hex | AA | 55 | 6C | 0 | 32 | 24 | 21 | 158 | 21 | 32 |
| Octal | 252 | 125 | 154 | 0 | 62 | 44 | 41 | 530 | 41 | 62 |
| Binary | 10101010 | 1010101 | 1101100 | 0 | 110010 | 100100 | 100001 | 101011000 | 100001 | 110010 |
Color Harmonies of #AA556C
Complementary color
Monochromatic Colors of #AA556C
Black with #AA556C
Text Example
Text Example
White with #AA556C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA556C; }
p { color: rgb(170,85,108); }
H1.HeaderClassName
{
color: #AA556C;
}
.AnyTagClassName
{
color: #AA556C;
}
</style>
background-color css
<style>
a { background-color: #AA556C; }
a { background-color: rgb(170,85,108); }
div.DivClassName
{
background-color: #AA556C;
}
.BgClassName
{
background-color: #AA556C;
}
</style>
border-color css
<style>
span { border-color: #AA556C; }
span { border-color: rgb(170,85,108); }
td.TdClassName
{
border-color: #AA556C;
}
.TagClassName
{
border-color: #AA556C;
}
</style>