Shades of Fiery Orange #AB5829
Tints of Fiery Orange #AB5829
RGB
CMYK
RGB Variations
Color information
#AB5829 (or 0xAB5829) is known color: Fiery Orange. HEX triplet: AB, 58 and 29. RGB value is (171,88,41). Sum of RGB (Red+Green+Blue) = 171+88+41=300 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 41 (16.41% from 255 or 13.67% from 300); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5829 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5829 is #54A7D6. Grayscale: #6B6B6B. Windows color (decimal): -5547991 or 2709675. OLE color: 2709675.
HSL color Cylindrical-coordinate representation of color #AB5829: hue angle of 21.69º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AB5829 is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 88 | 41 | - |
| CMYK | 0 | 0.49 | 0.76 | 0.33 |
| HSL | 21.69º | 0.61% | 0.42% | - |
| HSV(B) | 21.69º | 0.76% | 0.67% | - |
| XYZ | 20.68 | 15.8 | 4.06 | - |
| YUV | 107.46 | 90.5 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 88 | 41 | 0 | 0.49 | 0.76 | 0.33 | 21.69 | 0.61 | 0.42 |
| Hex | AB | 58 | 29 | 0 | 31 | 4C | 21 | 16 | 3D | 2A |
| Octal | 253 | 130 | 51 | 0 | 61 | 114 | 41 | 26 | 75 | 52 |
| Binary | 10101011 | 1011000 | 101001 | 0 | 110001 | 1001100 | 100001 | 10110 | 111101 | 101010 |
Color Harmonies of #AB5829
Complementary color
Monochromatic Colors of #AB5829
Black with #AB5829
Text Example
Text Example
White with #AB5829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5829; }
p { color: rgb(171,88,41); }
H1.HeaderClassName
{
color: #AB5829;
}
.AnyTagClassName
{
color: #AB5829;
}
</style>
background-color css
<style>
a { background-color: #AB5829; }
a { background-color: rgb(171,88,41); }
div.DivClassName
{
background-color: #AB5829;
}
.BgClassName
{
background-color: #AB5829;
}
</style>
border-color css
<style>
span { border-color: #AB5829; }
span { border-color: rgb(171,88,41); }
td.TdClassName
{
border-color: #AB5829;
}
.TagClassName
{
border-color: #AB5829;
}
</style>