Shades of Rose Of Sharon #AE5229
Tints of Rose Of Sharon #AE5229
RGB
CMYK
RGB Variations
Color information
#AE5229 (or 0xAE5229) is known color: Rose Of Sharon. HEX triplet: AE, 52 and 29. RGB value is (174,82,41). Sum of RGB (Red+Green+Blue) = 174+82+41=297 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.59% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 41 (16.41% from 255 or 13.80% from 297); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5229 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5229 is #51ADD6. Grayscale: #696969. Windows color (decimal): -5352919 or 2708142. OLE color: 2708142.
HSL color Cylindrical-coordinate representation of color #AE5229: hue angle of 18.5º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AE5229 is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 82 | 41 | - |
| CMYK | 0 | 0.53 | 0.76 | 0.32 |
| HSL | 18.5º | 0.62% | 0.42% | - |
| HSV(B) | 18.5º | 0.76% | 0.68% | - |
| XYZ | 20.87 | 15.19 | 3.93 | - |
| YUV | 104.83 | 91.98 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 82 | 41 | 0 | 0.53 | 0.76 | 0.32 | 18.5 | 0.62 | 0.42 |
| Hex | AE | 52 | 29 | 0 | 35 | 4C | 20 | 12 | 3E | 2A |
| Octal | 256 | 122 | 51 | 0 | 65 | 114 | 40 | 22 | 76 | 52 |
| Binary | 10101110 | 1010010 | 101001 | 0 | 110101 | 1001100 | 100000 | 10010 | 111110 | 101010 |
Color Harmonies of #AE5229
Complementary color
Monochromatic Colors of #AE5229
Black with #AE5229
Text Example
Text Example
White with #AE5229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5229; }
p { color: rgb(174,82,41); }
H1.HeaderClassName
{
color: #AE5229;
}
.AnyTagClassName
{
color: #AE5229;
}
</style>
background-color css
<style>
a { background-color: #AE5229; }
a { background-color: rgb(174,82,41); }
div.DivClassName
{
background-color: #AE5229;
}
.BgClassName
{
background-color: #AE5229;
}
</style>
border-color css
<style>
span { border-color: #AE5229; }
span { border-color: rgb(174,82,41); }
td.TdClassName
{
border-color: #AE5229;
}
.TagClassName
{
border-color: #AE5229;
}
</style>