Shades of Fiery Orange #AB582A
Tints of Fiery Orange #AB582A
RGB
CMYK
RGB Variations
Color information
#AB582A (or 0xAB582A) is known color: Fiery Orange. HEX triplet: AB, 58 and 2A. RGB value is (171,88,42). Sum of RGB (Red+Green+Blue) = 171+88+42=301 (39% of max value = 765). Red value is 171 (67.19% from 255 or 56.81% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 42 (16.80% from 255 or 13.95% from 301); Max value from RGB is 171 - color contains mainly: red. Hex color #AB582A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB582A is #54A7D5. Grayscale: #6B6B6B. Windows color (decimal): -5547990 or 2775211. OLE color: 2775211.
HSL color Cylindrical-coordinate representation of color #AB582A: hue angle of 21.4º 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 #AB582A is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 88 | 42 | - |
| CMYK | 0 | 0.49 | 0.75 | 0.33 |
| HSL | 21.4º | 0.61% | 0.42% | - |
| HSV(B) | 21.4º | 0.75% | 0.67% | - |
| XYZ | 20.7 | 15.8 | 4.15 | - |
| YUV | 107.57 | 91 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 88 | 42 | 0 | 0.49 | 0.75 | 0.33 | 21.4 | 0.61 | 0.42 |
| Hex | AB | 58 | 2A | 0 | 31 | 4B | 21 | 15 | 3D | 2A |
| Octal | 253 | 130 | 52 | 0 | 61 | 113 | 41 | 25 | 75 | 52 |
| Binary | 10101011 | 1011000 | 101010 | 0 | 110001 | 1001011 | 100001 | 10101 | 111101 | 101010 |
Color Harmonies of #AB582A
Complementary color
Monochromatic Colors of #AB582A
Black with #AB582A
Text Example
Text Example
White with #AB582A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB582A; }
p { color: rgb(171,88,42); }
H1.HeaderClassName
{
color: #AB582A;
}
.AnyTagClassName
{
color: #AB582A;
}
</style>
background-color css
<style>
a { background-color: #AB582A; }
a { background-color: rgb(171,88,42); }
div.DivClassName
{
background-color: #AB582A;
}
.BgClassName
{
background-color: #AB582A;
}
</style>
border-color css
<style>
span { border-color: #AB582A; }
span { border-color: rgb(171,88,42); }
td.TdClassName
{
border-color: #AB582A;
}
.TagClassName
{
border-color: #AB582A;
}
</style>