Shades of Hacienda #A67F17
Tints of Hacienda #A67F17
RGB
CMYK
RGB Variations
Color information
#A67F17 (or 0xA67F17) is known color: Hacienda. HEX triplet: A6, 7F and 17. RGB value is (166,127,23). Sum of RGB (Red+Green+Blue) = 166+127+23=316 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.53% from 316); Green value is 127 (50% from 255 or 40.19% from 316); Blue value is 23 (9.38% from 255 or 7.28% from 316); Max value from RGB is 166 - color contains mainly: red. Hex color #A67F17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67F17 is #5980E8. Grayscale: #7F7F7F. Windows color (decimal): -5865705 or 1540006. OLE color: 1540006.
HSL color Cylindrical-coordinate representation of color #A67F17: hue angle of 43.64º 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 #A67F17 is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 127 | 23 | - |
| CMYK | 0 | 0.23 | 0.86 | 0.35 |
| HSL | 43.64º | 0.76% | 0.37% | - |
| HSV(B) | 43.64º | 0.86% | 0.65% | - |
| XYZ | 23.47 | 23.35 | 4.08 | - |
| YUV | 126.81 | 69.42 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 127 | 23 | 0 | 0.23 | 0.86 | 0.35 | 43.64 | 0.76 | 0.37 |
| Hex | A6 | 7F | 17 | 0 | 17 | 56 | 23 | 2C | 4C | 25 |
| Octal | 246 | 177 | 27 | 0 | 27 | 126 | 43 | 54 | 114 | 45 |
| Binary | 10100110 | 1111111 | 10111 | 0 | 10111 | 1010110 | 100011 | 101100 | 1001100 | 100101 |
Color Harmonies of #A67F17
Complementary color
Monochromatic Colors of #A67F17
Black with #A67F17
Text Example
Text Example
White with #A67F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67F17; }
p { color: rgb(166,127,23); }
H1.HeaderClassName
{
color: #A67F17;
}
.AnyTagClassName
{
color: #A67F17;
}
</style>
background-color css
<style>
a { background-color: #A67F17; }
a { background-color: rgb(166,127,23); }
div.DivClassName
{
background-color: #A67F17;
}
.BgClassName
{
background-color: #A67F17;
}
</style>
border-color css
<style>
span { border-color: #A67F17; }
span { border-color: rgb(166,127,23); }
td.TdClassName
{
border-color: #A67F17;
}
.TagClassName
{
border-color: #A67F17;
}
</style>