Shades of Rose Of Sharon #AE5326
Tints of Rose Of Sharon #AE5326
RGB
CMYK
RGB Variations
Color information
#AE5326 (or 0xAE5326) is known color: Rose Of Sharon. HEX triplet: AE, 53 and 26. RGB value is (174,83,38). Sum of RGB (Red+Green+Blue) = 174+83+38=295 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.98% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 38 (15.23% from 255 or 12.88% from 295); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5326 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5326 is #51ACD9. Grayscale: #696969. Windows color (decimal): -5352666 or 2511790. OLE color: 2511790.
HSL color Cylindrical-coordinate representation of color #AE5326: hue angle of 19.85º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AE5326 is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 83 | 38 | - |
| CMYK | 0 | 0.52 | 0.78 | 0.32 |
| HSL | 19.85º | 0.64% | 0.42% | - |
| HSV(B) | 19.85º | 0.78% | 0.68% | - |
| XYZ | 20.9 | 15.33 | 3.69 | - |
| YUV | 105.08 | 90.15 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 83 | 38 | 0 | 0.52 | 0.78 | 0.32 | 19.85 | 0.64 | 0.42 |
| Hex | AE | 53 | 26 | 0 | 34 | 4E | 20 | 14 | 40 | 2A |
| Octal | 256 | 123 | 46 | 0 | 64 | 116 | 40 | 24 | 100 | 52 |
| Binary | 10101110 | 1010011 | 100110 | 0 | 110100 | 1001110 | 100000 | 10100 | 1000000 | 101010 |
Color Harmonies of #AE5326
Complementary color
Monochromatic Colors of #AE5326
Black with #AE5326
Text Example
Text Example
White with #AE5326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5326; }
p { color: rgb(174,83,38); }
H1.HeaderClassName
{
color: #AE5326;
}
.AnyTagClassName
{
color: #AE5326;
}
</style>
background-color css
<style>
a { background-color: #AE5326; }
a { background-color: rgb(174,83,38); }
div.DivClassName
{
background-color: #AE5326;
}
.BgClassName
{
background-color: #AE5326;
}
</style>
border-color css
<style>
span { border-color: #AE5326; }
span { border-color: rgb(174,83,38); }
td.TdClassName
{
border-color: #AE5326;
}
.TagClassName
{
border-color: #AE5326;
}
</style>