Shades of Hacienda #A68026
Tints of Hacienda #A68026
RGB
CMYK
RGB Variations
Color information
#A68026 (or 0xA68026) is known color: Hacienda. HEX triplet: A6, 80 and 26. RGB value is (166,128,38). Sum of RGB (Red+Green+Blue) = 166+128+38=332 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50% from 332); Green value is 128 (50.39% from 255 or 38.55% from 332); Blue value is 38 (15.23% from 255 or 11.45% from 332); Max value from RGB is 166 - color contains mainly: red. Hex color #A68026 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68026 is #597FD9. Grayscale: #818181. Windows color (decimal): -5865434 or 2523302. OLE color: 2523302.
HSL color Cylindrical-coordinate representation of color #A68026: hue angle of 42.19º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A68026 is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 128 | 38 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.35 |
| HSL | 42.19º | 0.63% | 0.4% | - |
| HSV(B) | 42.19º | 0.77% | 0.65% | - |
| XYZ | 23.79 | 23.69 | 5.15 | - |
| YUV | 129.1 | 76.59 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 128 | 38 | 0 | 0.23 | 0.77 | 0.35 | 42.19 | 0.63 | 0.4 |
| Hex | A6 | 80 | 26 | 0 | 17 | 4D | 23 | 2A | 3F | 28 |
| Octal | 246 | 200 | 46 | 0 | 27 | 115 | 43 | 52 | 77 | 50 |
| Binary | 10100110 | 10000000 | 100110 | 0 | 10111 | 1001101 | 100011 | 101010 | 111111 | 101000 |
Color Harmonies of #A68026
Complementary color
Monochromatic Colors of #A68026
Black with #A68026
Text Example
Text Example
White with #A68026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68026; }
p { color: rgb(166,128,38); }
H1.HeaderClassName
{
color: #A68026;
}
.AnyTagClassName
{
color: #A68026;
}
</style>
background-color css
<style>
a { background-color: #A68026; }
a { background-color: rgb(166,128,38); }
div.DivClassName
{
background-color: #A68026;
}
.BgClassName
{
background-color: #A68026;
}
</style>
border-color css
<style>
span { border-color: #A68026; }
span { border-color: rgb(166,128,38); }
td.TdClassName
{
border-color: #A68026;
}
.TagClassName
{
border-color: #A68026;
}
</style>