Shades of Rose Of Sharon #AA4F2E
Tints of Rose Of Sharon #AA4F2E
RGB
CMYK
RGB Variations
Color information
#AA4F2E (or 0xAA4F2E) is known color: Rose Of Sharon. HEX triplet: AA, 4F and 2E. RGB value is (170,79,46). Sum of RGB (Red+Green+Blue) = 170+79+46=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 79 (31.25% from 255 or 26.78% from 295); Blue value is 46 (18.36% from 255 or 15.59% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4F2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA4F2E is #55B0D1. Grayscale: #666666. Windows color (decimal): -5615826 or 3035050. OLE color: 3035050.
HSL color Cylindrical-coordinate representation of color #AA4F2E: hue angle of 15.97º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA4F2E is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 79 | 46 | - |
| CMYK | 0 | 0.54 | 0.73 | 0.33 |
| HSL | 15.97º | 0.57% | 0.42% | - |
| HSV(B) | 15.97º | 0.73% | 0.67% | - |
| XYZ | 19.87 | 14.34 | 4.3 | - |
| YUV | 102.45 | 96.15 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 79 | 46 | 0 | 0.54 | 0.73 | 0.33 | 15.97 | 0.57 | 0.42 |
| Hex | AA | 4F | 2E | 0 | 36 | 49 | 21 | 10 | 39 | 2A |
| Octal | 252 | 117 | 56 | 0 | 66 | 111 | 41 | 20 | 71 | 52 |
| Binary | 10101010 | 1001111 | 101110 | 0 | 110110 | 1001001 | 100001 | 10000 | 111001 | 101010 |
Color Harmonies of #AA4F2E
Complementary color
Monochromatic Colors of #AA4F2E
Black with #AA4F2E
Text Example
Text Example
White with #AA4F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4F2E; }
p { color: rgb(170,79,46); }
H1.HeaderClassName
{
color: #AA4F2E;
}
.AnyTagClassName
{
color: #AA4F2E;
}
</style>
background-color css
<style>
a { background-color: #AA4F2E; }
a { background-color: rgb(170,79,46); }
div.DivClassName
{
background-color: #AA4F2E;
}
.BgClassName
{
background-color: #AA4F2E;
}
</style>
border-color css
<style>
span { border-color: #AA4F2E; }
span { border-color: rgb(170,79,46); }
td.TdClassName
{
border-color: #AA4F2E;
}
.TagClassName
{
border-color: #AA4F2E;
}
</style>