Shades of Rose Of Sharon #AA4A2F
Tints of Rose Of Sharon #AA4A2F
RGB
CMYK
RGB Variations
Color information
#AA4A2F (or 0xAA4A2F) is known color: Rose Of Sharon. HEX triplet: AA, 4A and 2F. RGB value is (170,74,47). Sum of RGB (Red+Green+Blue) = 170+74+47=291 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.42% from 291); Green value is 74 (29.30% from 255 or 25.43% from 291); Blue value is 47 (18.75% from 255 or 16.15% from 291); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4A2F is #55B5D0. Grayscale: #636363. Windows color (decimal): -5617105 or 3099306. OLE color: 3099306.
HSL color Cylindrical-coordinate representation of color #AA4A2F: hue angle of 13.17º 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 #AA4A2F is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 74 | 47 | - |
| CMYK | 0 | 0.56 | 0.72 | 0.33 |
| HSL | 13.17º | 0.57% | 0.43% | - |
| HSV(B) | 13.17º | 0.72% | 0.67% | - |
| XYZ | 19.54 | 13.65 | 4.29 | - |
| YUV | 99.63 | 98.3 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 74 | 47 | 0 | 0.56 | 0.72 | 0.33 | 13.17 | 0.57 | 0.43 |
| Hex | AA | 4A | 2F | 0 | 38 | 48 | 21 | D | 39 | 2B |
| Octal | 252 | 112 | 57 | 0 | 70 | 110 | 41 | 15 | 71 | 53 |
| Binary | 10101010 | 1001010 | 101111 | 0 | 111000 | 1001000 | 100001 | 1101 | 111001 | 101011 |
Color Harmonies of #AA4A2F
Complementary color
Monochromatic Colors of #AA4A2F
Black with #AA4A2F
Text Example
Text Example
White with #AA4A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4A2F; }
p { color: rgb(170,74,47); }
H1.HeaderClassName
{
color: #AA4A2F;
}
.AnyTagClassName
{
color: #AA4A2F;
}
</style>
background-color css
<style>
a { background-color: #AA4A2F; }
a { background-color: rgb(170,74,47); }
div.DivClassName
{
background-color: #AA4A2F;
}
.BgClassName
{
background-color: #AA4A2F;
}
</style>
border-color css
<style>
span { border-color: #AA4A2F; }
span { border-color: rgb(170,74,47); }
td.TdClassName
{
border-color: #AA4A2F;
}
.TagClassName
{
border-color: #AA4A2F;
}
</style>