Shades of Blush #AA536E
Tints of Blush #AA536E
RGB
CMYK
RGB Variations
Color information
#AA536E (or 0xAA536E) is known color: Blush. HEX triplet: AA, 53 and 6E. RGB value is (170,83,110). Sum of RGB (Red+Green+Blue) = 170+83+110=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 110 (43.36% from 255 or 30.30% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA536E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA536E is #55AC91. Grayscale: #707070. Windows color (decimal): -5614738 or 7230378. OLE color: 7230378.
HSL color Cylindrical-coordinate representation of color #AA536E: hue angle of 341.38º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA536E is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 83 | 110 | - |
| CMYK | 0 | 0.51 | 0.35 | 0.33 |
| HSL | 341.38º | 0.34% | 0.5% | - |
| HSV(B) | 341.38º | 0.51% | 0.67% | - |
| XYZ | 22.49 | 15.86 | 16.63 | - |
| YUV | 112.09 | 126.82 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 83 | 110 | 0 | 0.51 | 0.35 | 0.33 | 341.38 | 0.34 | 0.5 |
| Hex | AA | 53 | 6E | 0 | 33 | 23 | 21 | 155 | 22 | 32 |
| Octal | 252 | 123 | 156 | 0 | 63 | 43 | 41 | 525 | 42 | 62 |
| Binary | 10101010 | 1010011 | 1101110 | 0 | 110011 | 100011 | 100001 | 101010101 | 100010 | 110010 |
Color Harmonies of #AA536E
Complementary color
Monochromatic Colors of #AA536E
Black with #AA536E
Text Example
Text Example
White with #AA536E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA536E; }
p { color: rgb(170,83,110); }
H1.HeaderClassName
{
color: #AA536E;
}
.AnyTagClassName
{
color: #AA536E;
}
</style>
background-color css
<style>
a { background-color: #AA536E; }
a { background-color: rgb(170,83,110); }
div.DivClassName
{
background-color: #AA536E;
}
.BgClassName
{
background-color: #AA536E;
}
</style>
border-color css
<style>
span { border-color: #AA536E; }
span { border-color: rgb(170,83,110); }
td.TdClassName
{
border-color: #AA536E;
}
.TagClassName
{
border-color: #AA536E;
}
</style>