Shades of Fiery Orange #AE562C
Tints of Fiery Orange #AE562C
RGB
CMYK
RGB Variations
Color information
#AE562C (or 0xAE562C) is known color: Fiery Orange. HEX triplet: AE, 56 and 2C. RGB value is (174,86,44). Sum of RGB (Red+Green+Blue) = 174+86+44=304 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.24% from 304); Green value is 86 (33.98% from 255 or 28.29% from 304); Blue value is 44 (17.58% from 255 or 14.47% from 304); Max value from RGB is 174 - color contains mainly: red. Hex color #AE562C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE562C is #51A9D3. Grayscale: #6B6B6B. Windows color (decimal): -5351892 or 2905774. OLE color: 2905774.
HSL color Cylindrical-coordinate representation of color #AE562C: hue angle of 19.38º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE562C is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 86 | 44 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.32 |
| HSL | 19.38º | 0.6% | 0.43% | - |
| HSV(B) | 19.38º | 0.75% | 0.68% | - |
| XYZ | 21.24 | 15.84 | 4.32 | - |
| YUV | 107.52 | 92.15 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 86 | 44 | 0 | 0.51 | 0.75 | 0.32 | 19.38 | 0.6 | 0.43 |
| Hex | AE | 56 | 2C | 0 | 33 | 4B | 20 | 13 | 3C | 2B |
| Octal | 256 | 126 | 54 | 0 | 63 | 113 | 40 | 23 | 74 | 53 |
| Binary | 10101110 | 1010110 | 101100 | 0 | 110011 | 1001011 | 100000 | 10011 | 111100 | 101011 |
Color Harmonies of #AE562C
Complementary color
Monochromatic Colors of #AE562C
Black with #AE562C
Text Example
Text Example
White with #AE562C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE562C; }
p { color: rgb(174,86,44); }
H1.HeaderClassName
{
color: #AE562C;
}
.AnyTagClassName
{
color: #AE562C;
}
</style>
background-color css
<style>
a { background-color: #AE562C; }
a { background-color: rgb(174,86,44); }
div.DivClassName
{
background-color: #AE562C;
}
.BgClassName
{
background-color: #AE562C;
}
</style>
border-color css
<style>
span { border-color: #AE562C; }
span { border-color: rgb(174,86,44); }
td.TdClassName
{
border-color: #AE562C;
}
.TagClassName
{
border-color: #AE562C;
}
</style>