Shades of Fiery Orange #AB592A
Tints of Fiery Orange #AB592A
RGB
CMYK
RGB Variations
Color information
#AB592A (or 0xAB592A) is known color: Fiery Orange. HEX triplet: AB, 59 and 2A. RGB value is (171,89,42). Sum of RGB (Red+Green+Blue) = 171+89+42=302 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.62% from 302); Green value is 89 (35.16% from 255 or 29.47% from 302); Blue value is 42 (16.80% from 255 or 13.91% from 302); Max value from RGB is 171 - color contains mainly: red. Hex color #AB592A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB592A is #54A6D5. Grayscale: #6C6C6C. Windows color (decimal): -5547734 or 2775467. OLE color: 2775467.
HSL color Cylindrical-coordinate representation of color #AB592A: hue angle of 21.86º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB592A is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 89 | 42 | - |
| CMYK | 0 | 0.48 | 0.75 | 0.33 |
| HSL | 21.86º | 0.61% | 0.42% | - |
| HSV(B) | 21.86º | 0.75% | 0.67% | - |
| XYZ | 20.78 | 15.97 | 4.18 | - |
| YUV | 108.16 | 90.67 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 89 | 42 | 0 | 0.48 | 0.75 | 0.33 | 21.86 | 0.61 | 0.42 |
| Hex | AB | 59 | 2A | 0 | 30 | 4B | 21 | 16 | 3D | 2A |
| Octal | 253 | 131 | 52 | 0 | 60 | 113 | 41 | 26 | 75 | 52 |
| Binary | 10101011 | 1011001 | 101010 | 0 | 110000 | 1001011 | 100001 | 10110 | 111101 | 101010 |
Color Harmonies of #AB592A
Complementary color
Monochromatic Colors of #AB592A
Black with #AB592A
Text Example
Text Example
White with #AB592A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB592A; }
p { color: rgb(171,89,42); }
H1.HeaderClassName
{
color: #AB592A;
}
.AnyTagClassName
{
color: #AB592A;
}
</style>
background-color css
<style>
a { background-color: #AB592A; }
a { background-color: rgb(171,89,42); }
div.DivClassName
{
background-color: #AB592A;
}
.BgClassName
{
background-color: #AB592A;
}
</style>
border-color css
<style>
span { border-color: #AB592A; }
span { border-color: rgb(171,89,42); }
td.TdClassName
{
border-color: #AB592A;
}
.TagClassName
{
border-color: #AB592A;
}
</style>