Shades of Blush #AA536B
Tints of Blush #AA536B
RGB
CMYK
RGB Variations
Color information
#AA536B (or 0xAA536B) is known color: Blush. HEX triplet: AA, 53 and 6B. RGB value is (170,83,107). Sum of RGB (Red+Green+Blue) = 170+83+107=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 83 (32.81% from 255 or 23.06% from 360); Blue value is 107 (42.19% from 255 or 29.72% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA536B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA536B is #55AC94. Grayscale: #6F6F6F. Windows color (decimal): -5614741 or 7033770. OLE color: 7033770.
HSL color Cylindrical-coordinate representation of color #AA536B: hue angle of 343.45º 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 #AA536B is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 83 | 107 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.33 |
| HSL | 343.45º | 0.34% | 0.5% | - |
| HSV(B) | 343.45º | 0.51% | 0.67% | - |
| XYZ | 22.32 | 15.79 | 15.78 | - |
| YUV | 111.75 | 125.32 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 83 | 107 | 0 | 0.51 | 0.37 | 0.33 | 343.45 | 0.34 | 0.5 |
| Hex | AA | 53 | 6B | 0 | 33 | 25 | 21 | 157 | 22 | 32 |
| Octal | 252 | 123 | 153 | 0 | 63 | 45 | 41 | 527 | 42 | 62 |
| Binary | 10101010 | 1010011 | 1101011 | 0 | 110011 | 100101 | 100001 | 101010111 | 100010 | 110010 |
Color Harmonies of #AA536B
Complementary color
Monochromatic Colors of #AA536B
Black with #AA536B
Text Example
Text Example
White with #AA536B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA536B; }
p { color: rgb(170,83,107); }
H1.HeaderClassName
{
color: #AA536B;
}
.AnyTagClassName
{
color: #AA536B;
}
</style>
background-color css
<style>
a { background-color: #AA536B; }
a { background-color: rgb(170,83,107); }
div.DivClassName
{
background-color: #AA536B;
}
.BgClassName
{
background-color: #AA536B;
}
</style>
border-color css
<style>
span { border-color: #AA536B; }
span { border-color: rgb(170,83,107); }
td.TdClassName
{
border-color: #AA536B;
}
.TagClassName
{
border-color: #AA536B;
}
</style>