Shades of Rose Of Sharon #AA4E2F
Tints of Rose Of Sharon #AA4E2F
RGB
CMYK
RGB Variations
Color information
#AA4E2F (or 0xAA4E2F) is known color: Rose Of Sharon. HEX triplet: AA, 4E and 2F. RGB value is (170,78,47). Sum of RGB (Red+Green+Blue) = 170+78+47=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 78 (30.86% from 255 or 26.44% from 295); Blue value is 47 (18.75% from 255 or 15.93% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA4E2F is #55B1D0. Grayscale: #666666. Windows color (decimal): -5616081 or 3100330. OLE color: 3100330.
HSL color Cylindrical-coordinate representation of color #AA4E2F: hue angle of 15.12º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA4E2F is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 78 | 47 | - |
| CMYK | 0 | 0.54 | 0.72 | 0.33 |
| HSL | 15.12º | 0.57% | 0.43% | - |
| HSV(B) | 15.12º | 0.72% | 0.67% | - |
| XYZ | 19.82 | 14.2 | 4.39 | - |
| YUV | 101.97 | 96.98 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 78 | 47 | 0 | 0.54 | 0.72 | 0.33 | 15.12 | 0.57 | 0.43 |
| Hex | AA | 4E | 2F | 0 | 36 | 48 | 21 | F | 39 | 2B |
| Octal | 252 | 116 | 57 | 0 | 66 | 110 | 41 | 17 | 71 | 53 |
| Binary | 10101010 | 1001110 | 101111 | 0 | 110110 | 1001000 | 100001 | 1111 | 111001 | 101011 |
Color Harmonies of #AA4E2F
Complementary color
Monochromatic Colors of #AA4E2F
Black with #AA4E2F
Text Example
Text Example
White with #AA4E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4E2F; }
p { color: rgb(170,78,47); }
H1.HeaderClassName
{
color: #AA4E2F;
}
.AnyTagClassName
{
color: #AA4E2F;
}
</style>
background-color css
<style>
a { background-color: #AA4E2F; }
a { background-color: rgb(170,78,47); }
div.DivClassName
{
background-color: #AA4E2F;
}
.BgClassName
{
background-color: #AA4E2F;
}
</style>
border-color css
<style>
span { border-color: #AA4E2F; }
span { border-color: rgb(170,78,47); }
td.TdClassName
{
border-color: #AA4E2F;
}
.TagClassName
{
border-color: #AA4E2F;
}
</style>