Shades of Rose Of Sharon #AE4D1F
Tints of Rose Of Sharon #AE4D1F
RGB
CMYK
RGB Variations
Color information
#AE4D1F (or 0xAE4D1F) is known color: Rose Of Sharon. HEX triplet: AE, 4D and 1F. RGB value is (174,77,31). Sum of RGB (Red+Green+Blue) = 174+77+31=282 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.70% from 282); Green value is 77 (30.47% from 255 or 27.30% from 282); Blue value is 31 (12.5% from 255 or 10.99% from 282); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE4D1F is #51B2E0. Grayscale: #656565. Windows color (decimal): -5354209 or 2051502. OLE color: 2051502.
HSL color Cylindrical-coordinate representation of color #AE4D1F: hue angle of 19.3º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AE4D1F is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 77 | 31 | - |
| CMYK | 0 | 0.56 | 0.82 | 0.32 |
| HSL | 19.3º | 0.7% | 0.4% | - |
| HSV(B) | 19.3º | 0.82% | 0.68% | - |
| XYZ | 20.36 | 14.41 | 3 | - |
| YUV | 100.76 | 88.64 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 77 | 31 | 0 | 0.56 | 0.82 | 0.32 | 19.3 | 0.7 | 0.4 |
| Hex | AE | 4D | 1F | 0 | 38 | 52 | 20 | 13 | 46 | 28 |
| Octal | 256 | 115 | 37 | 0 | 70 | 122 | 40 | 23 | 106 | 50 |
| Binary | 10101110 | 1001101 | 11111 | 0 | 111000 | 1010010 | 100000 | 10011 | 1000110 | 101000 |
Color Harmonies of #AE4D1F
Complementary color
Monochromatic Colors of #AE4D1F
Black with #AE4D1F
Text Example
Text Example
White with #AE4D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4D1F; }
p { color: rgb(174,77,31); }
H1.HeaderClassName
{
color: #AE4D1F;
}
.AnyTagClassName
{
color: #AE4D1F;
}
</style>
background-color css
<style>
a { background-color: #AE4D1F; }
a { background-color: rgb(174,77,31); }
div.DivClassName
{
background-color: #AE4D1F;
}
.BgClassName
{
background-color: #AE4D1F;
}
</style>
border-color css
<style>
span { border-color: #AE4D1F; }
span { border-color: rgb(174,77,31); }
td.TdClassName
{
border-color: #AE4D1F;
}
.TagClassName
{
border-color: #AE4D1F;
}
</style>