Shades of Blush #AA536A
Tints of Blush #AA536A
RGB
CMYK
RGB Variations
Color information
#AA536A (or 0xAA536A) is known color: Blush. HEX triplet: AA, 53 and 6A. RGB value is (170,83,106). Sum of RGB (Red+Green+Blue) = 170+83+106=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA536A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA536A is #55AC95. Grayscale: #6F6F6F. Windows color (decimal): -5614742 or 6968234. OLE color: 6968234.
HSL color Cylindrical-coordinate representation of color #AA536A: hue angle of 344.14º 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 #AA536A is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 83 | 106 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.33 |
| HSL | 344.14º | 0.34% | 0.5% | - |
| HSV(B) | 344.14º | 0.51% | 0.67% | - |
| XYZ | 22.27 | 15.77 | 15.51 | - |
| YUV | 111.64 | 124.82 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 83 | 106 | 0 | 0.51 | 0.38 | 0.33 | 344.14 | 0.34 | 0.5 |
| Hex | AA | 53 | 6A | 0 | 33 | 26 | 21 | 158 | 22 | 32 |
| Octal | 252 | 123 | 152 | 0 | 63 | 46 | 41 | 530 | 42 | 62 |
| Binary | 10101010 | 1010011 | 1101010 | 0 | 110011 | 100110 | 100001 | 101011000 | 100010 | 110010 |
Color Harmonies of #AA536A
Complementary color
Monochromatic Colors of #AA536A
Black with #AA536A
Text Example
Text Example
White with #AA536A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA536A; }
p { color: rgb(170,83,106); }
H1.HeaderClassName
{
color: #AA536A;
}
.AnyTagClassName
{
color: #AA536A;
}
</style>
background-color css
<style>
a { background-color: #AA536A; }
a { background-color: rgb(170,83,106); }
div.DivClassName
{
background-color: #AA536A;
}
.BgClassName
{
background-color: #AA536A;
}
</style>
border-color css
<style>
span { border-color: #AA536A; }
span { border-color: rgb(170,83,106); }
td.TdClassName
{
border-color: #AA536A;
}
.TagClassName
{
border-color: #AA536A;
}
</style>