Shades of Rose Of Sharon #AE512A
Tints of Rose Of Sharon #AE512A
RGB
CMYK
RGB Variations
Color information
#AE512A (or 0xAE512A) is known color: Rose Of Sharon. HEX triplet: AE, 51 and 2A. RGB value is (174,81,42). Sum of RGB (Red+Green+Blue) = 174+81+42=297 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.59% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 42 (16.80% from 255 or 14.14% from 297); Max value from RGB is 174 - color contains mainly: red. Hex color #AE512A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE512A is #51AED5. Grayscale: #686868. Windows color (decimal): -5353174 or 2773422. OLE color: 2773422.
HSL color Cylindrical-coordinate representation of color #AE512A: hue angle of 17.73º degrees, saturation: 0.61, 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 #AE512A is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 81 | 42 | - |
| CMYK | 0 | 0.53 | 0.76 | 0.32 |
| HSL | 17.73º | 0.61% | 0.42% | - |
| HSV(B) | 17.73º | 0.76% | 0.68% | - |
| XYZ | 20.82 | 15.05 | 4 | - |
| YUV | 104.36 | 92.81 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 81 | 42 | 0 | 0.53 | 0.76 | 0.32 | 17.73 | 0.61 | 0.42 |
| Hex | AE | 51 | 2A | 0 | 35 | 4C | 20 | 12 | 3D | 2A |
| Octal | 256 | 121 | 52 | 0 | 65 | 114 | 40 | 22 | 75 | 52 |
| Binary | 10101110 | 1010001 | 101010 | 0 | 110101 | 1001100 | 100000 | 10010 | 111101 | 101010 |
Color Harmonies of #AE512A
Complementary color
Monochromatic Colors of #AE512A
Black with #AE512A
Text Example
Text Example
White with #AE512A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE512A; }
p { color: rgb(174,81,42); }
H1.HeaderClassName
{
color: #AE512A;
}
.AnyTagClassName
{
color: #AE512A;
}
</style>
background-color css
<style>
a { background-color: #AE512A; }
a { background-color: rgb(174,81,42); }
div.DivClassName
{
background-color: #AE512A;
}
.BgClassName
{
background-color: #AE512A;
}
</style>
border-color css
<style>
span { border-color: #AE512A; }
span { border-color: rgb(174,81,42); }
td.TdClassName
{
border-color: #AE512A;
}
.TagClassName
{
border-color: #AE512A;
}
</style>