Shades of Fiery Orange #AA582C
Tints of Fiery Orange #AA582C
RGB
CMYK
RGB Variations
Color information
#AA582C (or 0xAA582C) is known color: Fiery Orange. HEX triplet: AA, 58 and 2C. RGB value is (170,88,44). Sum of RGB (Red+Green+Blue) = 170+88+44=302 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.29% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 170 - color contains mainly: red. Hex color #AA582C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA582C is #55A7D3. Grayscale: #6B6B6B. Windows color (decimal): -5613524 or 2906282. OLE color: 2906282.
HSL color Cylindrical-coordinate representation of color #AA582C: hue angle of 20.95º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA582C is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 88 | 44 | - |
| CMYK | 0 | 0.48 | 0.74 | 0.33 |
| HSL | 20.95º | 0.59% | 0.42% | - |
| HSV(B) | 20.95º | 0.74% | 0.67% | - |
| XYZ | 20.52 | 15.71 | 4.33 | - |
| YUV | 107.5 | 92.17 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 88 | 44 | 0 | 0.48 | 0.74 | 0.33 | 20.95 | 0.59 | 0.42 |
| Hex | AA | 58 | 2C | 0 | 30 | 4A | 21 | 15 | 3B | 2A |
| Octal | 252 | 130 | 54 | 0 | 60 | 112 | 41 | 25 | 73 | 52 |
| Binary | 10101010 | 1011000 | 101100 | 0 | 110000 | 1001010 | 100001 | 10101 | 111011 | 101010 |
Color Harmonies of #AA582C
Complementary color
Monochromatic Colors of #AA582C
Black with #AA582C
Text Example
Text Example
White with #AA582C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA582C; }
p { color: rgb(170,88,44); }
H1.HeaderClassName
{
color: #AA582C;
}
.AnyTagClassName
{
color: #AA582C;
}
</style>
background-color css
<style>
a { background-color: #AA582C; }
a { background-color: rgb(170,88,44); }
div.DivClassName
{
background-color: #AA582C;
}
.BgClassName
{
background-color: #AA582C;
}
</style>
border-color css
<style>
span { border-color: #AA582C; }
span { border-color: rgb(170,88,44); }
td.TdClassName
{
border-color: #AA582C;
}
.TagClassName
{
border-color: #AA582C;
}
</style>