Shades of Hacienda #A68A17
Tints of Hacienda #A68A17
RGB
CMYK
RGB Variations
Color information
#A68A17 (or 0xA68A17) is known color: Hacienda. HEX triplet: A6, 8A and 17. RGB value is (166,138,23). Sum of RGB (Red+Green+Blue) = 166+138+23=327 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.76% from 327); Green value is 138 (54.30% from 255 or 42.20% from 327); Blue value is 23 (9.38% from 255 or 7.03% from 327); Max value from RGB is 166 - color contains mainly: red. Hex color #A68A17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68A17 is #5975E8. Grayscale: #858585. Windows color (decimal): -5862889 or 1542822. OLE color: 1542822.
HSL color Cylindrical-coordinate representation of color #A68A17: hue angle of 48.25º 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 #A68A17 is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 138 | 23 | - |
| CMYK | 0 | 0.17 | 0.86 | 0.35 |
| HSL | 48.25º | 0.76% | 0.37% | - |
| HSV(B) | 48.25º | 0.86% | 0.65% | - |
| XYZ | 24.97 | 26.35 | 4.58 | - |
| YUV | 133.26 | 65.78 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 138 | 23 | 0 | 0.17 | 0.86 | 0.35 | 48.25 | 0.76 | 0.37 |
| Hex | A6 | 8A | 17 | 0 | 11 | 56 | 23 | 30 | 4C | 25 |
| Octal | 246 | 212 | 27 | 0 | 21 | 126 | 43 | 60 | 114 | 45 |
| Binary | 10100110 | 10001010 | 10111 | 0 | 10001 | 1010110 | 100011 | 110000 | 1001100 | 100101 |
Color Harmonies of #A68A17
Complementary color
Monochromatic Colors of #A68A17
Black with #A68A17
Text Example
Text Example
White with #A68A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68A17; }
p { color: rgb(166,138,23); }
H1.HeaderClassName
{
color: #A68A17;
}
.AnyTagClassName
{
color: #A68A17;
}
</style>
background-color css
<style>
a { background-color: #A68A17; }
a { background-color: rgb(166,138,23); }
div.DivClassName
{
background-color: #A68A17;
}
.BgClassName
{
background-color: #A68A17;
}
</style>
border-color css
<style>
span { border-color: #A68A17; }
span { border-color: rgb(166,138,23); }
td.TdClassName
{
border-color: #A68A17;
}
.TagClassName
{
border-color: #A68A17;
}
</style>