Shades of Hacienda #A97D16
Tints of Hacienda #A97D16
RGB
CMYK
RGB Variations
Color information
#A97D16 (or 0xA97D16) is known color: Hacienda. HEX triplet: A9, 7D and 16. RGB value is (169,125,22). Sum of RGB (Red+Green+Blue) = 169+125+22=316 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.48% from 316); Green value is 125 (49.22% from 255 or 39.56% from 316); Blue value is 22 (8.98% from 255 or 6.96% from 316); Max value from RGB is 169 - color contains mainly: red. Hex color #A97D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A97D16 is #5682E9. Grayscale: #7E7E7E. Windows color (decimal): -5669610 or 1473961. OLE color: 1473961.
HSL color Cylindrical-coordinate representation of color #A97D16: hue angle of 42.04º 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 #A97D16 is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 125 | 22 | - |
| CMYK | 0 | 0.26 | 0.87 | 0.34 |
| HSL | 42.04º | 0.77% | 0.37% | - |
| HSV(B) | 42.04º | 0.87% | 0.66% | - |
| XYZ | 23.84 | 23.16 | 3.97 | - |
| YUV | 126.41 | 69.08 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 125 | 22 | 0 | 0.26 | 0.87 | 0.34 | 42.04 | 0.77 | 0.37 |
| Hex | A9 | 7D | 16 | 0 | 1A | 57 | 22 | 2A | 4D | 25 |
| Octal | 251 | 175 | 26 | 0 | 32 | 127 | 42 | 52 | 115 | 45 |
| Binary | 10101001 | 1111101 | 10110 | 0 | 11010 | 1010111 | 100010 | 101010 | 1001101 | 100101 |
Color Harmonies of #A97D16
Complementary color
Monochromatic Colors of #A97D16
Black with #A97D16
Text Example
Text Example
White with #A97D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97D16; }
p { color: rgb(169,125,22); }
H1.HeaderClassName
{
color: #A97D16;
}
.AnyTagClassName
{
color: #A97D16;
}
</style>
background-color css
<style>
a { background-color: #A97D16; }
a { background-color: rgb(169,125,22); }
div.DivClassName
{
background-color: #A97D16;
}
.BgClassName
{
background-color: #A97D16;
}
</style>
border-color css
<style>
span { border-color: #A97D16; }
span { border-color: rgb(169,125,22); }
td.TdClassName
{
border-color: #A97D16;
}
.TagClassName
{
border-color: #A97D16;
}
</style>