Shades of Rose Of Sharon #AE5022
Tints of Rose Of Sharon #AE5022
RGB
CMYK
RGB Variations
Color information
#AE5022 (or 0xAE5022) is known color: Rose Of Sharon. HEX triplet: AE, 50 and 22. RGB value is (174,80,34). Sum of RGB (Red+Green+Blue) = 174+80+34=288 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.42% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 34 (13.67% from 255 or 11.81% from 288); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5022 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5022 is #51AFDD. Grayscale: #676767. Windows color (decimal): -5353438 or 2248878. OLE color: 2248878.
HSL color Cylindrical-coordinate representation of color #AE5022: hue angle of 19.71º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AE5022 is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 80 | 34 | - |
| CMYK | 0 | 0.54 | 0.80 | 0.32 |
| HSL | 19.71º | 0.67% | 0.41% | - |
| HSV(B) | 19.71º | 0.8% | 0.68% | - |
| XYZ | 20.61 | 14.85 | 3.29 | - |
| YUV | 102.86 | 89.14 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 80 | 34 | 0 | 0.54 | 0.80 | 0.32 | 19.71 | 0.67 | 0.41 |
| Hex | AE | 50 | 22 | 0 | 36 | 50 | 20 | 14 | 43 | 29 |
| Octal | 256 | 120 | 42 | 0 | 66 | 120 | 40 | 24 | 103 | 51 |
| Binary | 10101110 | 1010000 | 100010 | 0 | 110110 | 1010000 | 100000 | 10100 | 1000011 | 101001 |
Color Harmonies of #AE5022
Complementary color
Monochromatic Colors of #AE5022
Black with #AE5022
Text Example
Text Example
White with #AE5022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5022; }
p { color: rgb(174,80,34); }
H1.HeaderClassName
{
color: #AE5022;
}
.AnyTagClassName
{
color: #AE5022;
}
</style>
background-color css
<style>
a { background-color: #AE5022; }
a { background-color: rgb(174,80,34); }
div.DivClassName
{
background-color: #AE5022;
}
.BgClassName
{
background-color: #AE5022;
}
</style>
border-color css
<style>
span { border-color: #AE5022; }
span { border-color: rgb(174,80,34); }
td.TdClassName
{
border-color: #AE5022;
}
.TagClassName
{
border-color: #AE5022;
}
</style>