Shades of Fiery Orange #AA5D32
Tints of Fiery Orange #AA5D32
RGB
CMYK
RGB Variations
Color information
#AA5D32 (or 0xAA5D32) is known color: Fiery Orange. HEX triplet: AA, 5D and 32. RGB value is (170,93,50). Sum of RGB (Red+Green+Blue) = 170+93+50=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 93 (36.72% from 255 or 29.71% from 313); Blue value is 50 (19.92% from 255 or 15.97% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5D32 is #55A2CD. Grayscale: #6F6F6F. Windows color (decimal): -5612238 or 3300778. OLE color: 3300778.
HSL color Cylindrical-coordinate representation of color #AA5D32: hue angle of 21.5º 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 #AA5D32 is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 93 | 50 | - |
| CMYK | 0 | 0.45 | 0.71 | 0.33 |
| HSL | 21.5º | 0.55% | 0.43% | - |
| HSV(B) | 21.5º | 0.71% | 0.67% | - |
| XYZ | 21.07 | 16.61 | 5.11 | - |
| YUV | 111.12 | 93.51 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 93 | 50 | 0 | 0.45 | 0.71 | 0.33 | 21.5 | 0.55 | 0.43 |
| Hex | AA | 5D | 32 | 0 | 2D | 47 | 21 | 16 | 37 | 2B |
| Octal | 252 | 135 | 62 | 0 | 55 | 107 | 41 | 26 | 67 | 53 |
| Binary | 10101010 | 1011101 | 110010 | 0 | 101101 | 1000111 | 100001 | 10110 | 110111 | 101011 |
Color Harmonies of #AA5D32
Complementary color
Monochromatic Colors of #AA5D32
Black with #AA5D32
Text Example
Text Example
White with #AA5D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5D32; }
p { color: rgb(170,93,50); }
H1.HeaderClassName
{
color: #AA5D32;
}
.AnyTagClassName
{
color: #AA5D32;
}
</style>
background-color css
<style>
a { background-color: #AA5D32; }
a { background-color: rgb(170,93,50); }
div.DivClassName
{
background-color: #AA5D32;
}
.BgClassName
{
background-color: #AA5D32;
}
</style>
border-color css
<style>
span { border-color: #AA5D32; }
span { border-color: rgb(170,93,50); }
td.TdClassName
{
border-color: #AA5D32;
}
.TagClassName
{
border-color: #AA5D32;
}
</style>