Shades of Fiery Orange #AE5624
Tints of Fiery Orange #AE5624
RGB
CMYK
RGB Variations
Color information
#AE5624 (or 0xAE5624) is known color: Fiery Orange. HEX triplet: AE, 56 and 24. RGB value is (174,86,36). Sum of RGB (Red+Green+Blue) = 174+86+36=296 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.78% from 296); Green value is 86 (33.98% from 255 or 29.05% from 296); Blue value is 36 (14.45% from 255 or 12.16% from 296); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5624 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5624 is #51A9DB. Grayscale: #6A6A6A. Windows color (decimal): -5351900 or 2381486. OLE color: 2381486.
HSL color Cylindrical-coordinate representation of color #AE5624: hue angle of 21.74º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AE5624 is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 86 | 36 | - |
| CMYK | 0 | 0.51 | 0.79 | 0.32 |
| HSL | 21.74º | 0.66% | 0.41% | - |
| HSV(B) | 21.74º | 0.79% | 0.68% | - |
| XYZ | 21.1 | 15.78 | 3.6 | - |
| YUV | 106.61 | 88.15 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 86 | 36 | 0 | 0.51 | 0.79 | 0.32 | 21.74 | 0.66 | 0.41 |
| Hex | AE | 56 | 24 | 0 | 33 | 4F | 20 | 16 | 42 | 29 |
| Octal | 256 | 126 | 44 | 0 | 63 | 117 | 40 | 26 | 102 | 51 |
| Binary | 10101110 | 1010110 | 100100 | 0 | 110011 | 1001111 | 100000 | 10110 | 1000010 | 101001 |
Color Harmonies of #AE5624
Complementary color
Monochromatic Colors of #AE5624
Black with #AE5624
Text Example
Text Example
White with #AE5624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5624; }
p { color: rgb(174,86,36); }
H1.HeaderClassName
{
color: #AE5624;
}
.AnyTagClassName
{
color: #AE5624;
}
</style>
background-color css
<style>
a { background-color: #AE5624; }
a { background-color: rgb(174,86,36); }
div.DivClassName
{
background-color: #AE5624;
}
.BgClassName
{
background-color: #AE5624;
}
</style>
border-color css
<style>
span { border-color: #AE5624; }
span { border-color: rgb(174,86,36); }
td.TdClassName
{
border-color: #AE5624;
}
.TagClassName
{
border-color: #AE5624;
}
</style>