Shades of Fiery Orange #AE5E26
Tints of Fiery Orange #AE5E26
RGB
CMYK
RGB Variations
Color information
#AE5E26 (or 0xAE5E26) is known color: Fiery Orange. HEX triplet: AE, 5E and 26. RGB value is (174,94,38). Sum of RGB (Red+Green+Blue) = 174+94+38=306 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.86% from 306); Green value is 94 (37.11% from 255 or 30.72% from 306); Blue value is 38 (15.23% from 255 or 12.42% from 306); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5E26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5E26 is #51A1D9. Grayscale: #6F6F6F. Windows color (decimal): -5349850 or 2514606. OLE color: 2514606.
HSL color Cylindrical-coordinate representation of color #AE5E26: hue angle of 24.71º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AE5E26 is Cyan = 0, Magento = 0.46, Yellow = 0.78 and Black (K on CMYK) = 0.32.
Color convert
RGB | 174 | 94 | 38 | - |
CMYK | 0 | 0.46 | 0.78 | 0.32 |
HSL | 24.71º | 0.64% | 0.42% | - |
HSV(B) | 24.71º | 0.78% | 0.68% | - |
XYZ | 21.81 | 17.14 | 3.99 | - |
YUV | 111.54 | 86.5 | 172.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 94 | 38 | 0 | 0.46 | 0.78 | 0.32 | 24.71 | 0.64 | 0.42 |
Hex | AE | 5E | 26 | 0 | 2E | 4E | 20 | 19 | 40 | 2A |
Octal | 256 | 136 | 46 | 0 | 56 | 116 | 40 | 31 | 100 | 52 |
Binary | 10101110 | 1011110 | 100110 | 0 | 101110 | 1001110 | 100000 | 11001 | 1000000 | 101010 |
Color Harmonies of #AE5E26
Complementary color
Monochromatic Colors of #AE5E26
Black with #AE5E26
Text Example
Text Example
White with #AE5E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5E26; }
p { color: rgb(174,94,38); }
H1.HeaderClassName
{
color: #AE5E26;
}
.AnyTagClassName
{
color: #AE5E26;
}
</style>
background-color css
<style>
a { background-color: #AE5E26; }
a { background-color: rgb(174,94,38); }
div.DivClassName
{
background-color: #AE5E26;
}
.BgClassName
{
background-color: #AE5E26;
}
</style>
border-color css
<style>
span { border-color: #AE5E26; }
span { border-color: rgb(174,94,38); }
td.TdClassName
{
border-color: #AE5E26;
}
.TagClassName
{
border-color: #AE5E26;
}
</style>