Shades of Fiery Orange #AA5A30
Tints of Fiery Orange #AA5A30
RGB
CMYK
RGB Variations
Color information
#AA5A30 (or 0xAA5A30) is known color: Fiery Orange. HEX triplet: AA, 5A and 30. RGB value is (170,90,48). Sum of RGB (Red+Green+Blue) = 170+90+48=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 90 (35.55% from 255 or 29.22% from 308); Blue value is 48 (19.14% from 255 or 15.58% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5A30 is #55A5CF. Grayscale: #6D6D6D. Windows color (decimal): -5613008 or 3168938. OLE color: 3168938.
HSL color Cylindrical-coordinate representation of color #AA5A30: hue angle of 20.66º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA5A30 is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 90 | 48 | - |
| CMYK | 0 | 0.47 | 0.72 | 0.33 |
| HSL | 20.66º | 0.56% | 0.43% | - |
| HSV(B) | 20.66º | 0.72% | 0.67% | - |
| XYZ | 20.77 | 16.07 | 4.8 | - |
| YUV | 109.13 | 93.5 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 90 | 48 | 0 | 0.47 | 0.72 | 0.33 | 20.66 | 0.56 | 0.43 |
| Hex | AA | 5A | 30 | 0 | 2F | 48 | 21 | 15 | 38 | 2B |
| Octal | 252 | 132 | 60 | 0 | 57 | 110 | 41 | 25 | 70 | 53 |
| Binary | 10101010 | 1011010 | 110000 | 0 | 101111 | 1001000 | 100001 | 10101 | 111000 | 101011 |
Color Harmonies of #AA5A30
Complementary color
Monochromatic Colors of #AA5A30
Black with #AA5A30
Text Example
Text Example
White with #AA5A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5A30; }
p { color: rgb(170,90,48); }
H1.HeaderClassName
{
color: #AA5A30;
}
.AnyTagClassName
{
color: #AA5A30;
}
</style>
background-color css
<style>
a { background-color: #AA5A30; }
a { background-color: rgb(170,90,48); }
div.DivClassName
{
background-color: #AA5A30;
}
.BgClassName
{
background-color: #AA5A30;
}
</style>
border-color css
<style>
span { border-color: #AA5A30; }
span { border-color: rgb(170,90,48); }
td.TdClassName
{
border-color: #AA5A30;
}
.TagClassName
{
border-color: #AA5A30;
}
</style>