Shades of Fiery Orange #AA5D33
Tints of Fiery Orange #AA5D33
RGB
CMYK
RGB Variations
Color information
#AA5D33 (or 0xAA5D33) is known color: Fiery Orange. HEX triplet: AA, 5D and 33. RGB value is (170,93,51). Sum of RGB (Red+Green+Blue) = 170+93+51=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 51 (20.31% from 255 or 16.24% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5D33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5D33 is #55A2CC. Grayscale: #6F6F6F. Windows color (decimal): -5612237 or 3366314. OLE color: 3366314.
HSL color Cylindrical-coordinate representation of color #AA5D33: hue angle of 21.18º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA5D33 is Cyan = 0, Magento = 0.45, Yellow = 0.7 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 93 | 51 | - |
| CMYK | 0 | 0.45 | 0.7 | 0.33 |
| HSL | 21.18º | 0.54% | 0.43% | - |
| HSV(B) | 21.18º | 0.7% | 0.67% | - |
| XYZ | 21.09 | 16.61 | 5.23 | - |
| YUV | 111.24 | 94.01 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 93 | 51 | 0 | 0.45 | 0.7 | 0.33 | 21.18 | 0.54 | 0.43 |
| Hex | AA | 5D | 33 | 0 | 2D | 46 | 21 | 15 | 36 | 2B |
| Octal | 252 | 135 | 63 | 0 | 55 | 106 | 41 | 25 | 66 | 53 |
| Binary | 10101010 | 1011101 | 110011 | 0 | 101101 | 1000110 | 100001 | 10101 | 110110 | 101011 |
Color Harmonies of #AA5D33
Complementary color
Monochromatic Colors of #AA5D33
Black with #AA5D33
Text Example
Text Example
White with #AA5D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5D33; }
p { color: rgb(170,93,51); }
H1.HeaderClassName
{
color: #AA5D33;
}
.AnyTagClassName
{
color: #AA5D33;
}
</style>
background-color css
<style>
a { background-color: #AA5D33; }
a { background-color: rgb(170,93,51); }
div.DivClassName
{
background-color: #AA5D33;
}
.BgClassName
{
background-color: #AA5D33;
}
</style>
border-color css
<style>
span { border-color: #AA5D33; }
span { border-color: rgb(170,93,51); }
td.TdClassName
{
border-color: #AA5D33;
}
.TagClassName
{
border-color: #AA5D33;
}
</style>