Shades of Rose Of Sharon #AA4521
Tints of Rose Of Sharon #AA4521
RGB
CMYK
RGB Variations
Color information
#AA4521 (or 0xAA4521) is known color: Rose Of Sharon. HEX triplet: AA, 45 and 21. RGB value is (170,69,33). Sum of RGB (Red+Green+Blue) = 170+69+33=272 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.5% from 272); Green value is 69 (27.34% from 255 or 25.37% from 272); Blue value is 33 (13.28% from 255 or 12.13% from 272); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4521 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4521 is #55BADE. Grayscale: #5F5F5F. Windows color (decimal): -5618399 or 2180522. OLE color: 2180522.
HSL color Cylindrical-coordinate representation of color #AA4521: hue angle of 15.77º degrees, saturation: 0.67, 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 #AA4521 is Cyan = 0, Magento = 0.59, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 69 | 33 | - |
| CMYK | 0 | 0.59 | 0.81 | 0.33 |
| HSL | 15.77º | 0.67% | 0.4% | - |
| HSV(B) | 15.77º | 0.81% | 0.67% | - |
| XYZ | 18.98 | 12.91 | 2.93 | - |
| YUV | 95.1 | 92.96 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 69 | 33 | 0 | 0.59 | 0.81 | 0.33 | 15.77 | 0.67 | 0.4 |
| Hex | AA | 45 | 21 | 0 | 3B | 51 | 21 | 10 | 43 | 28 |
| Octal | 252 | 105 | 41 | 0 | 73 | 121 | 41 | 20 | 103 | 50 |
| Binary | 10101010 | 1000101 | 100001 | 0 | 111011 | 1010001 | 100001 | 10000 | 1000011 | 101000 |
Color Harmonies of #AA4521
Complementary color
Monochromatic Colors of #AA4521
Black with #AA4521
Text Example
Text Example
White with #AA4521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4521; }
p { color: rgb(170,69,33); }
H1.HeaderClassName
{
color: #AA4521;
}
.AnyTagClassName
{
color: #AA4521;
}
</style>
background-color css
<style>
a { background-color: #AA4521; }
a { background-color: rgb(170,69,33); }
div.DivClassName
{
background-color: #AA4521;
}
.BgClassName
{
background-color: #AA4521;
}
</style>
border-color css
<style>
span { border-color: #AA4521; }
span { border-color: rgb(170,69,33); }
td.TdClassName
{
border-color: #AA4521;
}
.TagClassName
{
border-color: #AA4521;
}
</style>