Shades of Rose Of Sharon #AA4928
Tints of Rose Of Sharon #AA4928
RGB
CMYK
RGB Variations
Color information
#AA4928 (or 0xAA4928) is known color: Rose Of Sharon. HEX triplet: AA, 49 and 28. RGB value is (170,73,40). Sum of RGB (Red+Green+Blue) = 170+73+40=283 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.07% from 283); Green value is 73 (28.91% from 255 or 25.80% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4928 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4928 is #55B6D7. Grayscale: #626262. Windows color (decimal): -5617368 or 2640298. OLE color: 2640298.
HSL color Cylindrical-coordinate representation of color #AA4928: hue angle of 15.23º 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 #AA4928 is Cyan = 0, Magento = 0.57, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 73 | 40 | - |
| CMYK | 0 | 0.57 | 0.76 | 0.33 |
| HSL | 15.23º | 0.62% | 0.41% | - |
| HSV(B) | 15.23º | 0.76% | 0.67% | - |
| XYZ | 19.34 | 13.46 | 3.59 | - |
| YUV | 98.24 | 95.14 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 73 | 40 | 0 | 0.57 | 0.76 | 0.33 | 15.23 | 0.62 | 0.41 |
| Hex | AA | 49 | 28 | 0 | 39 | 4C | 21 | F | 3E | 29 |
| Octal | 252 | 111 | 50 | 0 | 71 | 114 | 41 | 17 | 76 | 51 |
| Binary | 10101010 | 1001001 | 101000 | 0 | 111001 | 1001100 | 100001 | 1111 | 111110 | 101001 |
Color Harmonies of #AA4928
Complementary color
Monochromatic Colors of #AA4928
Black with #AA4928
Text Example
Text Example
White with #AA4928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4928; }
p { color: rgb(170,73,40); }
H1.HeaderClassName
{
color: #AA4928;
}
.AnyTagClassName
{
color: #AA4928;
}
</style>
background-color css
<style>
a { background-color: #AA4928; }
a { background-color: rgb(170,73,40); }
div.DivClassName
{
background-color: #AA4928;
}
.BgClassName
{
background-color: #AA4928;
}
</style>
border-color css
<style>
span { border-color: #AA4928; }
span { border-color: rgb(170,73,40); }
td.TdClassName
{
border-color: #AA4928;
}
.TagClassName
{
border-color: #AA4928;
}
</style>