Shades of Rose Of Sharon #AE4B31
Tints of Rose Of Sharon #AE4B31
RGB
CMYK
RGB Variations
Color information
#AE4B31 (or 0xAE4B31) is known color: Rose Of Sharon. HEX triplet: AE, 4B and 31. RGB value is (174,75,49). Sum of RGB (Red+Green+Blue) = 174+75+49=298 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.39% from 298); Green value is 75 (29.69% from 255 or 25.17% from 298); Blue value is 49 (19.53% from 255 or 16.44% from 298); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4B31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4B31 is #51B4CE. Grayscale: #656565. Windows color (decimal): -5354703 or 3230638. OLE color: 3230638.
HSL color Cylindrical-coordinate representation of color #AE4B31: hue angle of 12.48º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AE4B31 is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 75 | 49 | - |
| CMYK | 0 | 0.57 | 0.72 | 0.32 |
| HSL | 12.48º | 0.56% | 0.44% | - |
| HSV(B) | 12.48º | 0.72% | 0.68% | - |
| XYZ | 20.53 | 14.25 | 4.57 | - |
| YUV | 101.64 | 98.3 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 75 | 49 | 0 | 0.57 | 0.72 | 0.32 | 12.48 | 0.56 | 0.44 |
| Hex | AE | 4B | 31 | 0 | 39 | 48 | 20 | C | 38 | 2C |
| Octal | 256 | 113 | 61 | 0 | 71 | 110 | 40 | 14 | 70 | 54 |
| Binary | 10101110 | 1001011 | 110001 | 0 | 111001 | 1001000 | 100000 | 1100 | 111000 | 101100 |
Color Harmonies of #AE4B31
Complementary color
Monochromatic Colors of #AE4B31
Black with #AE4B31
Text Example
Text Example
White with #AE4B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4B31; }
p { color: rgb(174,75,49); }
H1.HeaderClassName
{
color: #AE4B31;
}
.AnyTagClassName
{
color: #AE4B31;
}
</style>
background-color css
<style>
a { background-color: #AE4B31; }
a { background-color: rgb(174,75,49); }
div.DivClassName
{
background-color: #AE4B31;
}
.BgClassName
{
background-color: #AE4B31;
}
</style>
border-color css
<style>
span { border-color: #AE4B31; }
span { border-color: rgb(174,75,49); }
td.TdClassName
{
border-color: #AE4B31;
}
.TagClassName
{
border-color: #AE4B31;
}
</style>