Shades of Fiery Orange #AA5E2D
Tints of Fiery Orange #AA5E2D
RGB
CMYK
RGB Variations
Color information
#AA5E2D (or 0xAA5E2D) is known color: Fiery Orange. HEX triplet: AA, 5E and 2D. RGB value is (170,94,45). Sum of RGB (Red+Green+Blue) = 170+94+45=309 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.02% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5E2D is #55A1D2. Grayscale: #6F6F6F. Windows color (decimal): -5611987 or 2973354. OLE color: 2973354.
HSL color Cylindrical-coordinate representation of color #AA5E2D: hue angle of 23.52º degrees, saturation: 0.58, 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 #AA5E2D is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 94 | 45 | - |
CMYK | 0 | 0.45 | 0.74 | 0.33 |
HSL | 23.52º | 0.58% | 0.42% | - |
HSV(B) | 23.52º | 0.74% | 0.67% | - |
XYZ | 21.05 | 16.74 | 4.6 | - |
YUV | 111.14 | 90.68 | 169.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 94 | 45 | 0 | 0.45 | 0.74 | 0.33 | 23.52 | 0.58 | 0.42 |
Hex | AA | 5E | 2D | 0 | 2D | 4A | 21 | 18 | 3A | 2A |
Octal | 252 | 136 | 55 | 0 | 55 | 112 | 41 | 30 | 72 | 52 |
Binary | 10101010 | 1011110 | 101101 | 0 | 101101 | 1001010 | 100001 | 11000 | 111010 | 101010 |
Color Harmonies of #AA5E2D
Complementary color
Monochromatic Colors of #AA5E2D
Black with #AA5E2D
Text Example
Text Example
White with #AA5E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5E2D; }
p { color: rgb(170,94,45); }
H1.HeaderClassName
{
color: #AA5E2D;
}
.AnyTagClassName
{
color: #AA5E2D;
}
</style>
background-color css
<style>
a { background-color: #AA5E2D; }
a { background-color: rgb(170,94,45); }
div.DivClassName
{
background-color: #AA5E2D;
}
.BgClassName
{
background-color: #AA5E2D;
}
</style>
border-color css
<style>
span { border-color: #AA5E2D; }
span { border-color: rgb(170,94,45); }
td.TdClassName
{
border-color: #AA5E2D;
}
.TagClassName
{
border-color: #AA5E2D;
}
</style>