Shades of Hacienda #A68614
Tints of Hacienda #A68614
RGB
CMYK
RGB Variations
Color information
#A68614 (or 0xA68614) is known color: Hacienda. HEX triplet: A6, 86 and 14. RGB value is (166,134,20). Sum of RGB (Red+Green+Blue) = 166+134+20=320 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.88% from 320); Green value is 134 (52.73% from 255 or 41.88% from 320); Blue value is 20 (8.20% from 255 or 6.25% from 320); Max value from RGB is 166 - color contains mainly: red. Hex color #A68614 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68614 is #5979EB. Grayscale: #838383. Windows color (decimal): -5863916 or 1345190. OLE color: 1345190.
HSL color Cylindrical-coordinate representation of color #A68614: hue angle of 46.85º 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 #A68614 is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 134 | 20 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.35 |
| HSL | 46.85º | 0.78% | 0.36% | - |
| HSV(B) | 46.85º | 0.88% | 0.65% | - |
| XYZ | 24.38 | 25.21 | 4.24 | - |
| YUV | 130.57 | 65.6 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 134 | 20 | 0 | 0.19 | 0.88 | 0.35 | 46.85 | 0.78 | 0.36 |
| Hex | A6 | 86 | 14 | 0 | 13 | 58 | 23 | 2F | 4E | 24 |
| Octal | 246 | 206 | 24 | 0 | 23 | 130 | 43 | 57 | 116 | 44 |
| Binary | 10100110 | 10000110 | 10100 | 0 | 10011 | 1011000 | 100011 | 101111 | 1001110 | 100100 |
Color Harmonies of #A68614
Complementary color
Monochromatic Colors of #A68614
Black with #A68614
Text Example
Text Example
White with #A68614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68614; }
p { color: rgb(166,134,20); }
H1.HeaderClassName
{
color: #A68614;
}
.AnyTagClassName
{
color: #A68614;
}
</style>
background-color css
<style>
a { background-color: #A68614; }
a { background-color: rgb(166,134,20); }
div.DivClassName
{
background-color: #A68614;
}
.BgClassName
{
background-color: #A68614;
}
</style>
border-color css
<style>
span { border-color: #A68614; }
span { border-color: rgb(166,134,20); }
td.TdClassName
{
border-color: #A68614;
}
.TagClassName
{
border-color: #A68614;
}
</style>