Shades of Fiery Orange #AA5D2A
Tints of Fiery Orange #AA5D2A
RGB
CMYK
RGB Variations
Color information
#AA5D2A (or 0xAA5D2A) is known color: Fiery Orange. HEX triplet: AA, 5D and 2A. RGB value is (170,93,42). Sum of RGB (Red+Green+Blue) = 170+93+42=305 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.74% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 42 (16.80% from 255 or 13.77% from 305); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5D2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5D2A is #55A2D5. Grayscale: #6E6E6E. Windows color (decimal): -5612246 or 2776490. OLE color: 2776490.
HSL color Cylindrical-coordinate representation of color #AA5D2A: hue angle of 23.91º 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 #AA5D2A is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 93 | 42 | - |
| CMYK | 0 | 0.45 | 0.75 | 0.33 |
| HSL | 23.91º | 0.6% | 0.42% | - |
| HSV(B) | 23.91º | 0.75% | 0.67% | - |
| XYZ | 20.91 | 16.54 | 4.28 | - |
| YUV | 110.21 | 89.51 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 93 | 42 | 0 | 0.45 | 0.75 | 0.33 | 23.91 | 0.6 | 0.42 |
| Hex | AA | 5D | 2A | 0 | 2D | 4B | 21 | 18 | 3C | 2A |
| Octal | 252 | 135 | 52 | 0 | 55 | 113 | 41 | 30 | 74 | 52 |
| Binary | 10101010 | 1011101 | 101010 | 0 | 101101 | 1001011 | 100001 | 11000 | 111100 | 101010 |
Color Harmonies of #AA5D2A
Complementary color
Monochromatic Colors of #AA5D2A
Black with #AA5D2A
Text Example
Text Example
White with #AA5D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5D2A; }
p { color: rgb(170,93,42); }
H1.HeaderClassName
{
color: #AA5D2A;
}
.AnyTagClassName
{
color: #AA5D2A;
}
</style>
background-color css
<style>
a { background-color: #AA5D2A; }
a { background-color: rgb(170,93,42); }
div.DivClassName
{
background-color: #AA5D2A;
}
.BgClassName
{
background-color: #AA5D2A;
}
</style>
border-color css
<style>
span { border-color: #AA5D2A; }
span { border-color: rgb(170,93,42); }
td.TdClassName
{
border-color: #AA5D2A;
}
.TagClassName
{
border-color: #AA5D2A;
}
</style>