Shades of Rose Of Sharon #AA4828
Tints of Rose Of Sharon #AA4828
RGB
CMYK
RGB Variations
Color information
#AA4828 (or 0xAA4828) is known color: Rose Of Sharon. HEX triplet: AA, 48 and 28. RGB value is (170,72,40). Sum of RGB (Red+Green+Blue) = 170+72+40=282 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.28% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 40 (16.02% from 255 or 14.18% from 282); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4828 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4828 is #55B7D7. Grayscale: #616161. Windows color (decimal): -5617624 or 2640042. OLE color: 2640042.
HSL color Cylindrical-coordinate representation of color #AA4828: hue angle of 14.77º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA4828 is Cyan = 0, Magento = 0.58, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 72 | 40 | - |
| CMYK | 0 | 0.58 | 0.76 | 0.33 |
| HSL | 14.77º | 0.62% | 0.41% | - |
| HSV(B) | 14.77º | 0.76% | 0.67% | - |
| XYZ | 19.28 | 13.33 | 3.57 | - |
| YUV | 97.65 | 95.47 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 72 | 40 | 0 | 0.58 | 0.76 | 0.33 | 14.77 | 0.62 | 0.41 |
| Hex | AA | 48 | 28 | 0 | 3A | 4C | 21 | F | 3E | 29 |
| Octal | 252 | 110 | 50 | 0 | 72 | 114 | 41 | 17 | 76 | 51 |
| Binary | 10101010 | 1001000 | 101000 | 0 | 111010 | 1001100 | 100001 | 1111 | 111110 | 101001 |
Color Harmonies of #AA4828
Complementary color
Monochromatic Colors of #AA4828
Black with #AA4828
Text Example
Text Example
White with #AA4828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4828; }
p { color: rgb(170,72,40); }
H1.HeaderClassName
{
color: #AA4828;
}
.AnyTagClassName
{
color: #AA4828;
}
</style>
background-color css
<style>
a { background-color: #AA4828; }
a { background-color: rgb(170,72,40); }
div.DivClassName
{
background-color: #AA4828;
}
.BgClassName
{
background-color: #AA4828;
}
</style>
border-color css
<style>
span { border-color: #AA4828; }
span { border-color: rgb(170,72,40); }
td.TdClassName
{
border-color: #AA4828;
}
.TagClassName
{
border-color: #AA4828;
}
</style>