Shades of Fiery Orange #AE5D36
Tints of Fiery Orange #AE5D36
RGB
CMYK
RGB Variations
Color information
#AE5D36 (or 0xAE5D36) is known color: Fiery Orange. HEX triplet: AE, 5D and 36. RGB value is (174,93,54). Sum of RGB (Red+Green+Blue) = 174+93+54=321 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.21% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 54 (21.48% from 255 or 16.82% from 321); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5D36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5D36 is #51A2C9. Grayscale: #717171. Windows color (decimal): -5350090 or 3562926. OLE color: 3562926.
HSL color Cylindrical-coordinate representation of color #AE5D36: hue angle of 19.5º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AE5D36 is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 93 | 54 | - |
| CMYK | 0 | 0.47 | 0.69 | 0.32 |
| HSL | 19.5º | 0.53% | 0.45% | - |
| HSV(B) | 19.5º | 0.69% | 0.68% | - |
| XYZ | 22.04 | 17.09 | 5.63 | - |
| YUV | 112.77 | 94.84 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 93 | 54 | 0 | 0.47 | 0.69 | 0.32 | 19.5 | 0.53 | 0.45 |
| Hex | AE | 5D | 36 | 0 | 2F | 45 | 20 | 14 | 35 | 2D |
| Octal | 256 | 135 | 66 | 0 | 57 | 105 | 40 | 24 | 65 | 55 |
| Binary | 10101110 | 1011101 | 110110 | 0 | 101111 | 1000101 | 100000 | 10100 | 110101 | 101101 |
Color Harmonies of #AE5D36
Complementary color
Monochromatic Colors of #AE5D36
Black with #AE5D36
Text Example
Text Example
White with #AE5D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5D36; }
p { color: rgb(174,93,54); }
H1.HeaderClassName
{
color: #AE5D36;
}
.AnyTagClassName
{
color: #AE5D36;
}
</style>
background-color css
<style>
a { background-color: #AE5D36; }
a { background-color: rgb(174,93,54); }
div.DivClassName
{
background-color: #AE5D36;
}
.BgClassName
{
background-color: #AE5D36;
}
</style>
border-color css
<style>
span { border-color: #AE5D36; }
span { border-color: rgb(174,93,54); }
td.TdClassName
{
border-color: #AE5D36;
}
.TagClassName
{
border-color: #AE5D36;
}
</style>