Shades of Hacienda #AB7C1E
Tints of Hacienda #AB7C1E
RGB
CMYK
RGB Variations
Color information
#AB7C1E (or 0xAB7C1E) is known color: Hacienda. HEX triplet: AB, 7C and 1E. RGB value is (171,124,30). Sum of RGB (Red+Green+Blue) = 171+124+30=325 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.62% from 325); Green value is 124 (48.83% from 255 or 38.15% from 325); Blue value is 30 (12.11% from 255 or 9.23% from 325); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7C1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7C1E is #5483E1. Grayscale: #7F7F7F. Windows color (decimal): -5538786 or 1997995. OLE color: 1997995.
HSL color Cylindrical-coordinate representation of color #AB7C1E: hue angle of 40º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB7C1E is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 124 | 30 | - |
| CMYK | 0 | 0.27 | 0.82 | 0.33 |
| HSL | 40º | 0.7% | 0.39% | - |
| HSV(B) | 40º | 0.82% | 0.67% | - |
| XYZ | 24.24 | 23.17 | 4.42 | - |
| YUV | 127.34 | 73.07 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 124 | 30 | 0 | 0.27 | 0.82 | 0.33 | 40 | 0.7 | 0.39 |
| Hex | AB | 7C | 1E | 0 | 1B | 52 | 21 | 28 | 46 | 27 |
| Octal | 253 | 174 | 36 | 0 | 33 | 122 | 41 | 50 | 106 | 47 |
| Binary | 10101011 | 1111100 | 11110 | 0 | 11011 | 1010010 | 100001 | 101000 | 1000110 | 100111 |
Color Harmonies of #AB7C1E
Complementary color
Monochromatic Colors of #AB7C1E
Black with #AB7C1E
Text Example
Text Example
White with #AB7C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7C1E; }
p { color: rgb(171,124,30); }
H1.HeaderClassName
{
color: #AB7C1E;
}
.AnyTagClassName
{
color: #AB7C1E;
}
</style>
background-color css
<style>
a { background-color: #AB7C1E; }
a { background-color: rgb(171,124,30); }
div.DivClassName
{
background-color: #AB7C1E;
}
.BgClassName
{
background-color: #AB7C1E;
}
</style>
border-color css
<style>
span { border-color: #AB7C1E; }
span { border-color: rgb(171,124,30); }
td.TdClassName
{
border-color: #AB7C1E;
}
.TagClassName
{
border-color: #AB7C1E;
}
</style>