Shades of Fiery Orange #AA5C2D
Tints of Fiery Orange #AA5C2D
RGB
CMYK
RGB Variations
Color information
#AA5C2D (or 0xAA5C2D) is known color: Fiery Orange. HEX triplet: AA, 5C and 2D. RGB value is (170,92,45). Sum of RGB (Red+Green+Blue) = 170+92+45=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 92 (36.33% from 255 or 29.97% from 307); Blue value is 45 (17.97% from 255 or 14.66% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5C2D is #55A3D2. Grayscale: #6E6E6E. Windows color (decimal): -5612499 or 2972842. OLE color: 2972842.
HSL color Cylindrical-coordinate representation of color #AA5C2D: hue angle of 22.56º 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 #AA5C2D is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 92 | 45 | - |
| CMYK | 0 | 0.46 | 0.74 | 0.33 |
| HSL | 22.56º | 0.58% | 0.42% | - |
| HSV(B) | 22.56º | 0.74% | 0.67% | - |
| XYZ | 20.88 | 16.39 | 4.55 | - |
| YUV | 109.96 | 91.34 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 92 | 45 | 0 | 0.46 | 0.74 | 0.33 | 22.56 | 0.58 | 0.42 |
| Hex | AA | 5C | 2D | 0 | 2E | 4A | 21 | 17 | 3A | 2A |
| Octal | 252 | 134 | 55 | 0 | 56 | 112 | 41 | 27 | 72 | 52 |
| Binary | 10101010 | 1011100 | 101101 | 0 | 101110 | 1001010 | 100001 | 10111 | 111010 | 101010 |
Color Harmonies of #AA5C2D
Complementary color
Monochromatic Colors of #AA5C2D
Black with #AA5C2D
Text Example
Text Example
White with #AA5C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5C2D; }
p { color: rgb(170,92,45); }
H1.HeaderClassName
{
color: #AA5C2D;
}
.AnyTagClassName
{
color: #AA5C2D;
}
</style>
background-color css
<style>
a { background-color: #AA5C2D; }
a { background-color: rgb(170,92,45); }
div.DivClassName
{
background-color: #AA5C2D;
}
.BgClassName
{
background-color: #AA5C2D;
}
</style>
border-color css
<style>
span { border-color: #AA5C2D; }
span { border-color: rgb(170,92,45); }
td.TdClassName
{
border-color: #AA5C2D;
}
.TagClassName
{
border-color: #AA5C2D;
}
</style>