Shades of Rose Of Sharon #AA4C2B
Tints of Rose Of Sharon #AA4C2B
RGB
CMYK
RGB Variations
Color information
#AA4C2B (or 0xAA4C2B) is known color: Rose Of Sharon. HEX triplet: AA, 4C and 2B. RGB value is (170,76,43). Sum of RGB (Red+Green+Blue) = 170+76+43=289 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.82% from 289); Green value is 76 (30.08% from 255 or 26.30% from 289); Blue value is 43 (17.19% from 255 or 14.88% from 289); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4C2B is #55B3D4. Grayscale: #646464. Windows color (decimal): -5616597 or 2837674. OLE color: 2837674.
HSL color Cylindrical-coordinate representation of color #AA4C2B: hue angle of 15.59º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA4C2B is Cyan = 0, Magento = 0.55, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 76 | 43 | - |
| CMYK | 0 | 0.55 | 0.75 | 0.33 |
| HSL | 15.59º | 0.6% | 0.42% | - |
| HSV(B) | 15.59º | 0.75% | 0.67% | - |
| XYZ | 19.6 | 13.89 | 3.93 | - |
| YUV | 100.34 | 95.64 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 76 | 43 | 0 | 0.55 | 0.75 | 0.33 | 15.59 | 0.6 | 0.42 |
| Hex | AA | 4C | 2B | 0 | 37 | 4B | 21 | 10 | 3C | 2A |
| Octal | 252 | 114 | 53 | 0 | 67 | 113 | 41 | 20 | 74 | 52 |
| Binary | 10101010 | 1001100 | 101011 | 0 | 110111 | 1001011 | 100001 | 10000 | 111100 | 101010 |
Color Harmonies of #AA4C2B
Complementary color
Monochromatic Colors of #AA4C2B
Black with #AA4C2B
Text Example
Text Example
White with #AA4C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4C2B; }
p { color: rgb(170,76,43); }
H1.HeaderClassName
{
color: #AA4C2B;
}
.AnyTagClassName
{
color: #AA4C2B;
}
</style>
background-color css
<style>
a { background-color: #AA4C2B; }
a { background-color: rgb(170,76,43); }
div.DivClassName
{
background-color: #AA4C2B;
}
.BgClassName
{
background-color: #AA4C2B;
}
</style>
border-color css
<style>
span { border-color: #AA4C2B; }
span { border-color: rgb(170,76,43); }
td.TdClassName
{
border-color: #AA4C2B;
}
.TagClassName
{
border-color: #AA4C2B;
}
</style>