Shades of Hacienda #A68627
Tints of Hacienda #A68627
RGB
CMYK
RGB Variations
Color information
#A68627 (or 0xA68627) is known color: Hacienda. HEX triplet: A6, 86 and 27. RGB value is (166,134,39). Sum of RGB (Red+Green+Blue) = 166+134+39=339 (44% of max value = 765). Red value is 166 (65.23% from 255 or 48.97% from 339); Green value is 134 (52.73% from 255 or 39.53% from 339); Blue value is 39 (15.62% from 255 or 11.50% from 339); Max value from RGB is 166 - color contains mainly: red. Hex color #A68627 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68627 is #5979D8. Grayscale: #858585. Windows color (decimal): -5863897 or 2590374. OLE color: 2590374.
HSL color Cylindrical-coordinate representation of color #A68627: hue angle of 44.88º degrees, saturation: 0.62, 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 #A68627 is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 134 | 39 | - |
| CMYK | 0 | 0.19 | 0.77 | 0.35 |
| HSL | 44.88º | 0.62% | 0.4% | - |
| HSV(B) | 44.88º | 0.77% | 0.65% | - |
| XYZ | 24.62 | 25.3 | 5.51 | - |
| YUV | 132.74 | 75.1 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 134 | 39 | 0 | 0.19 | 0.77 | 0.35 | 44.88 | 0.62 | 0.4 |
| Hex | A6 | 86 | 27 | 0 | 13 | 4D | 23 | 2D | 3E | 28 |
| Octal | 246 | 206 | 47 | 0 | 23 | 115 | 43 | 55 | 76 | 50 |
| Binary | 10100110 | 10000110 | 100111 | 0 | 10011 | 1001101 | 100011 | 101101 | 111110 | 101000 |
Color Harmonies of #A68627
Complementary color
Monochromatic Colors of #A68627
Black with #A68627
Text Example
Text Example
White with #A68627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68627; }
p { color: rgb(166,134,39); }
H1.HeaderClassName
{
color: #A68627;
}
.AnyTagClassName
{
color: #A68627;
}
</style>
background-color css
<style>
a { background-color: #A68627; }
a { background-color: rgb(166,134,39); }
div.DivClassName
{
background-color: #A68627;
}
.BgClassName
{
background-color: #A68627;
}
</style>
border-color css
<style>
span { border-color: #A68627; }
span { border-color: rgb(166,134,39); }
td.TdClassName
{
border-color: #A68627;
}
.TagClassName
{
border-color: #A68627;
}
</style>