Shades of Rose Of Sharon #AA4931
Tints of Rose Of Sharon #AA4931
RGB
CMYK
RGB Variations
Color information
#AA4931 (or 0xAA4931) is known color: Rose Of Sharon. HEX triplet: AA, 49 and 31. RGB value is (170,73,49). Sum of RGB (Red+Green+Blue) = 170+73+49=292 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.22% from 292); Green value is 73 (28.91% from 255 or 25% from 292); Blue value is 49 (19.53% from 255 or 16.78% from 292); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4931 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4931 is #55B6CE. Grayscale: #636363. Windows color (decimal): -5617359 or 3230122. OLE color: 3230122.
HSL color Cylindrical-coordinate representation of color #AA4931: hue angle of 11.9º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA4931 is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 73 | 49 | - |
| CMYK | 0 | 0.57 | 0.71 | 0.33 |
| HSL | 11.9º | 0.55% | 0.43% | - |
| HSV(B) | 11.9º | 0.71% | 0.67% | - |
| XYZ | 19.51 | 13.53 | 4.49 | - |
| YUV | 99.27 | 99.64 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 73 | 49 | 0 | 0.57 | 0.71 | 0.33 | 11.9 | 0.55 | 0.43 |
| Hex | AA | 49 | 31 | 0 | 39 | 47 | 21 | C | 37 | 2B |
| Octal | 252 | 111 | 61 | 0 | 71 | 107 | 41 | 14 | 67 | 53 |
| Binary | 10101010 | 1001001 | 110001 | 0 | 111001 | 1000111 | 100001 | 1100 | 110111 | 101011 |
Color Harmonies of #AA4931
Complementary color
Monochromatic Colors of #AA4931
Black with #AA4931
Text Example
Text Example
White with #AA4931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4931; }
p { color: rgb(170,73,49); }
H1.HeaderClassName
{
color: #AA4931;
}
.AnyTagClassName
{
color: #AA4931;
}
</style>
background-color css
<style>
a { background-color: #AA4931; }
a { background-color: rgb(170,73,49); }
div.DivClassName
{
background-color: #AA4931;
}
.BgClassName
{
background-color: #AA4931;
}
</style>
border-color css
<style>
span { border-color: #AA4931; }
span { border-color: rgb(170,73,49); }
td.TdClassName
{
border-color: #AA4931;
}
.TagClassName
{
border-color: #AA4931;
}
</style>