Shades of Fiery Orange #AA5A2E
Tints of Fiery Orange #AA5A2E
RGB
CMYK
RGB Variations
Color information
#AA5A2E (or 0xAA5A2E) is known color: Fiery Orange. HEX triplet: AA, 5A and 2E. RGB value is (170,90,46). Sum of RGB (Red+Green+Blue) = 170+90+46=306 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.56% from 306); Green value is 90 (35.55% from 255 or 29.41% from 306); Blue value is 46 (18.36% from 255 or 15.03% from 306); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5A2E is #55A5D1. Grayscale: #6D6D6D. Windows color (decimal): -5613010 or 3037866. OLE color: 3037866.
HSL color Cylindrical-coordinate representation of color #AA5A2E: hue angle of 21.29º 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 #AA5A2E is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 90 | 46 | - |
| CMYK | 0 | 0.47 | 0.73 | 0.33 |
| HSL | 21.29º | 0.57% | 0.42% | - |
| HSV(B) | 21.29º | 0.73% | 0.67% | - |
| XYZ | 20.73 | 16.06 | 4.59 | - |
| YUV | 108.9 | 92.5 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 90 | 46 | 0 | 0.47 | 0.73 | 0.33 | 21.29 | 0.57 | 0.42 |
| Hex | AA | 5A | 2E | 0 | 2F | 49 | 21 | 15 | 39 | 2A |
| Octal | 252 | 132 | 56 | 0 | 57 | 111 | 41 | 25 | 71 | 52 |
| Binary | 10101010 | 1011010 | 101110 | 0 | 101111 | 1001001 | 100001 | 10101 | 111001 | 101010 |
Color Harmonies of #AA5A2E
Complementary color
Monochromatic Colors of #AA5A2E
Black with #AA5A2E
Text Example
Text Example
White with #AA5A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5A2E; }
p { color: rgb(170,90,46); }
H1.HeaderClassName
{
color: #AA5A2E;
}
.AnyTagClassName
{
color: #AA5A2E;
}
</style>
background-color css
<style>
a { background-color: #AA5A2E; }
a { background-color: rgb(170,90,46); }
div.DivClassName
{
background-color: #AA5A2E;
}
.BgClassName
{
background-color: #AA5A2E;
}
</style>
border-color css
<style>
span { border-color: #AA5A2E; }
span { border-color: rgb(170,90,46); }
td.TdClassName
{
border-color: #AA5A2E;
}
.TagClassName
{
border-color: #AA5A2E;
}
</style>