Shades of Rose Of Sharon #AA512C
Tints of Rose Of Sharon #AA512C
RGB
CMYK
RGB Variations
Color information
#AA512C (or 0xAA512C) is known color: Rose Of Sharon. HEX triplet: AA, 51 and 2C. RGB value is (170,81,44). Sum of RGB (Red+Green+Blue) = 170+81+44=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 81 (32.03% from 255 or 27.46% from 295); Blue value is 44 (17.58% from 255 or 14.92% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA512C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA512C is #55AED3. Grayscale: #676767. Windows color (decimal): -5615316 or 2904490. OLE color: 2904490.
HSL color Cylindrical-coordinate representation of color #AA512C: hue angle of 17.62º 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 #AA512C is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 81 | 44 | - |
| CMYK | 0 | 0.52 | 0.74 | 0.33 |
| HSL | 17.62º | 0.59% | 0.42% | - |
| HSV(B) | 17.62º | 0.74% | 0.67% | - |
| XYZ | 19.97 | 14.61 | 4.15 | - |
| YUV | 103.39 | 94.49 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 81 | 44 | 0 | 0.52 | 0.74 | 0.33 | 17.62 | 0.59 | 0.42 |
| Hex | AA | 51 | 2C | 0 | 34 | 4A | 21 | 12 | 3B | 2A |
| Octal | 252 | 121 | 54 | 0 | 64 | 112 | 41 | 22 | 73 | 52 |
| Binary | 10101010 | 1010001 | 101100 | 0 | 110100 | 1001010 | 100001 | 10010 | 111011 | 101010 |
Color Harmonies of #AA512C
Complementary color
Monochromatic Colors of #AA512C
Black with #AA512C
Text Example
Text Example
White with #AA512C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA512C; }
p { color: rgb(170,81,44); }
H1.HeaderClassName
{
color: #AA512C;
}
.AnyTagClassName
{
color: #AA512C;
}
</style>
background-color css
<style>
a { background-color: #AA512C; }
a { background-color: rgb(170,81,44); }
div.DivClassName
{
background-color: #AA512C;
}
.BgClassName
{
background-color: #AA512C;
}
</style>
border-color css
<style>
span { border-color: #AA512C; }
span { border-color: rgb(170,81,44); }
td.TdClassName
{
border-color: #AA512C;
}
.TagClassName
{
border-color: #AA512C;
}
</style>