Shades of Rose Of Sharon #AA492C
Tints of Rose Of Sharon #AA492C
RGB
CMYK
RGB Variations
Color information
#AA492C (or 0xAA492C) is known color: Rose Of Sharon. HEX triplet: AA, 49 and 2C. RGB value is (170,73,44). Sum of RGB (Red+Green+Blue) = 170+73+44=287 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.23% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 44 (17.58% from 255 or 15.33% from 287); Max value from RGB is 170 - color contains mainly: red. Hex color #AA492C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA492C is #55B6D3. Grayscale: #626262. Windows color (decimal): -5617364 or 2902442. OLE color: 2902442.
HSL color Cylindrical-coordinate representation of color #AA492C: hue angle of 13.81º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA492C is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 73 | 44 | - |
| CMYK | 0 | 0.57 | 0.74 | 0.33 |
| HSL | 13.81º | 0.59% | 0.42% | - |
| HSV(B) | 13.81º | 0.74% | 0.67% | - |
| XYZ | 19.41 | 13.49 | 3.96 | - |
| YUV | 98.7 | 97.14 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 73 | 44 | 0 | 0.57 | 0.74 | 0.33 | 13.81 | 0.59 | 0.42 |
| Hex | AA | 49 | 2C | 0 | 39 | 4A | 21 | E | 3B | 2A |
| Octal | 252 | 111 | 54 | 0 | 71 | 112 | 41 | 16 | 73 | 52 |
| Binary | 10101010 | 1001001 | 101100 | 0 | 111001 | 1001010 | 100001 | 1110 | 111011 | 101010 |
Color Harmonies of #AA492C
Complementary color
Monochromatic Colors of #AA492C
Black with #AA492C
Text Example
Text Example
White with #AA492C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA492C; }
p { color: rgb(170,73,44); }
H1.HeaderClassName
{
color: #AA492C;
}
.AnyTagClassName
{
color: #AA492C;
}
</style>
background-color css
<style>
a { background-color: #AA492C; }
a { background-color: rgb(170,73,44); }
div.DivClassName
{
background-color: #AA492C;
}
.BgClassName
{
background-color: #AA492C;
}
</style>
border-color css
<style>
span { border-color: #AA492C; }
span { border-color: rgb(170,73,44); }
td.TdClassName
{
border-color: #AA492C;
}
.TagClassName
{
border-color: #AA492C;
}
</style>