Shades of Hacienda #A87D16
Tints of Hacienda #A87D16
RGB
CMYK
RGB Variations
Color information
#A87D16 (or 0xA87D16) is known color: Hacienda. HEX triplet: A8, 7D and 16. RGB value is (168,125,22). Sum of RGB (Red+Green+Blue) = 168+125+22=315 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.33% from 315); Green value is 125 (49.22% from 255 or 39.68% from 315); Blue value is 22 (8.98% from 255 or 6.98% from 315); Max value from RGB is 168 - color contains mainly: red. Hex color #A87D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87D16 is #5782E9. Grayscale: #7E7E7E. Windows color (decimal): -5735146 or 1473960. OLE color: 1473960.
HSL color Cylindrical-coordinate representation of color #A87D16: hue angle of 42.33º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A87D16 is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 125 | 22 | - |
| CMYK | 0 | 0.26 | 0.87 | 0.34 |
| HSL | 42.33º | 0.77% | 0.37% | - |
| HSV(B) | 42.33º | 0.87% | 0.66% | - |
| XYZ | 23.63 | 23.05 | 3.96 | - |
| YUV | 126.12 | 69.25 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 125 | 22 | 0 | 0.26 | 0.87 | 0.34 | 42.33 | 0.77 | 0.37 |
| Hex | A8 | 7D | 16 | 0 | 1A | 57 | 22 | 2A | 4D | 25 |
| Octal | 250 | 175 | 26 | 0 | 32 | 127 | 42 | 52 | 115 | 45 |
| Binary | 10101000 | 1111101 | 10110 | 0 | 11010 | 1010111 | 100010 | 101010 | 1001101 | 100101 |
Color Harmonies of #A87D16
Complementary color
Monochromatic Colors of #A87D16
Black with #A87D16
Text Example
Text Example
White with #A87D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87D16; }
p { color: rgb(168,125,22); }
H1.HeaderClassName
{
color: #A87D16;
}
.AnyTagClassName
{
color: #A87D16;
}
</style>
background-color css
<style>
a { background-color: #A87D16; }
a { background-color: rgb(168,125,22); }
div.DivClassName
{
background-color: #A87D16;
}
.BgClassName
{
background-color: #A87D16;
}
</style>
border-color css
<style>
span { border-color: #A87D16; }
span { border-color: rgb(168,125,22); }
td.TdClassName
{
border-color: #A87D16;
}
.TagClassName
{
border-color: #A87D16;
}
</style>