Shades of Fiery Orange #AA5D28
Tints of Fiery Orange #AA5D28
RGB
CMYK
RGB Variations
Color information
#AA5D28 (or 0xAA5D28) is known color: Fiery Orange. HEX triplet: AA, 5D and 28. RGB value is (170,93,40). Sum of RGB (Red+Green+Blue) = 170+93+40=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 93 (36.72% from 255 or 30.69% from 303); Blue value is 40 (16.02% from 255 or 13.20% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5D28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5D28 is #55A2D7. Grayscale: #6E6E6E. Windows color (decimal): -5612248 or 2645418. OLE color: 2645418.
HSL color Cylindrical-coordinate representation of color #AA5D28: hue angle of 24.46º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA5D28 is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 93 | 40 | - |
| CMYK | 0 | 0.45 | 0.76 | 0.33 |
| HSL | 24.46º | 0.62% | 0.41% | - |
| HSV(B) | 24.46º | 0.76% | 0.67% | - |
| XYZ | 20.87 | 16.53 | 4.1 | - |
| YUV | 109.98 | 88.51 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 93 | 40 | 0 | 0.45 | 0.76 | 0.33 | 24.46 | 0.62 | 0.41 |
| Hex | AA | 5D | 28 | 0 | 2D | 4C | 21 | 18 | 3E | 29 |
| Octal | 252 | 135 | 50 | 0 | 55 | 114 | 41 | 30 | 76 | 51 |
| Binary | 10101010 | 1011101 | 101000 | 0 | 101101 | 1001100 | 100001 | 11000 | 111110 | 101001 |
Color Harmonies of #AA5D28
Complementary color
Monochromatic Colors of #AA5D28
Black with #AA5D28
Text Example
Text Example
White with #AA5D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5D28; }
p { color: rgb(170,93,40); }
H1.HeaderClassName
{
color: #AA5D28;
}
.AnyTagClassName
{
color: #AA5D28;
}
</style>
background-color css
<style>
a { background-color: #AA5D28; }
a { background-color: rgb(170,93,40); }
div.DivClassName
{
background-color: #AA5D28;
}
.BgClassName
{
background-color: #AA5D28;
}
</style>
border-color css
<style>
span { border-color: #AA5D28; }
span { border-color: rgb(170,93,40); }
td.TdClassName
{
border-color: #AA5D28;
}
.TagClassName
{
border-color: #AA5D28;
}
</style>