Shades of Fiery Orange #AA5B2A
Tints of Fiery Orange #AA5B2A
RGB
CMYK
RGB Variations
Color information
#AA5B2A (or 0xAA5B2A) is known color: Fiery Orange. HEX triplet: AA, 5B and 2A. RGB value is (170,91,42). Sum of RGB (Red+Green+Blue) = 170+91+42=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 91 (35.94% from 255 or 30.03% from 303); Blue value is 42 (16.80% from 255 or 13.86% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5B2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5B2A is #55A4D5. Grayscale: #6D6D6D. Windows color (decimal): -5612758 or 2775978. OLE color: 2775978.
HSL color Cylindrical-coordinate representation of color #AA5B2A: hue angle of 22.97º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA5B2A is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 91 | 42 | - |
| CMYK | 0 | 0.46 | 0.75 | 0.33 |
| HSL | 22.97º | 0.6% | 0.42% | - |
| HSV(B) | 22.97º | 0.75% | 0.67% | - |
| XYZ | 20.74 | 16.2 | 4.22 | - |
| YUV | 109.04 | 90.17 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 91 | 42 | 0 | 0.46 | 0.75 | 0.33 | 22.97 | 0.6 | 0.42 |
| Hex | AA | 5B | 2A | 0 | 2E | 4B | 21 | 17 | 3C | 2A |
| Octal | 252 | 133 | 52 | 0 | 56 | 113 | 41 | 27 | 74 | 52 |
| Binary | 10101010 | 1011011 | 101010 | 0 | 101110 | 1001011 | 100001 | 10111 | 111100 | 101010 |
Color Harmonies of #AA5B2A
Complementary color
Monochromatic Colors of #AA5B2A
Black with #AA5B2A
Text Example
Text Example
White with #AA5B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5B2A; }
p { color: rgb(170,91,42); }
H1.HeaderClassName
{
color: #AA5B2A;
}
.AnyTagClassName
{
color: #AA5B2A;
}
</style>
background-color css
<style>
a { background-color: #AA5B2A; }
a { background-color: rgb(170,91,42); }
div.DivClassName
{
background-color: #AA5B2A;
}
.BgClassName
{
background-color: #AA5B2A;
}
</style>
border-color css
<style>
span { border-color: #AA5B2A; }
span { border-color: rgb(170,91,42); }
td.TdClassName
{
border-color: #AA5B2A;
}
.TagClassName
{
border-color: #AA5B2A;
}
</style>