Shades of Rose Of Sharon #AA562B
Tints of Rose Of Sharon #AA562B
RGB
CMYK
RGB Variations
Color information
#AA562B (or 0xAA562B) is known color: Rose Of Sharon. HEX triplet: AA, 56 and 2B. RGB value is (170,86,43). Sum of RGB (Red+Green+Blue) = 170+86+43=299 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.86% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 43 (17.19% from 255 or 14.38% from 299); Max value from RGB is 170 - color contains mainly: red. Hex color #AA562B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA562B is #55A9D4. Grayscale: #6A6A6A. Windows color (decimal): -5614037 or 2840234. OLE color: 2840234.
HSL color Cylindrical-coordinate representation of color #AA562B: hue angle of 20.31º 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 #AA562B is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 86 | 43 | - |
| CMYK | 0 | 0.49 | 0.75 | 0.33 |
| HSL | 20.31º | 0.6% | 0.42% | - |
| HSV(B) | 20.31º | 0.75% | 0.67% | - |
| XYZ | 20.34 | 15.38 | 4.18 | - |
| YUV | 106.21 | 92.33 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 86 | 43 | 0 | 0.49 | 0.75 | 0.33 | 20.31 | 0.6 | 0.42 |
| Hex | AA | 56 | 2B | 0 | 31 | 4B | 21 | 14 | 3C | 2A |
| Octal | 252 | 126 | 53 | 0 | 61 | 113 | 41 | 24 | 74 | 52 |
| Binary | 10101010 | 1010110 | 101011 | 0 | 110001 | 1001011 | 100001 | 10100 | 111100 | 101010 |
Color Harmonies of #AA562B
Complementary color
Monochromatic Colors of #AA562B
Black with #AA562B
Text Example
Text Example
White with #AA562B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA562B; }
p { color: rgb(170,86,43); }
H1.HeaderClassName
{
color: #AA562B;
}
.AnyTagClassName
{
color: #AA562B;
}
</style>
background-color css
<style>
a { background-color: #AA562B; }
a { background-color: rgb(170,86,43); }
div.DivClassName
{
background-color: #AA562B;
}
.BgClassName
{
background-color: #AA562B;
}
</style>
border-color css
<style>
span { border-color: #AA562B; }
span { border-color: rgb(170,86,43); }
td.TdClassName
{
border-color: #AA562B;
}
.TagClassName
{
border-color: #AA562B;
}
</style>