Shades of Fiery Orange #AA592A
Tints of Fiery Orange #AA592A
RGB
CMYK
RGB Variations
Color information
#AA592A (or 0xAA592A) is known color: Fiery Orange. HEX triplet: AA, 59 and 2A. RGB value is (170,89,42). Sum of RGB (Red+Green+Blue) = 170+89+42=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 42 (16.80% from 255 or 13.95% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA592A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA592A is #55A6D5. Grayscale: #6C6C6C. Windows color (decimal): -5613270 or 2775466. OLE color: 2775466.
HSL color Cylindrical-coordinate representation of color #AA592A: hue angle of 22.03º 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 #AA592A is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 89 | 42 | - |
| CMYK | 0 | 0.48 | 0.75 | 0.33 |
| HSL | 22.03º | 0.6% | 0.42% | - |
| HSV(B) | 22.03º | 0.75% | 0.67% | - |
| XYZ | 20.57 | 15.86 | 4.17 | - |
| YUV | 107.86 | 90.84 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 89 | 42 | 0 | 0.48 | 0.75 | 0.33 | 22.03 | 0.6 | 0.42 |
| Hex | AA | 59 | 2A | 0 | 30 | 4B | 21 | 16 | 3C | 2A |
| Octal | 252 | 131 | 52 | 0 | 60 | 113 | 41 | 26 | 74 | 52 |
| Binary | 10101010 | 1011001 | 101010 | 0 | 110000 | 1001011 | 100001 | 10110 | 111100 | 101010 |
Color Harmonies of #AA592A
Complementary color
Monochromatic Colors of #AA592A
Black with #AA592A
Text Example
Text Example
White with #AA592A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA592A; }
p { color: rgb(170,89,42); }
H1.HeaderClassName
{
color: #AA592A;
}
.AnyTagClassName
{
color: #AA592A;
}
</style>
background-color css
<style>
a { background-color: #AA592A; }
a { background-color: rgb(170,89,42); }
div.DivClassName
{
background-color: #AA592A;
}
.BgClassName
{
background-color: #AA592A;
}
</style>
border-color css
<style>
span { border-color: #AA592A; }
span { border-color: rgb(170,89,42); }
td.TdClassName
{
border-color: #AA592A;
}
.TagClassName
{
border-color: #AA592A;
}
</style>