Shades of Rose Of Sharon #AA492B
Tints of Rose Of Sharon #AA492B
RGB
CMYK
RGB Variations
Color information
#AA492B (or 0xAA492B) is known color: Rose Of Sharon. HEX triplet: AA, 49 and 2B. RGB value is (170,73,43). Sum of RGB (Red+Green+Blue) = 170+73+43=286 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.44% from 286); Green value is 73 (28.91% from 255 or 25.52% from 286); Blue value is 43 (17.19% from 255 or 15.03% from 286); Max value from RGB is 170 - color contains mainly: red. Hex color #AA492B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA492B is #55B6D4. Grayscale: #626262. Windows color (decimal): -5617365 or 2836906. OLE color: 2836906.
HSL color Cylindrical-coordinate representation of color #AA492B: hue angle of 14.17º 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 #AA492B is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 73 | 43 | - |
| CMYK | 0 | 0.57 | 0.75 | 0.33 |
| HSL | 14.17º | 0.6% | 0.42% | - |
| HSV(B) | 14.17º | 0.75% | 0.67% | - |
| XYZ | 19.4 | 13.49 | 3.87 | - |
| YUV | 98.58 | 96.64 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 73 | 43 | 0 | 0.57 | 0.75 | 0.33 | 14.17 | 0.6 | 0.42 |
| Hex | AA | 49 | 2B | 0 | 39 | 4B | 21 | E | 3C | 2A |
| Octal | 252 | 111 | 53 | 0 | 71 | 113 | 41 | 16 | 74 | 52 |
| Binary | 10101010 | 1001001 | 101011 | 0 | 111001 | 1001011 | 100001 | 1110 | 111100 | 101010 |
Color Harmonies of #AA492B
Complementary color
Monochromatic Colors of #AA492B
Black with #AA492B
Text Example
Text Example
White with #AA492B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA492B; }
p { color: rgb(170,73,43); }
H1.HeaderClassName
{
color: #AA492B;
}
.AnyTagClassName
{
color: #AA492B;
}
</style>
background-color css
<style>
a { background-color: #AA492B; }
a { background-color: rgb(170,73,43); }
div.DivClassName
{
background-color: #AA492B;
}
.BgClassName
{
background-color: #AA492B;
}
</style>
border-color css
<style>
span { border-color: #AA492B; }
span { border-color: rgb(170,73,43); }
td.TdClassName
{
border-color: #AA492B;
}
.TagClassName
{
border-color: #AA492B;
}
</style>