Shades of Rose Of Sharon #AA532B
Tints of Rose Of Sharon #AA532B
RGB
CMYK
RGB Variations
Color information
#AA532B (or 0xAA532B) is known color: Rose Of Sharon. HEX triplet: AA, 53 and 2B. RGB value is (170,83,43). Sum of RGB (Red+Green+Blue) = 170+83+43=296 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.43% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 43 (17.19% from 255 or 14.53% from 296); Max value from RGB is 170 - color contains mainly: red. Hex color #AA532B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA532B is #55ACD4. Grayscale: #686868. Windows color (decimal): -5614805 or 2839466. OLE color: 2839466.
HSL color Cylindrical-coordinate representation of color #AA532B: hue angle of 18.9º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA532B is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 83 | 43 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.33 |
| HSL | 18.9º | 0.6% | 0.42% | - |
| HSV(B) | 18.9º | 0.75% | 0.67% | - |
| XYZ | 20.11 | 14.91 | 4.1 | - |
| YUV | 104.45 | 93.32 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 83 | 43 | 0 | 0.51 | 0.75 | 0.33 | 18.9 | 0.6 | 0.42 |
| Hex | AA | 53 | 2B | 0 | 33 | 4B | 21 | 13 | 3C | 2A |
| Octal | 252 | 123 | 53 | 0 | 63 | 113 | 41 | 23 | 74 | 52 |
| Binary | 10101010 | 1010011 | 101011 | 0 | 110011 | 1001011 | 100001 | 10011 | 111100 | 101010 |
Color Harmonies of #AA532B
Complementary color
Monochromatic Colors of #AA532B
Black with #AA532B
Text Example
Text Example
White with #AA532B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA532B; }
p { color: rgb(170,83,43); }
H1.HeaderClassName
{
color: #AA532B;
}
.AnyTagClassName
{
color: #AA532B;
}
</style>
background-color css
<style>
a { background-color: #AA532B; }
a { background-color: rgb(170,83,43); }
div.DivClassName
{
background-color: #AA532B;
}
.BgClassName
{
background-color: #AA532B;
}
</style>
border-color css
<style>
span { border-color: #AA532B; }
span { border-color: rgb(170,83,43); }
td.TdClassName
{
border-color: #AA532B;
}
.TagClassName
{
border-color: #AA532B;
}
</style>