Shades of Fiery Orange #AB5E28
Tints of Fiery Orange #AB5E28
RGB
CMYK
RGB Variations
Color information
#AB5E28 (or 0xAB5E28) is known color: Fiery Orange. HEX triplet: AB, 5E and 28. RGB value is (171,94,40). Sum of RGB (Red+Green+Blue) = 171+94+40=305 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.07% from 305); Green value is 94 (37.11% from 255 or 30.82% from 305); Blue value is 40 (16.02% from 255 or 13.11% from 305); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5E28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5E28 is #54A1D7. Grayscale: #6F6F6F. Windows color (decimal): -5546456 or 2645675. OLE color: 2645675.
HSL color Cylindrical-coordinate representation of color #AB5E28: hue angle of 24.73º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB5E28 is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 94 | 40 | - |
| CMYK | 0 | 0.45 | 0.77 | 0.33 |
| HSL | 24.73º | 0.62% | 0.41% | - |
| HSV(B) | 24.73º | 0.77% | 0.67% | - |
| XYZ | 21.18 | 16.82 | 4.14 | - |
| YUV | 110.87 | 88.01 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 94 | 40 | 0 | 0.45 | 0.77 | 0.33 | 24.73 | 0.62 | 0.41 |
| Hex | AB | 5E | 28 | 0 | 2D | 4D | 21 | 19 | 3E | 29 |
| Octal | 253 | 136 | 50 | 0 | 55 | 115 | 41 | 31 | 76 | 51 |
| Binary | 10101011 | 1011110 | 101000 | 0 | 101101 | 1001101 | 100001 | 11001 | 111110 | 101001 |
Color Harmonies of #AB5E28
Complementary color
Monochromatic Colors of #AB5E28
Black with #AB5E28
Text Example
Text Example
White with #AB5E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5E28; }
p { color: rgb(171,94,40); }
H1.HeaderClassName
{
color: #AB5E28;
}
.AnyTagClassName
{
color: #AB5E28;
}
</style>
background-color css
<style>
a { background-color: #AB5E28; }
a { background-color: rgb(171,94,40); }
div.DivClassName
{
background-color: #AB5E28;
}
.BgClassName
{
background-color: #AB5E28;
}
</style>
border-color css
<style>
span { border-color: #AB5E28; }
span { border-color: rgb(171,94,40); }
td.TdClassName
{
border-color: #AB5E28;
}
.TagClassName
{
border-color: #AB5E28;
}
</style>