Shades of Fiery Orange #AB592E
Tints of Fiery Orange #AB592E
RGB
CMYK
RGB Variations
Color information
#AB592E (or 0xAB592E) is known color: Fiery Orange. HEX triplet: AB, 59 and 2E. RGB value is (171,89,46). Sum of RGB (Red+Green+Blue) = 171+89+46=306 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.88% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 46 (18.36% from 255 or 15.03% from 306); Max value from RGB is 171 - color contains mainly: red. Hex color #AB592E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB592E is #54A6D1. Grayscale: #6C6C6C. Windows color (decimal): -5547730 or 3037611. OLE color: 3037611.
HSL color Cylindrical-coordinate representation of color #AB592E: hue angle of 20.64º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB592E is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 89 | 46 | - |
| CMYK | 0 | 0.48 | 0.73 | 0.33 |
| HSL | 20.64º | 0.58% | 0.43% | - |
| HSV(B) | 20.64º | 0.73% | 0.67% | - |
| XYZ | 20.86 | 16 | 4.57 | - |
| YUV | 108.62 | 92.67 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 89 | 46 | 0 | 0.48 | 0.73 | 0.33 | 20.64 | 0.58 | 0.43 |
| Hex | AB | 59 | 2E | 0 | 30 | 49 | 21 | 15 | 3A | 2B |
| Octal | 253 | 131 | 56 | 0 | 60 | 111 | 41 | 25 | 72 | 53 |
| Binary | 10101011 | 1011001 | 101110 | 0 | 110000 | 1001001 | 100001 | 10101 | 111010 | 101011 |
Color Harmonies of #AB592E
Complementary color
Monochromatic Colors of #AB592E
Black with #AB592E
Text Example
Text Example
White with #AB592E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB592E; }
p { color: rgb(171,89,46); }
H1.HeaderClassName
{
color: #AB592E;
}
.AnyTagClassName
{
color: #AB592E;
}
</style>
background-color css
<style>
a { background-color: #AB592E; }
a { background-color: rgb(171,89,46); }
div.DivClassName
{
background-color: #AB592E;
}
.BgClassName
{
background-color: #AB592E;
}
</style>
border-color css
<style>
span { border-color: #AB592E; }
span { border-color: rgb(171,89,46); }
td.TdClassName
{
border-color: #AB592E;
}
.TagClassName
{
border-color: #AB592E;
}
</style>