Shades of Rose Of Sharon #AA532A
Tints of Rose Of Sharon #AA532A
RGB
CMYK
RGB Variations
Color information
#AA532A (or 0xAA532A) is known color: Rose Of Sharon. HEX triplet: AA, 53 and 2A. RGB value is (170,83,42). Sum of RGB (Red+Green+Blue) = 170+83+42=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA532A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA532A is #55ACD5. Grayscale: #686868. Windows color (decimal): -5614806 or 2773930. OLE color: 2773930.
HSL color Cylindrical-coordinate representation of color #AA532A: hue angle of 19.22º 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 #AA532A is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 83 | 42 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.33 |
| HSL | 19.22º | 0.6% | 0.42% | - |
| HSV(B) | 19.22º | 0.75% | 0.67% | - |
| XYZ | 20.09 | 14.9 | 4.01 | - |
| YUV | 104.34 | 92.82 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 83 | 42 | 0 | 0.51 | 0.75 | 0.33 | 19.22 | 0.6 | 0.42 |
| Hex | AA | 53 | 2A | 0 | 33 | 4B | 21 | 13 | 3C | 2A |
| Octal | 252 | 123 | 52 | 0 | 63 | 113 | 41 | 23 | 74 | 52 |
| Binary | 10101010 | 1010011 | 101010 | 0 | 110011 | 1001011 | 100001 | 10011 | 111100 | 101010 |
Color Harmonies of #AA532A
Complementary color
Monochromatic Colors of #AA532A
Black with #AA532A
Text Example
Text Example
White with #AA532A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA532A; }
p { color: rgb(170,83,42); }
H1.HeaderClassName
{
color: #AA532A;
}
.AnyTagClassName
{
color: #AA532A;
}
</style>
background-color css
<style>
a { background-color: #AA532A; }
a { background-color: rgb(170,83,42); }
div.DivClassName
{
background-color: #AA532A;
}
.BgClassName
{
background-color: #AA532A;
}
</style>
border-color css
<style>
span { border-color: #AA532A; }
span { border-color: rgb(170,83,42); }
td.TdClassName
{
border-color: #AA532A;
}
.TagClassName
{
border-color: #AA532A;
}
</style>