Shades of Rose Of Sharon #AA5528
Tints of Rose Of Sharon #AA5528
RGB
CMYK
RGB Variations
Color information
#AA5528 (or 0xAA5528) is known color: Rose Of Sharon. HEX triplet: AA, 55 and 28. RGB value is (170,85,40). Sum of RGB (Red+Green+Blue) = 170+85+40=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 40 (16.02% from 255 or 13.56% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5528 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5528 is #55AAD7. Grayscale: #696969. Windows color (decimal): -5614296 or 2643370. OLE color: 2643370.
HSL color Cylindrical-coordinate representation of color #AA5528: hue angle of 20.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 #AA5528 is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 85 | 40 | - |
| CMYK | 0 | 0.50 | 0.76 | 0.33 |
| HSL | 20.77º | 0.62% | 0.41% | - |
| HSV(B) | 20.77º | 0.76% | 0.67% | - |
| XYZ | 20.21 | 15.2 | 3.88 | - |
| YUV | 105.29 | 91.16 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 85 | 40 | 0 | 0.50 | 0.76 | 0.33 | 20.77 | 0.62 | 0.41 |
| Hex | AA | 55 | 28 | 0 | 32 | 4C | 21 | 15 | 3E | 29 |
| Octal | 252 | 125 | 50 | 0 | 62 | 114 | 41 | 25 | 76 | 51 |
| Binary | 10101010 | 1010101 | 101000 | 0 | 110010 | 1001100 | 100001 | 10101 | 111110 | 101001 |
Color Harmonies of #AA5528
Complementary color
Monochromatic Colors of #AA5528
Black with #AA5528
Text Example
Text Example
White with #AA5528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5528; }
p { color: rgb(170,85,40); }
H1.HeaderClassName
{
color: #AA5528;
}
.AnyTagClassName
{
color: #AA5528;
}
</style>
background-color css
<style>
a { background-color: #AA5528; }
a { background-color: rgb(170,85,40); }
div.DivClassName
{
background-color: #AA5528;
}
.BgClassName
{
background-color: #AA5528;
}
</style>
border-color css
<style>
span { border-color: #AA5528; }
span { border-color: rgb(170,85,40); }
td.TdClassName
{
border-color: #AA5528;
}
.TagClassName
{
border-color: #AA5528;
}
</style>