Shades of Fiery Orange #AB5C2D
Tints of Fiery Orange #AB5C2D
RGB
CMYK
RGB Variations
Color information
#AB5C2D (or 0xAB5C2D) is known color: Fiery Orange. HEX triplet: AB, 5C and 2D. RGB value is (171,92,45). Sum of RGB (Red+Green+Blue) = 171+92+45=308 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.52% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 45 (17.97% from 255 or 14.61% from 308); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5C2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5C2D is #54A3D2. Grayscale: #6E6E6E. Windows color (decimal): -5546963 or 2972843. OLE color: 2972843.
HSL color Cylindrical-coordinate representation of color #AB5C2D: hue angle of 22.38º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB5C2D is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 92 | 45 | - |
| CMYK | 0 | 0.46 | 0.74 | 0.33 |
| HSL | 22.38º | 0.58% | 0.42% | - |
| HSV(B) | 22.38º | 0.74% | 0.67% | - |
| XYZ | 21.1 | 16.5 | 4.56 | - |
| YUV | 110.26 | 91.17 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 92 | 45 | 0 | 0.46 | 0.74 | 0.33 | 22.38 | 0.58 | 0.42 |
| Hex | AB | 5C | 2D | 0 | 2E | 4A | 21 | 16 | 3A | 2A |
| Octal | 253 | 134 | 55 | 0 | 56 | 112 | 41 | 26 | 72 | 52 |
| Binary | 10101011 | 1011100 | 101101 | 0 | 101110 | 1001010 | 100001 | 10110 | 111010 | 101010 |
Color Harmonies of #AB5C2D
Complementary color
Monochromatic Colors of #AB5C2D
Black with #AB5C2D
Text Example
Text Example
White with #AB5C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5C2D; }
p { color: rgb(171,92,45); }
H1.HeaderClassName
{
color: #AB5C2D;
}
.AnyTagClassName
{
color: #AB5C2D;
}
</style>
background-color css
<style>
a { background-color: #AB5C2D; }
a { background-color: rgb(171,92,45); }
div.DivClassName
{
background-color: #AB5C2D;
}
.BgClassName
{
background-color: #AB5C2D;
}
</style>
border-color css
<style>
span { border-color: #AB5C2D; }
span { border-color: rgb(171,92,45); }
td.TdClassName
{
border-color: #AB5C2D;
}
.TagClassName
{
border-color: #AB5C2D;
}
</style>