Shades of Fiery Orange #AA5C27
Tints of Fiery Orange #AA5C27
RGB
CMYK
RGB Variations
Color information
#AA5C27 (or 0xAA5C27) is known color: Fiery Orange. HEX triplet: AA, 5C and 27. RGB value is (170,92,39). Sum of RGB (Red+Green+Blue) = 170+92+39=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 92 (36.33% from 255 or 30.56% from 301); Blue value is 39 (15.62% from 255 or 12.96% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5C27 is #55A3D8. Grayscale: #6D6D6D. Windows color (decimal): -5612505 or 2579626. OLE color: 2579626.
HSL color Cylindrical-coordinate representation of color #AA5C27: hue angle of 24.27º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA5C27 is Cyan = 0, Magento = 0.46, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 92 | 39 | - |
| CMYK | 0 | 0.46 | 0.77 | 0.33 |
| HSL | 24.27º | 0.63% | 0.41% | - |
| HSV(B) | 24.27º | 0.77% | 0.67% | - |
| XYZ | 20.77 | 16.35 | 3.98 | - |
| YUV | 109.28 | 88.34 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 92 | 39 | 0 | 0.46 | 0.77 | 0.33 | 24.27 | 0.63 | 0.41 |
| Hex | AA | 5C | 27 | 0 | 2E | 4D | 21 | 18 | 3F | 29 |
| Octal | 252 | 134 | 47 | 0 | 56 | 115 | 41 | 30 | 77 | 51 |
| Binary | 10101010 | 1011100 | 100111 | 0 | 101110 | 1001101 | 100001 | 11000 | 111111 | 101001 |
Color Harmonies of #AA5C27
Complementary color
Monochromatic Colors of #AA5C27
Black with #AA5C27
Text Example
Text Example
White with #AA5C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5C27; }
p { color: rgb(170,92,39); }
H1.HeaderClassName
{
color: #AA5C27;
}
.AnyTagClassName
{
color: #AA5C27;
}
</style>
background-color css
<style>
a { background-color: #AA5C27; }
a { background-color: rgb(170,92,39); }
div.DivClassName
{
background-color: #AA5C27;
}
.BgClassName
{
background-color: #AA5C27;
}
</style>
border-color css
<style>
span { border-color: #AA5C27; }
span { border-color: rgb(170,92,39); }
td.TdClassName
{
border-color: #AA5C27;
}
.TagClassName
{
border-color: #AA5C27;
}
</style>