Shades of Rose Of Sharon #AA4520
Tints of Rose Of Sharon #AA4520
RGB
CMYK
RGB Variations
Color information
#AA4520 (or 0xAA4520) is known color: Rose Of Sharon. HEX triplet: AA, 45 and 20. RGB value is (170,69,32). Sum of RGB (Red+Green+Blue) = 170+69+32=271 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.73% from 271); Green value is 69 (27.34% from 255 or 25.46% from 271); Blue value is 32 (12.89% from 255 or 11.81% from 271); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4520 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4520 is #55BADF. Grayscale: #5F5F5F. Windows color (decimal): -5618400 or 2114986. OLE color: 2114986.
HSL color Cylindrical-coordinate representation of color #AA4520: hue angle of 16.09º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA4520 is Cyan = 0, Magento = 0.59, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 69 | 32 | - |
| CMYK | 0 | 0.59 | 0.81 | 0.33 |
| HSL | 16.09º | 0.68% | 0.4% | - |
| HSV(B) | 16.09º | 0.81% | 0.67% | - |
| XYZ | 18.97 | 12.91 | 2.86 | - |
| YUV | 94.98 | 92.46 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 69 | 32 | 0 | 0.59 | 0.81 | 0.33 | 16.09 | 0.68 | 0.4 |
| Hex | AA | 45 | 20 | 0 | 3B | 51 | 21 | 10 | 44 | 28 |
| Octal | 252 | 105 | 40 | 0 | 73 | 121 | 41 | 20 | 104 | 50 |
| Binary | 10101010 | 1000101 | 100000 | 0 | 111011 | 1010001 | 100001 | 10000 | 1000100 | 101000 |
Color Harmonies of #AA4520
Complementary color
Monochromatic Colors of #AA4520
Black with #AA4520
Text Example
Text Example
White with #AA4520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4520; }
p { color: rgb(170,69,32); }
H1.HeaderClassName
{
color: #AA4520;
}
.AnyTagClassName
{
color: #AA4520;
}
</style>
background-color css
<style>
a { background-color: #AA4520; }
a { background-color: rgb(170,69,32); }
div.DivClassName
{
background-color: #AA4520;
}
.BgClassName
{
background-color: #AA4520;
}
</style>
border-color css
<style>
span { border-color: #AA4520; }
span { border-color: rgb(170,69,32); }
td.TdClassName
{
border-color: #AA4520;
}
.TagClassName
{
border-color: #AA4520;
}
</style>