Shades of Fiery Orange #AE5E1E
Tints of Fiery Orange #AE5E1E
RGB
CMYK
RGB Variations
Color information
#AE5E1E (or 0xAE5E1E) is known color: Fiery Orange. HEX triplet: AE, 5E and 1E. RGB value is (174,94,30). Sum of RGB (Red+Green+Blue) = 174+94+30=298 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.39% from 298); Green value is 94 (37.11% from 255 or 31.54% from 298); Blue value is 30 (12.11% from 255 or 10.07% from 298); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5E1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5E1E is #51A1E1. Grayscale: #6E6E6E. Windows color (decimal): -5349858 or 1990318. OLE color: 1990318.
HSL color Cylindrical-coordinate representation of color #AE5E1E: hue angle of 26.67º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AE5E1E is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 94 | 30 | - |
| CMYK | 0 | 0.46 | 0.83 | 0.32 |
| HSL | 26.67º | 0.71% | 0.4% | - |
| HSV(B) | 26.67º | 0.83% | 0.68% | - |
| XYZ | 21.69 | 17.1 | 3.39 | - |
| YUV | 110.62 | 82.5 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 94 | 30 | 0 | 0.46 | 0.83 | 0.32 | 26.67 | 0.71 | 0.4 |
| Hex | AE | 5E | 1E | 0 | 2E | 53 | 20 | 1B | 47 | 28 |
| Octal | 256 | 136 | 36 | 0 | 56 | 123 | 40 | 33 | 107 | 50 |
| Binary | 10101110 | 1011110 | 11110 | 0 | 101110 | 1010011 | 100000 | 11011 | 1000111 | 101000 |
Color Harmonies of #AE5E1E
Complementary color
Monochromatic Colors of #AE5E1E
Black with #AE5E1E
Text Example
Text Example
White with #AE5E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5E1E; }
p { color: rgb(174,94,30); }
H1.HeaderClassName
{
color: #AE5E1E;
}
.AnyTagClassName
{
color: #AE5E1E;
}
</style>
background-color css
<style>
a { background-color: #AE5E1E; }
a { background-color: rgb(174,94,30); }
div.DivClassName
{
background-color: #AE5E1E;
}
.BgClassName
{
background-color: #AE5E1E;
}
</style>
border-color css
<style>
span { border-color: #AE5E1E; }
span { border-color: rgb(174,94,30); }
td.TdClassName
{
border-color: #AE5E1E;
}
.TagClassName
{
border-color: #AE5E1E;
}
</style>