Shades of Fiery Orange #AB5A2F
Tints of Fiery Orange #AB5A2F
RGB
CMYK
RGB Variations
Color information
#AB5A2F (or 0xAB5A2F) is known color: Fiery Orange. HEX triplet: AB, 5A and 2F. RGB value is (171,90,47). Sum of RGB (Red+Green+Blue) = 171+90+47=308 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.52% from 308); Green value is 90 (35.55% from 255 or 29.22% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5A2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5A2F is #54A5D0. Grayscale: #6D6D6D. Windows color (decimal): -5547473 or 3103403. OLE color: 3103403.
HSL color Cylindrical-coordinate representation of color #AB5A2F: hue angle of 20.81º 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 #AB5A2F is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 90 | 47 | - |
| CMYK | 0 | 0.47 | 0.73 | 0.33 |
| HSL | 20.81º | 0.57% | 0.43% | - |
| HSV(B) | 20.81º | 0.73% | 0.67% | - |
| XYZ | 20.96 | 16.18 | 4.71 | - |
| YUV | 109.32 | 92.84 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 90 | 47 | 0 | 0.47 | 0.73 | 0.33 | 20.81 | 0.57 | 0.43 |
| Hex | AB | 5A | 2F | 0 | 2F | 49 | 21 | 15 | 39 | 2B |
| Octal | 253 | 132 | 57 | 0 | 57 | 111 | 41 | 25 | 71 | 53 |
| Binary | 10101011 | 1011010 | 101111 | 0 | 101111 | 1001001 | 100001 | 10101 | 111001 | 101011 |
Color Harmonies of #AB5A2F
Complementary color
Monochromatic Colors of #AB5A2F
Black with #AB5A2F
Text Example
Text Example
White with #AB5A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5A2F; }
p { color: rgb(171,90,47); }
H1.HeaderClassName
{
color: #AB5A2F;
}
.AnyTagClassName
{
color: #AB5A2F;
}
</style>
background-color css
<style>
a { background-color: #AB5A2F; }
a { background-color: rgb(171,90,47); }
div.DivClassName
{
background-color: #AB5A2F;
}
.BgClassName
{
background-color: #AB5A2F;
}
</style>
border-color css
<style>
span { border-color: #AB5A2F; }
span { border-color: rgb(171,90,47); }
td.TdClassName
{
border-color: #AB5A2F;
}
.TagClassName
{
border-color: #AB5A2F;
}
</style>