Shades of Hacienda #A68411
Tints of Hacienda #A68411
RGB
CMYK
RGB Variations
Color information
#A68411 (or 0xA68411) is known color: Hacienda. HEX triplet: A6, 84 and 11. RGB value is (166,132,17). Sum of RGB (Red+Green+Blue) = 166+132+17=315 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.70% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 17 (7.03% from 255 or 5.40% from 315); Max value from RGB is 166 - color contains mainly: red. Hex color #A68411 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68411 is #597BEE. Grayscale: #818181. Windows color (decimal): -5864431 or 1148070. OLE color: 1148070.
HSL color Cylindrical-coordinate representation of color #A68411: hue angle of 46.31º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A68411 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 132 | 17 | - |
| CMYK | 0 | 0.20 | 0.90 | 0.35 |
| HSL | 46.31º | 0.81% | 0.36% | - |
| HSV(B) | 46.31º | 0.9% | 0.65% | - |
| XYZ | 24.08 | 24.65 | 4.02 | - |
| YUV | 129.06 | 64.76 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 132 | 17 | 0 | 0.20 | 0.90 | 0.35 | 46.31 | 0.81 | 0.36 |
| Hex | A6 | 84 | 11 | 0 | 14 | 5A | 23 | 2E | 51 | 24 |
| Octal | 246 | 204 | 21 | 0 | 24 | 132 | 43 | 56 | 121 | 44 |
| Binary | 10100110 | 10000100 | 10001 | 0 | 10100 | 1011010 | 100011 | 101110 | 1010001 | 100100 |
Color Harmonies of #A68411
Complementary color
Monochromatic Colors of #A68411
Black with #A68411
Text Example
Text Example
White with #A68411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68411; }
p { color: rgb(166,132,17); }
H1.HeaderClassName
{
color: #A68411;
}
.AnyTagClassName
{
color: #A68411;
}
</style>
background-color css
<style>
a { background-color: #A68411; }
a { background-color: rgb(166,132,17); }
div.DivClassName
{
background-color: #A68411;
}
.BgClassName
{
background-color: #A68411;
}
</style>
border-color css
<style>
span { border-color: #A68411; }
span { border-color: rgb(166,132,17); }
td.TdClassName
{
border-color: #A68411;
}
.TagClassName
{
border-color: #A68411;
}
</style>