Shades of Fiery Orange #AA5E33
Tints of Fiery Orange #AA5E33
RGB
CMYK
RGB Variations
Color information
#AA5E33 (or 0xAA5E33) is known color: Fiery Orange. HEX triplet: AA, 5E and 33. RGB value is (170,94,51). Sum of RGB (Red+Green+Blue) = 170+94+51=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 94 (37.11% from 255 or 29.84% from 315); Blue value is 51 (20.31% from 255 or 16.19% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5E33 is #55A1CC. Grayscale: #707070. Windows color (decimal): -5611981 or 3366570. OLE color: 3366570.
HSL color Cylindrical-coordinate representation of color #AA5E33: hue angle of 21.68º 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 #AA5E33 is Cyan = 0, Magento = 0.45, Yellow = 0.7 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 94 | 51 | - |
CMYK | 0 | 0.45 | 0.7 | 0.33 |
HSL | 21.68º | 0.54% | 0.43% | - |
HSV(B) | 21.68º | 0.7% | 0.67% | - |
XYZ | 21.18 | 16.79 | 5.26 | - |
YUV | 111.82 | 93.68 | 169.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 94 | 51 | 0 | 0.45 | 0.7 | 0.33 | 21.68 | 0.54 | 0.43 |
Hex | AA | 5E | 33 | 0 | 2D | 46 | 21 | 16 | 36 | 2B |
Octal | 252 | 136 | 63 | 0 | 55 | 106 | 41 | 26 | 66 | 53 |
Binary | 10101010 | 1011110 | 110011 | 0 | 101101 | 1000110 | 100001 | 10110 | 110110 | 101011 |
Color Harmonies of #AA5E33
Complementary color
Monochromatic Colors of #AA5E33
Black with #AA5E33
Text Example
Text Example
White with #AA5E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5E33; }
p { color: rgb(170,94,51); }
H1.HeaderClassName
{
color: #AA5E33;
}
.AnyTagClassName
{
color: #AA5E33;
}
</style>
background-color css
<style>
a { background-color: #AA5E33; }
a { background-color: rgb(170,94,51); }
div.DivClassName
{
background-color: #AA5E33;
}
.BgClassName
{
background-color: #AA5E33;
}
</style>
border-color css
<style>
span { border-color: #AA5E33; }
span { border-color: rgb(170,94,51); }
td.TdClassName
{
border-color: #AA5E33;
}
.TagClassName
{
border-color: #AA5E33;
}
</style>