Shades of Hacienda #A68717
Tints of Hacienda #A68717
RGB
CMYK
RGB Variations
Color information
#A68717 (or 0xA68717) is known color: Hacienda. HEX triplet: A6, 87 and 17. RGB value is (166,135,23). Sum of RGB (Red+Green+Blue) = 166+135+23=324 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.23% from 324); Green value is 135 (53.12% from 255 or 41.67% from 324); Blue value is 23 (9.38% from 255 or 7.10% from 324); Max value from RGB is 166 - color contains mainly: red. Hex color #A68717 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68717 is #5978E8. Grayscale: #838383. Windows color (decimal): -5863657 or 1542054. OLE color: 1542054.
HSL color Cylindrical-coordinate representation of color #A68717: hue angle of 46.99º 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 #A68717 is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 135 | 23 | - |
| CMYK | 0 | 0.19 | 0.86 | 0.35 |
| HSL | 46.99º | 0.76% | 0.37% | - |
| HSV(B) | 46.99º | 0.86% | 0.65% | - |
| XYZ | 24.54 | 25.5 | 4.44 | - |
| YUV | 131.5 | 66.77 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 135 | 23 | 0 | 0.19 | 0.86 | 0.35 | 46.99 | 0.76 | 0.37 |
| Hex | A6 | 87 | 17 | 0 | 13 | 56 | 23 | 2F | 4C | 25 |
| Octal | 246 | 207 | 27 | 0 | 23 | 126 | 43 | 57 | 114 | 45 |
| Binary | 10100110 | 10000111 | 10111 | 0 | 10011 | 1010110 | 100011 | 101111 | 1001100 | 100101 |
Color Harmonies of #A68717
Complementary color
Monochromatic Colors of #A68717
Black with #A68717
Text Example
Text Example
White with #A68717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68717; }
p { color: rgb(166,135,23); }
H1.HeaderClassName
{
color: #A68717;
}
.AnyTagClassName
{
color: #A68717;
}
</style>
background-color css
<style>
a { background-color: #A68717; }
a { background-color: rgb(166,135,23); }
div.DivClassName
{
background-color: #A68717;
}
.BgClassName
{
background-color: #A68717;
}
</style>
border-color css
<style>
span { border-color: #A68717; }
span { border-color: rgb(166,135,23); }
td.TdClassName
{
border-color: #A68717;
}
.TagClassName
{
border-color: #A68717;
}
</style>