Shades of Rose Of Sharon #AA4E2C
Tints of Rose Of Sharon #AA4E2C
RGB
CMYK
RGB Variations
Color information
#AA4E2C (or 0xAA4E2C) is known color: Rose Of Sharon. HEX triplet: AA, 4E and 2C. RGB value is (170,78,44). Sum of RGB (Red+Green+Blue) = 170+78+44=292 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.22% from 292); Green value is 78 (30.86% from 255 or 26.71% from 292); Blue value is 44 (17.58% from 255 or 15.07% from 292); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA4E2C is #55B1D3. Grayscale: #656565. Windows color (decimal): -5616084 or 2903722. OLE color: 2903722.
HSL color Cylindrical-coordinate representation of color #AA4E2C: hue angle of 16.19º 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 #AA4E2C is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 78 | 44 | - |
| CMYK | 0 | 0.54 | 0.74 | 0.33 |
| HSL | 16.19º | 0.59% | 0.42% | - |
| HSV(B) | 16.19º | 0.74% | 0.67% | - |
| XYZ | 19.76 | 14.18 | 4.08 | - |
| YUV | 101.63 | 95.48 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 78 | 44 | 0 | 0.54 | 0.74 | 0.33 | 16.19 | 0.59 | 0.42 |
| Hex | AA | 4E | 2C | 0 | 36 | 4A | 21 | 10 | 3B | 2A |
| Octal | 252 | 116 | 54 | 0 | 66 | 112 | 41 | 20 | 73 | 52 |
| Binary | 10101010 | 1001110 | 101100 | 0 | 110110 | 1001010 | 100001 | 10000 | 111011 | 101010 |
Color Harmonies of #AA4E2C
Complementary color
Monochromatic Colors of #AA4E2C
Black with #AA4E2C
Text Example
Text Example
White with #AA4E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4E2C; }
p { color: rgb(170,78,44); }
H1.HeaderClassName
{
color: #AA4E2C;
}
.AnyTagClassName
{
color: #AA4E2C;
}
</style>
background-color css
<style>
a { background-color: #AA4E2C; }
a { background-color: rgb(170,78,44); }
div.DivClassName
{
background-color: #AA4E2C;
}
.BgClassName
{
background-color: #AA4E2C;
}
</style>
border-color css
<style>
span { border-color: #AA4E2C; }
span { border-color: rgb(170,78,44); }
td.TdClassName
{
border-color: #AA4E2C;
}
.TagClassName
{
border-color: #AA4E2C;
}
</style>