Shades of Fiery Orange #AA5E2E
Tints of Fiery Orange #AA5E2E
RGB
CMYK
RGB Variations
Color information
#AA5E2E (or 0xAA5E2E) is known color: Fiery Orange. HEX triplet: AA, 5E and 2E. RGB value is (170,94,46). Sum of RGB (Red+Green+Blue) = 170+94+46=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 94 (37.11% from 255 or 30.32% from 310); Blue value is 46 (18.36% from 255 or 14.84% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5E2E is #55A1D1. Grayscale: #6F6F6F. Windows color (decimal): -5611986 or 3038890. OLE color: 3038890.
HSL color Cylindrical-coordinate representation of color #AA5E2E: hue angle of 23.23º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA5E2E is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 94 | 46 | - |
| CMYK | 0 | 0.45 | 0.73 | 0.33 |
| HSL | 23.23º | 0.57% | 0.42% | - |
| HSV(B) | 23.23º | 0.73% | 0.67% | - |
| XYZ | 21.07 | 16.75 | 4.71 | - |
| YUV | 111.25 | 91.18 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 94 | 46 | 0 | 0.45 | 0.73 | 0.33 | 23.23 | 0.57 | 0.42 |
| Hex | AA | 5E | 2E | 0 | 2D | 49 | 21 | 17 | 39 | 2A |
| Octal | 252 | 136 | 56 | 0 | 55 | 111 | 41 | 27 | 71 | 52 |
| Binary | 10101010 | 1011110 | 101110 | 0 | 101101 | 1001001 | 100001 | 10111 | 111001 | 101010 |
Color Harmonies of #AA5E2E
Complementary color
Monochromatic Colors of #AA5E2E
Black with #AA5E2E
Text Example
Text Example
White with #AA5E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5E2E; }
p { color: rgb(170,94,46); }
H1.HeaderClassName
{
color: #AA5E2E;
}
.AnyTagClassName
{
color: #AA5E2E;
}
</style>
background-color css
<style>
a { background-color: #AA5E2E; }
a { background-color: rgb(170,94,46); }
div.DivClassName
{
background-color: #AA5E2E;
}
.BgClassName
{
background-color: #AA5E2E;
}
</style>
border-color css
<style>
span { border-color: #AA5E2E; }
span { border-color: rgb(170,94,46); }
td.TdClassName
{
border-color: #AA5E2E;
}
.TagClassName
{
border-color: #AA5E2E;
}
</style>