Shades of Rose Of Sharon #AA4A24
Tints of Rose Of Sharon #AA4A24
RGB
CMYK
RGB Variations
Color information
#AA4A24 (or 0xAA4A24) is known color: Rose Of Sharon. HEX triplet: AA, 4A and 24. RGB value is (170,74,36). Sum of RGB (Red+Green+Blue) = 170+74+36=280 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.71% from 280); Green value is 74 (29.30% from 255 or 26.43% from 280); Blue value is 36 (14.45% from 255 or 12.86% from 280); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4A24 is #55B5DB. Grayscale: #626262. Windows color (decimal): -5617116 or 2378410. OLE color: 2378410.
HSL color Cylindrical-coordinate representation of color #AA4A24: hue angle of 17.01º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA4A24 is Cyan = 0, Magento = 0.56, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 74 | 36 | - |
| CMYK | 0 | 0.56 | 0.79 | 0.33 |
| HSL | 17.01º | 0.65% | 0.4% | - |
| HSV(B) | 17.01º | 0.79% | 0.67% | - |
| XYZ | 19.34 | 13.57 | 3.27 | - |
| YUV | 98.37 | 92.8 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 74 | 36 | 0 | 0.56 | 0.79 | 0.33 | 17.01 | 0.65 | 0.4 |
| Hex | AA | 4A | 24 | 0 | 38 | 4F | 21 | 11 | 41 | 28 |
| Octal | 252 | 112 | 44 | 0 | 70 | 117 | 41 | 21 | 101 | 50 |
| Binary | 10101010 | 1001010 | 100100 | 0 | 111000 | 1001111 | 100001 | 10001 | 1000001 | 101000 |
Color Harmonies of #AA4A24
Complementary color
Monochromatic Colors of #AA4A24
Black with #AA4A24
Text Example
Text Example
White with #AA4A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4A24; }
p { color: rgb(170,74,36); }
H1.HeaderClassName
{
color: #AA4A24;
}
.AnyTagClassName
{
color: #AA4A24;
}
</style>
background-color css
<style>
a { background-color: #AA4A24; }
a { background-color: rgb(170,74,36); }
div.DivClassName
{
background-color: #AA4A24;
}
.BgClassName
{
background-color: #AA4A24;
}
</style>
border-color css
<style>
span { border-color: #AA4A24; }
span { border-color: rgb(170,74,36); }
td.TdClassName
{
border-color: #AA4A24;
}
.TagClassName
{
border-color: #AA4A24;
}
</style>