Shades of Fiery Orange #AA5C31
Tints of Fiery Orange #AA5C31
RGB
CMYK
RGB Variations
Color information
#AA5C31 (or 0xAA5C31) is known color: Fiery Orange. HEX triplet: AA, 5C and 31. RGB value is (170,92,49). Sum of RGB (Red+Green+Blue) = 170+92+49=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 92 (36.33% from 255 or 29.58% from 311); Blue value is 49 (19.53% from 255 or 15.76% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5C31 is #55A3CE. Grayscale: #6E6E6E. Windows color (decimal): -5612495 or 3234986. OLE color: 3234986.
HSL color Cylindrical-coordinate representation of color #AA5C31: hue angle of 21.32º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA5C31 is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 92 | 49 | - |
| CMYK | 0 | 0.46 | 0.71 | 0.33 |
| HSL | 21.32º | 0.55% | 0.43% | - |
| HSV(B) | 21.32º | 0.71% | 0.67% | - |
| XYZ | 20.96 | 16.42 | 4.97 | - |
| YUV | 110.42 | 93.34 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 92 | 49 | 0 | 0.46 | 0.71 | 0.33 | 21.32 | 0.55 | 0.43 |
| Hex | AA | 5C | 31 | 0 | 2E | 47 | 21 | 15 | 37 | 2B |
| Octal | 252 | 134 | 61 | 0 | 56 | 107 | 41 | 25 | 67 | 53 |
| Binary | 10101010 | 1011100 | 110001 | 0 | 101110 | 1000111 | 100001 | 10101 | 110111 | 101011 |
Color Harmonies of #AA5C31
Complementary color
Monochromatic Colors of #AA5C31
Black with #AA5C31
Text Example
Text Example
White with #AA5C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5C31; }
p { color: rgb(170,92,49); }
H1.HeaderClassName
{
color: #AA5C31;
}
.AnyTagClassName
{
color: #AA5C31;
}
</style>
background-color css
<style>
a { background-color: #AA5C31; }
a { background-color: rgb(170,92,49); }
div.DivClassName
{
background-color: #AA5C31;
}
.BgClassName
{
background-color: #AA5C31;
}
</style>
border-color css
<style>
span { border-color: #AA5C31; }
span { border-color: rgb(170,92,49); }
td.TdClassName
{
border-color: #AA5C31;
}
.TagClassName
{
border-color: #AA5C31;
}
</style>