Shades of Rose Of Sharon #AE5423
Tints of Rose Of Sharon #AE5423
RGB
CMYK
RGB Variations
Color information
#AE5423 (or 0xAE5423) is known color: Rose Of Sharon. HEX triplet: AE, 54 and 23. RGB value is (174,84,35). Sum of RGB (Red+Green+Blue) = 174+84+35=293 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.39% from 293); Green value is 84 (33.20% from 255 or 28.67% from 293); Blue value is 35 (14.06% from 255 or 11.95% from 293); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5423 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5423 is #51ABDC. Grayscale: #696969. Windows color (decimal): -5352413 or 2315438. OLE color: 2315438.
HSL color Cylindrical-coordinate representation of color #AE5423: hue angle of 21.15º 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 #AE5423 is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 84 | 35 | - |
| CMYK | 0 | 0.52 | 0.80 | 0.32 |
| HSL | 21.15º | 0.67% | 0.41% | - |
| HSV(B) | 21.15º | 0.8% | 0.68% | - |
| XYZ | 20.93 | 15.46 | 3.47 | - |
| YUV | 105.32 | 88.32 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 84 | 35 | 0 | 0.52 | 0.80 | 0.32 | 21.15 | 0.67 | 0.41 |
| Hex | AE | 54 | 23 | 0 | 34 | 50 | 20 | 15 | 43 | 29 |
| Octal | 256 | 124 | 43 | 0 | 64 | 120 | 40 | 25 | 103 | 51 |
| Binary | 10101110 | 1010100 | 100011 | 0 | 110100 | 1010000 | 100000 | 10101 | 1000011 | 101001 |
Color Harmonies of #AE5423
Complementary color
Monochromatic Colors of #AE5423
Black with #AE5423
Text Example
Text Example
White with #AE5423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5423; }
p { color: rgb(174,84,35); }
H1.HeaderClassName
{
color: #AE5423;
}
.AnyTagClassName
{
color: #AE5423;
}
</style>
background-color css
<style>
a { background-color: #AE5423; }
a { background-color: rgb(174,84,35); }
div.DivClassName
{
background-color: #AE5423;
}
.BgClassName
{
background-color: #AE5423;
}
</style>
border-color css
<style>
span { border-color: #AE5423; }
span { border-color: rgb(174,84,35); }
td.TdClassName
{
border-color: #AE5423;
}
.TagClassName
{
border-color: #AE5423;
}
</style>