Shades of Fiery Orange #AA5E30
Tints of Fiery Orange #AA5E30
RGB
CMYK
RGB Variations
Color information
#AA5E30 (or 0xAA5E30) is known color: Fiery Orange. HEX triplet: AA, 5E and 30. RGB value is (170,94,48). Sum of RGB (Red+Green+Blue) = 170+94+48=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 94 (37.11% from 255 or 30.13% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5E30 is #55A1CF. Grayscale: #6F6F6F. Windows color (decimal): -5611984 or 3169962. OLE color: 3169962.
HSL color Cylindrical-coordinate representation of color #AA5E30: hue angle of 22.62º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA5E30 is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 94 | 48 | - |
| CMYK | 0 | 0.45 | 0.72 | 0.33 |
| HSL | 22.62º | 0.56% | 0.43% | - |
| HSV(B) | 22.62º | 0.72% | 0.67% | - |
| XYZ | 21.11 | 16.76 | 4.92 | - |
| YUV | 111.48 | 92.18 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 94 | 48 | 0 | 0.45 | 0.72 | 0.33 | 22.62 | 0.56 | 0.43 |
| Hex | AA | 5E | 30 | 0 | 2D | 48 | 21 | 17 | 38 | 2B |
| Octal | 252 | 136 | 60 | 0 | 55 | 110 | 41 | 27 | 70 | 53 |
| Binary | 10101010 | 1011110 | 110000 | 0 | 101101 | 1001000 | 100001 | 10111 | 111000 | 101011 |
Color Harmonies of #AA5E30
Complementary color
Monochromatic Colors of #AA5E30
Black with #AA5E30
Text Example
Text Example
White with #AA5E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5E30; }
p { color: rgb(170,94,48); }
H1.HeaderClassName
{
color: #AA5E30;
}
.AnyTagClassName
{
color: #AA5E30;
}
</style>
background-color css
<style>
a { background-color: #AA5E30; }
a { background-color: rgb(170,94,48); }
div.DivClassName
{
background-color: #AA5E30;
}
.BgClassName
{
background-color: #AA5E30;
}
</style>
border-color css
<style>
span { border-color: #AA5E30; }
span { border-color: rgb(170,94,48); }
td.TdClassName
{
border-color: #AA5E30;
}
.TagClassName
{
border-color: #AA5E30;
}
</style>