Shades of Hacienda #A68617
Tints of Hacienda #A68617
RGB
CMYK
RGB Variations
Color information
#A68617 (or 0xA68617) is known color: Hacienda. HEX triplet: A6, 86 and 17. RGB value is (166,134,23). Sum of RGB (Red+Green+Blue) = 166+134+23=323 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.39% from 323); Green value is 134 (52.73% from 255 or 41.49% from 323); Blue value is 23 (9.38% from 255 or 7.12% from 323); Max value from RGB is 166 - color contains mainly: red. Hex color #A68617 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68617 is #5979E8. Grayscale: #838383. Windows color (decimal): -5863913 or 1541798. OLE color: 1541798.
HSL color Cylindrical-coordinate representation of color #A68617: hue angle of 46.57º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A68617 is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 134 | 23 | - |
| CMYK | 0 | 0.19 | 0.86 | 0.35 |
| HSL | 46.57º | 0.76% | 0.37% | - |
| HSV(B) | 46.57º | 0.86% | 0.65% | - |
| XYZ | 24.41 | 25.22 | 4.39 | - |
| YUV | 130.91 | 67.1 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 134 | 23 | 0 | 0.19 | 0.86 | 0.35 | 46.57 | 0.76 | 0.37 |
| Hex | A6 | 86 | 17 | 0 | 13 | 56 | 23 | 2F | 4C | 25 |
| Octal | 246 | 206 | 27 | 0 | 23 | 126 | 43 | 57 | 114 | 45 |
| Binary | 10100110 | 10000110 | 10111 | 0 | 10011 | 1010110 | 100011 | 101111 | 1001100 | 100101 |
Color Harmonies of #A68617
Complementary color
Monochromatic Colors of #A68617
Black with #A68617
Text Example
Text Example
White with #A68617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68617; }
p { color: rgb(166,134,23); }
H1.HeaderClassName
{
color: #A68617;
}
.AnyTagClassName
{
color: #A68617;
}
</style>
background-color css
<style>
a { background-color: #A68617; }
a { background-color: rgb(166,134,23); }
div.DivClassName
{
background-color: #A68617;
}
.BgClassName
{
background-color: #A68617;
}
</style>
border-color css
<style>
span { border-color: #A68617; }
span { border-color: rgb(166,134,23); }
td.TdClassName
{
border-color: #A68617;
}
.TagClassName
{
border-color: #A68617;
}
</style>