Shades of Rose Of Sharon #AE5528
Tints of Rose Of Sharon #AE5528
RGB
CMYK
RGB Variations
Color information
#AE5528 (or 0xAE5528) is known color: Rose Of Sharon. HEX triplet: AE, 55 and 28. RGB value is (174,85,40). Sum of RGB (Red+Green+Blue) = 174+85+40=299 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.19% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 40 (16.02% from 255 or 13.38% from 299); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5528 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5528 is #51AAD7. Grayscale: #6A6A6A. Windows color (decimal): -5352152 or 2643374. OLE color: 2643374.
HSL color Cylindrical-coordinate representation of color #AE5528: hue angle of 20.15º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AE5528 is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 85 | 40 | - |
| CMYK | 0 | 0.51 | 0.77 | 0.32 |
| HSL | 20.15º | 0.63% | 0.42% | - |
| HSV(B) | 20.15º | 0.77% | 0.68% | - |
| XYZ | 21.09 | 15.65 | 3.92 | - |
| YUV | 106.48 | 90.49 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 85 | 40 | 0 | 0.51 | 0.77 | 0.32 | 20.15 | 0.63 | 0.42 |
| Hex | AE | 55 | 28 | 0 | 33 | 4D | 20 | 14 | 3F | 2A |
| Octal | 256 | 125 | 50 | 0 | 63 | 115 | 40 | 24 | 77 | 52 |
| Binary | 10101110 | 1010101 | 101000 | 0 | 110011 | 1001101 | 100000 | 10100 | 111111 | 101010 |
Color Harmonies of #AE5528
Complementary color
Monochromatic Colors of #AE5528
Black with #AE5528
Text Example
Text Example
White with #AE5528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5528; }
p { color: rgb(174,85,40); }
H1.HeaderClassName
{
color: #AE5528;
}
.AnyTagClassName
{
color: #AE5528;
}
</style>
background-color css
<style>
a { background-color: #AE5528; }
a { background-color: rgb(174,85,40); }
div.DivClassName
{
background-color: #AE5528;
}
.BgClassName
{
background-color: #AE5528;
}
</style>
border-color css
<style>
span { border-color: #AE5528; }
span { border-color: rgb(174,85,40); }
td.TdClassName
{
border-color: #AE5528;
}
.TagClassName
{
border-color: #AE5528;
}
</style>