Shades of Fiery Orange #AE5D26
Tints of Fiery Orange #AE5D26
RGB
CMYK
RGB Variations
Color information
#AE5D26 (or 0xAE5D26) is known color: Fiery Orange. HEX triplet: AE, 5D and 26. RGB value is (174,93,38). Sum of RGB (Red+Green+Blue) = 174+93+38=305 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.05% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 38 (15.23% from 255 or 12.46% from 305); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5D26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5D26 is #51A2D9. Grayscale: #6F6F6F. Windows color (decimal): -5350106 or 2514350. OLE color: 2514350.
HSL color Cylindrical-coordinate representation of color #AE5D26: hue angle of 24.26º 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 #AE5D26 is Cyan = 0, Magento = 0.47, Yellow = 0.78 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 93 | 38 | - |
| CMYK | 0 | 0.47 | 0.78 | 0.32 |
| HSL | 24.26º | 0.64% | 0.42% | - |
| HSV(B) | 24.26º | 0.78% | 0.68% | - |
| XYZ | 21.72 | 16.97 | 3.96 | - |
| YUV | 110.95 | 86.84 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 93 | 38 | 0 | 0.47 | 0.78 | 0.32 | 24.26 | 0.64 | 0.42 |
| Hex | AE | 5D | 26 | 0 | 2F | 4E | 20 | 18 | 40 | 2A |
| Octal | 256 | 135 | 46 | 0 | 57 | 116 | 40 | 30 | 100 | 52 |
| Binary | 10101110 | 1011101 | 100110 | 0 | 101111 | 1001110 | 100000 | 11000 | 1000000 | 101010 |
Color Harmonies of #AE5D26
Complementary color
Monochromatic Colors of #AE5D26
Black with #AE5D26
Text Example
Text Example
White with #AE5D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5D26; }
p { color: rgb(174,93,38); }
H1.HeaderClassName
{
color: #AE5D26;
}
.AnyTagClassName
{
color: #AE5D26;
}
</style>
background-color css
<style>
a { background-color: #AE5D26; }
a { background-color: rgb(174,93,38); }
div.DivClassName
{
background-color: #AE5D26;
}
.BgClassName
{
background-color: #AE5D26;
}
</style>
border-color css
<style>
span { border-color: #AE5D26; }
span { border-color: rgb(174,93,38); }
td.TdClassName
{
border-color: #AE5D26;
}
.TagClassName
{
border-color: #AE5D26;
}
</style>