Shades of Rose Of Sharon #AA4A2C
Tints of Rose Of Sharon #AA4A2C
RGB
CMYK
RGB Variations
Color information
#AA4A2C (or 0xAA4A2C) is known color: Rose Of Sharon. HEX triplet: AA, 4A and 2C. RGB value is (170,74,44). Sum of RGB (Red+Green+Blue) = 170+74+44=288 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.03% from 288); Green value is 74 (29.30% from 255 or 25.69% from 288); Blue value is 44 (17.58% from 255 or 15.28% from 288); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4A2C is #55B5D3. Grayscale: #636363. Windows color (decimal): -5617108 or 2902698. OLE color: 2902698.
HSL color Cylindrical-coordinate representation of color #AA4A2C: hue angle of 14.29º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA4A2C is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 74 | 44 | - |
| CMYK | 0 | 0.56 | 0.74 | 0.33 |
| HSL | 14.29º | 0.59% | 0.42% | - |
| HSV(B) | 14.29º | 0.74% | 0.67% | - |
| XYZ | 19.48 | 13.63 | 3.99 | - |
| YUV | 99.28 | 96.8 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 74 | 44 | 0 | 0.56 | 0.74 | 0.33 | 14.29 | 0.59 | 0.42 |
| Hex | AA | 4A | 2C | 0 | 38 | 4A | 21 | E | 3B | 2A |
| Octal | 252 | 112 | 54 | 0 | 70 | 112 | 41 | 16 | 73 | 52 |
| Binary | 10101010 | 1001010 | 101100 | 0 | 111000 | 1001010 | 100001 | 1110 | 111011 | 101010 |
Color Harmonies of #AA4A2C
Complementary color
Monochromatic Colors of #AA4A2C
Black with #AA4A2C
Text Example
Text Example
White with #AA4A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4A2C; }
p { color: rgb(170,74,44); }
H1.HeaderClassName
{
color: #AA4A2C;
}
.AnyTagClassName
{
color: #AA4A2C;
}
</style>
background-color css
<style>
a { background-color: #AA4A2C; }
a { background-color: rgb(170,74,44); }
div.DivClassName
{
background-color: #AA4A2C;
}
.BgClassName
{
background-color: #AA4A2C;
}
</style>
border-color css
<style>
span { border-color: #AA4A2C; }
span { border-color: rgb(170,74,44); }
td.TdClassName
{
border-color: #AA4A2C;
}
.TagClassName
{
border-color: #AA4A2C;
}
</style>