Shades of Hacienda #A68926
Tints of Hacienda #A68926
RGB
CMYK
RGB Variations
Color information
#A68926 (or 0xA68926) is known color: Hacienda. HEX triplet: A6, 89 and 26. RGB value is (166,137,38). Sum of RGB (Red+Green+Blue) = 166+137+38=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 137 (53.91% from 255 or 40.18% from 341); Blue value is 38 (15.23% from 255 or 11.14% from 341); Max value from RGB is 166 - color contains mainly: red. Hex color #A68926 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68926 is #5976D9. Grayscale: #868686. Windows color (decimal): -5863130 or 2525606. OLE color: 2525606.
HSL color Cylindrical-coordinate representation of color #A68926: hue angle of 46.41º 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 #A68926 is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 137 | 38 | - |
| CMYK | 0 | 0.17 | 0.77 | 0.35 |
| HSL | 46.41º | 0.63% | 0.4% | - |
| HSV(B) | 46.41º | 0.77% | 0.65% | - |
| XYZ | 25.02 | 26.14 | 5.56 | - |
| YUV | 134.39 | 73.61 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 137 | 38 | 0 | 0.17 | 0.77 | 0.35 | 46.41 | 0.63 | 0.4 |
| Hex | A6 | 89 | 26 | 0 | 11 | 4D | 23 | 2E | 3F | 28 |
| Octal | 246 | 211 | 46 | 0 | 21 | 115 | 43 | 56 | 77 | 50 |
| Binary | 10100110 | 10001001 | 100110 | 0 | 10001 | 1001101 | 100011 | 101110 | 111111 | 101000 |
Color Harmonies of #A68926
Complementary color
Monochromatic Colors of #A68926
Black with #A68926
Text Example
Text Example
White with #A68926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68926; }
p { color: rgb(166,137,38); }
H1.HeaderClassName
{
color: #A68926;
}
.AnyTagClassName
{
color: #A68926;
}
</style>
background-color css
<style>
a { background-color: #A68926; }
a { background-color: rgb(166,137,38); }
div.DivClassName
{
background-color: #A68926;
}
.BgClassName
{
background-color: #A68926;
}
</style>
border-color css
<style>
span { border-color: #A68926; }
span { border-color: rgb(166,137,38); }
td.TdClassName
{
border-color: #A68926;
}
.TagClassName
{
border-color: #A68926;
}
</style>