Shades of Fiery Orange #AB5D2F
Tints of Fiery Orange #AB5D2F
RGB
CMYK
RGB Variations
Color information
#AB5D2F (or 0xAB5D2F) is known color: Fiery Orange. HEX triplet: AB, 5D and 2F. RGB value is (171,93,47). Sum of RGB (Red+Green+Blue) = 171+93+47=311 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.98% from 311); Green value is 93 (36.72% from 255 or 29.90% from 311); Blue value is 47 (18.75% from 255 or 15.11% from 311); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5D2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5D2F is #54A2D0. Grayscale: #6F6F6F. Windows color (decimal): -5546705 or 3104171. OLE color: 3104171.
HSL color Cylindrical-coordinate representation of color #AB5D2F: hue angle of 22.26º degrees, saturation: 0.57, 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 #AB5D2F is Cyan = 0, Magento = 0.46, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 93 | 47 | - |
| CMYK | 0 | 0.46 | 0.73 | 0.33 |
| HSL | 22.26º | 0.57% | 0.43% | - |
| HSV(B) | 22.26º | 0.73% | 0.67% | - |
| XYZ | 21.22 | 16.69 | 4.79 | - |
| YUV | 111.08 | 91.84 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 93 | 47 | 0 | 0.46 | 0.73 | 0.33 | 22.26 | 0.57 | 0.43 |
| Hex | AB | 5D | 2F | 0 | 2E | 49 | 21 | 16 | 39 | 2B |
| Octal | 253 | 135 | 57 | 0 | 56 | 111 | 41 | 26 | 71 | 53 |
| Binary | 10101011 | 1011101 | 101111 | 0 | 101110 | 1001001 | 100001 | 10110 | 111001 | 101011 |
Color Harmonies of #AB5D2F
Complementary color
Monochromatic Colors of #AB5D2F
Black with #AB5D2F
Text Example
Text Example
White with #AB5D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5D2F; }
p { color: rgb(171,93,47); }
H1.HeaderClassName
{
color: #AB5D2F;
}
.AnyTagClassName
{
color: #AB5D2F;
}
</style>
background-color css
<style>
a { background-color: #AB5D2F; }
a { background-color: rgb(171,93,47); }
div.DivClassName
{
background-color: #AB5D2F;
}
.BgClassName
{
background-color: #AB5D2F;
}
</style>
border-color css
<style>
span { border-color: #AB5D2F; }
span { border-color: rgb(171,93,47); }
td.TdClassName
{
border-color: #AB5D2F;
}
.TagClassName
{
border-color: #AB5D2F;
}
</style>