Shades of Fiery Orange #AA5B2E
Tints of Fiery Orange #AA5B2E
RGB
CMYK
RGB Variations
Color information
#AA5B2E (or 0xAA5B2E) is known color: Fiery Orange. HEX triplet: AA, 5B and 2E. RGB value is (170,91,46). Sum of RGB (Red+Green+Blue) = 170+91+46=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 91 (35.94% from 255 or 29.64% from 307); Blue value is 46 (18.36% from 255 or 14.98% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5B2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5B2E is #55A4D1. Grayscale: #6D6D6D. Windows color (decimal): -5612754 or 3038122. OLE color: 3038122.
HSL color Cylindrical-coordinate representation of color #AA5B2E: hue angle of 21.77º 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 #AA5B2E is Cyan = 0, Magento = 0.46, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 91 | 46 | - |
| CMYK | 0 | 0.46 | 0.73 | 0.33 |
| HSL | 21.77º | 0.57% | 0.42% | - |
| HSV(B) | 21.77º | 0.73% | 0.67% | - |
| XYZ | 20.81 | 16.23 | 4.62 | - |
| YUV | 109.49 | 92.17 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 91 | 46 | 0 | 0.46 | 0.73 | 0.33 | 21.77 | 0.57 | 0.42 |
| Hex | AA | 5B | 2E | 0 | 2E | 49 | 21 | 16 | 39 | 2A |
| Octal | 252 | 133 | 56 | 0 | 56 | 111 | 41 | 26 | 71 | 52 |
| Binary | 10101010 | 1011011 | 101110 | 0 | 101110 | 1001001 | 100001 | 10110 | 111001 | 101010 |
Color Harmonies of #AA5B2E
Complementary color
Monochromatic Colors of #AA5B2E
Black with #AA5B2E
Text Example
Text Example
White with #AA5B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5B2E; }
p { color: rgb(170,91,46); }
H1.HeaderClassName
{
color: #AA5B2E;
}
.AnyTagClassName
{
color: #AA5B2E;
}
</style>
background-color css
<style>
a { background-color: #AA5B2E; }
a { background-color: rgb(170,91,46); }
div.DivClassName
{
background-color: #AA5B2E;
}
.BgClassName
{
background-color: #AA5B2E;
}
</style>
border-color css
<style>
span { border-color: #AA5B2E; }
span { border-color: rgb(170,91,46); }
td.TdClassName
{
border-color: #AA5B2E;
}
.TagClassName
{
border-color: #AA5B2E;
}
</style>