Shades of Rose Of Sharon #AE441F
Tints of Rose Of Sharon #AE441F
RGB
CMYK
RGB Variations
Color information
#AE441F (or 0xAE441F) is known color: Rose Of Sharon. HEX triplet: AE, 44 and 1F. RGB value is (174,68,31). Sum of RGB (Red+Green+Blue) = 174+68+31=273 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.74% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 31 (12.5% from 255 or 11.36% from 273); Max value from RGB is 174 - color contains mainly: red. Hex color #AE441F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE441F is #51BBE0. Grayscale: #5F5F5F. Windows color (decimal): -5356513 or 2049198. OLE color: 2049198.
HSL color Cylindrical-coordinate representation of color #AE441F: hue angle of 15.52º 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 #AE441F is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 68 | 31 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.32 |
| HSL | 15.52º | 0.7% | 0.4% | - |
| HSV(B) | 15.52º | 0.82% | 0.68% | - |
| XYZ | 19.77 | 13.23 | 2.81 | - |
| YUV | 95.48 | 91.62 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 68 | 31 | 0 | 0.61 | 0.82 | 0.32 | 15.52 | 0.7 | 0.4 |
| Hex | AE | 44 | 1F | 0 | 3D | 52 | 20 | 10 | 46 | 28 |
| Octal | 256 | 104 | 37 | 0 | 75 | 122 | 40 | 20 | 106 | 50 |
| Binary | 10101110 | 1000100 | 11111 | 0 | 111101 | 1010010 | 100000 | 10000 | 1000110 | 101000 |
Color Harmonies of #AE441F
Complementary color
Monochromatic Colors of #AE441F
Black with #AE441F
Text Example
Text Example
White with #AE441F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE441F; }
p { color: rgb(174,68,31); }
H1.HeaderClassName
{
color: #AE441F;
}
.AnyTagClassName
{
color: #AE441F;
}
</style>
background-color css
<style>
a { background-color: #AE441F; }
a { background-color: rgb(174,68,31); }
div.DivClassName
{
background-color: #AE441F;
}
.BgClassName
{
background-color: #AE441F;
}
</style>
border-color css
<style>
span { border-color: #AE441F; }
span { border-color: rgb(174,68,31); }
td.TdClassName
{
border-color: #AE441F;
}
.TagClassName
{
border-color: #AE441F;
}
</style>