Shades of Rose Of Sharon #AA502C
Tints of Rose Of Sharon #AA502C
RGB
CMYK
RGB Variations
Color information
#AA502C (or 0xAA502C) is known color: Rose Of Sharon. HEX triplet: AA, 50 and 2C. RGB value is (170,80,44). Sum of RGB (Red+Green+Blue) = 170+80+44=294 (38% of max value = 765). Red value is 170 (66.80% from 255 or 57.82% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 44 (17.58% from 255 or 14.97% from 294); Max value from RGB is 170 - color contains mainly: red. Hex color #AA502C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA502C is #55AFD3. Grayscale: #676767. Windows color (decimal): -5615572 or 2904234. OLE color: 2904234.
HSL color Cylindrical-coordinate representation of color #AA502C: hue angle of 17.14º 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 #AA502C is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 80 | 44 | - |
| CMYK | 0 | 0.53 | 0.74 | 0.33 |
| HSL | 17.14º | 0.59% | 0.42% | - |
| HSV(B) | 17.14º | 0.74% | 0.67% | - |
| XYZ | 19.9 | 14.47 | 4.13 | - |
| YUV | 102.81 | 94.82 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 80 | 44 | 0 | 0.53 | 0.74 | 0.33 | 17.14 | 0.59 | 0.42 |
| Hex | AA | 50 | 2C | 0 | 35 | 4A | 21 | 11 | 3B | 2A |
| Octal | 252 | 120 | 54 | 0 | 65 | 112 | 41 | 21 | 73 | 52 |
| Binary | 10101010 | 1010000 | 101100 | 0 | 110101 | 1001010 | 100001 | 10001 | 111011 | 101010 |
Color Harmonies of #AA502C
Complementary color
Monochromatic Colors of #AA502C
Black with #AA502C
Text Example
Text Example
White with #AA502C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA502C; }
p { color: rgb(170,80,44); }
H1.HeaderClassName
{
color: #AA502C;
}
.AnyTagClassName
{
color: #AA502C;
}
</style>
background-color css
<style>
a { background-color: #AA502C; }
a { background-color: rgb(170,80,44); }
div.DivClassName
{
background-color: #AA502C;
}
.BgClassName
{
background-color: #AA502C;
}
</style>
border-color css
<style>
span { border-color: #AA502C; }
span { border-color: rgb(170,80,44); }
td.TdClassName
{
border-color: #AA502C;
}
.TagClassName
{
border-color: #AA502C;
}
</style>