Shades of Hacienda #A68114
Tints of Hacienda #A68114
RGB
CMYK
RGB Variations
Color information
#A68114 (or 0xA68114) is known color: Hacienda. HEX triplet: A6, 81 and 14. RGB value is (166,129,20). Sum of RGB (Red+Green+Blue) = 166+129+20=315 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.70% from 315); Green value is 129 (50.78% from 255 or 40.95% from 315); Blue value is 20 (8.20% from 255 or 6.35% from 315); Max value from RGB is 166 - color contains mainly: red. Hex color #A68114 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68114 is #597EEB. Grayscale: #808080. Windows color (decimal): -5865196 or 1343910. OLE color: 1343910.
HSL color Cylindrical-coordinate representation of color #A68114: hue angle of 44.79º 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 #A68114 is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 129 | 20 | - |
| CMYK | 0 | 0.22 | 0.88 | 0.35 |
| HSL | 44.79º | 0.78% | 0.36% | - |
| HSV(B) | 44.79º | 0.88% | 0.65% | - |
| XYZ | 23.7 | 23.86 | 4.02 | - |
| YUV | 127.64 | 67.26 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 129 | 20 | 0 | 0.22 | 0.88 | 0.35 | 44.79 | 0.78 | 0.36 |
| Hex | A6 | 81 | 14 | 0 | 16 | 58 | 23 | 2D | 4E | 24 |
| Octal | 246 | 201 | 24 | 0 | 26 | 130 | 43 | 55 | 116 | 44 |
| Binary | 10100110 | 10000001 | 10100 | 0 | 10110 | 1011000 | 100011 | 101101 | 1001110 | 100100 |
Color Harmonies of #A68114
Complementary color
Monochromatic Colors of #A68114
Black with #A68114
Text Example
Text Example
White with #A68114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68114; }
p { color: rgb(166,129,20); }
H1.HeaderClassName
{
color: #A68114;
}
.AnyTagClassName
{
color: #A68114;
}
</style>
background-color css
<style>
a { background-color: #A68114; }
a { background-color: rgb(166,129,20); }
div.DivClassName
{
background-color: #A68114;
}
.BgClassName
{
background-color: #A68114;
}
</style>
border-color css
<style>
span { border-color: #A68114; }
span { border-color: rgb(166,129,20); }
td.TdClassName
{
border-color: #A68114;
}
.TagClassName
{
border-color: #A68114;
}
</style>