Shades of Hacienda #A68514
Tints of Hacienda #A68514
RGB
CMYK
RGB Variations
Color information
#A68514 (or 0xA68514) is known color: Hacienda. HEX triplet: A6, 85 and 14. RGB value is (166,133,20). Sum of RGB (Red+Green+Blue) = 166+133+20=319 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.04% from 319); Green value is 133 (52.34% from 255 or 41.69% from 319); Blue value is 20 (8.20% from 255 or 6.27% from 319); Max value from RGB is 166 - color contains mainly: red. Hex color #A68514 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68514 is #597AEB. Grayscale: #828282. Windows color (decimal): -5864172 or 1344934. OLE color: 1344934.
HSL color Cylindrical-coordinate representation of color #A68514: hue angle of 46.44º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A68514 is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 133 | 20 | - |
| CMYK | 0 | 0.20 | 0.88 | 0.35 |
| HSL | 46.44º | 0.78% | 0.36% | - |
| HSV(B) | 46.44º | 0.88% | 0.65% | - |
| XYZ | 24.24 | 24.93 | 4.2 | - |
| YUV | 129.99 | 65.93 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 133 | 20 | 0 | 0.20 | 0.88 | 0.35 | 46.44 | 0.78 | 0.36 |
| Hex | A6 | 85 | 14 | 0 | 14 | 58 | 23 | 2E | 4E | 24 |
| Octal | 246 | 205 | 24 | 0 | 24 | 130 | 43 | 56 | 116 | 44 |
| Binary | 10100110 | 10000101 | 10100 | 0 | 10100 | 1011000 | 100011 | 101110 | 1001110 | 100100 |
Color Harmonies of #A68514
Complementary color
Monochromatic Colors of #A68514
Black with #A68514
Text Example
Text Example
White with #A68514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68514; }
p { color: rgb(166,133,20); }
H1.HeaderClassName
{
color: #A68514;
}
.AnyTagClassName
{
color: #A68514;
}
</style>
background-color css
<style>
a { background-color: #A68514; }
a { background-color: rgb(166,133,20); }
div.DivClassName
{
background-color: #A68514;
}
.BgClassName
{
background-color: #A68514;
}
</style>
border-color css
<style>
span { border-color: #A68514; }
span { border-color: rgb(166,133,20); }
td.TdClassName
{
border-color: #A68514;
}
.TagClassName
{
border-color: #A68514;
}
</style>