Shades of Fiery Orange #AB572C
Tints of Fiery Orange #AB572C
RGB
CMYK
RGB Variations
Color information
#AB572C (or 0xAB572C) is known color: Fiery Orange. HEX triplet: AB, 57 and 2C. RGB value is (171,87,44). Sum of RGB (Red+Green+Blue) = 171+87+44=302 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.62% from 302); Green value is 87 (34.38% from 255 or 28.81% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 171 - color contains mainly: red. Hex color #AB572C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB572C is #54A8D3. Grayscale: #6B6B6B. Windows color (decimal): -5548244 or 2906027. OLE color: 2906027.
HSL color Cylindrical-coordinate representation of color #AB572C: hue angle of 20.31º degrees, saturation: 0.59, 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 #AB572C is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 87 | 44 | - |
| CMYK | 0 | 0.49 | 0.74 | 0.33 |
| HSL | 20.31º | 0.59% | 0.42% | - |
| HSV(B) | 20.31º | 0.74% | 0.67% | - |
| XYZ | 20.66 | 15.66 | 4.32 | - |
| YUV | 107.21 | 92.33 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 87 | 44 | 0 | 0.49 | 0.74 | 0.33 | 20.31 | 0.59 | 0.42 |
| Hex | AB | 57 | 2C | 0 | 31 | 4A | 21 | 14 | 3B | 2A |
| Octal | 253 | 127 | 54 | 0 | 61 | 112 | 41 | 24 | 73 | 52 |
| Binary | 10101011 | 1010111 | 101100 | 0 | 110001 | 1001010 | 100001 | 10100 | 111011 | 101010 |
Color Harmonies of #AB572C
Complementary color
Monochromatic Colors of #AB572C
Black with #AB572C
Text Example
Text Example
White with #AB572C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB572C; }
p { color: rgb(171,87,44); }
H1.HeaderClassName
{
color: #AB572C;
}
.AnyTagClassName
{
color: #AB572C;
}
</style>
background-color css
<style>
a { background-color: #AB572C; }
a { background-color: rgb(171,87,44); }
div.DivClassName
{
background-color: #AB572C;
}
.BgClassName
{
background-color: #AB572C;
}
</style>
border-color css
<style>
span { border-color: #AB572C; }
span { border-color: rgb(171,87,44); }
td.TdClassName
{
border-color: #AB572C;
}
.TagClassName
{
border-color: #AB572C;
}
</style>