Shades of Hacienda #A67B14
Tints of Hacienda #A67B14
RGB
CMYK
RGB Variations
Color information
#A67B14 (or 0xA67B14) is known color: Hacienda. HEX triplet: A6, 7B and 14. RGB value is (166,123,20). Sum of RGB (Red+Green+Blue) = 166+123+20=309 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.72% from 309); Green value is 123 (48.44% from 255 or 39.81% from 309); Blue value is 20 (8.20% from 255 or 6.47% from 309); Max value from RGB is 166 - color contains mainly: red. Hex color #A67B14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67B14 is #5984EB. Grayscale: #7C7C7C. Windows color (decimal): -5866732 or 1342374. OLE color: 1342374.
HSL color Cylindrical-coordinate representation of color #A67B14: hue angle of 42.33º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A67B14 is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 123 | 20 | - |
| CMYK | 0 | 0.26 | 0.88 | 0.35 |
| HSL | 42.33º | 0.78% | 0.36% | - |
| HSV(B) | 42.33º | 0.88% | 0.65% | - |
| XYZ | 22.94 | 22.32 | 3.76 | - |
| YUV | 124.12 | 69.25 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 123 | 20 | 0 | 0.26 | 0.88 | 0.35 | 42.33 | 0.78 | 0.36 |
| Hex | A6 | 7B | 14 | 0 | 1A | 58 | 23 | 2A | 4E | 24 |
| Octal | 246 | 173 | 24 | 0 | 32 | 130 | 43 | 52 | 116 | 44 |
| Binary | 10100110 | 1111011 | 10100 | 0 | 11010 | 1011000 | 100011 | 101010 | 1001110 | 100100 |
Color Harmonies of #A67B14
Complementary color
Monochromatic Colors of #A67B14
Black with #A67B14
Text Example
Text Example
White with #A67B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67B14; }
p { color: rgb(166,123,20); }
H1.HeaderClassName
{
color: #A67B14;
}
.AnyTagClassName
{
color: #A67B14;
}
</style>
background-color css
<style>
a { background-color: #A67B14; }
a { background-color: rgb(166,123,20); }
div.DivClassName
{
background-color: #A67B14;
}
.BgClassName
{
background-color: #A67B14;
}
</style>
border-color css
<style>
span { border-color: #A67B14; }
span { border-color: rgb(166,123,20); }
td.TdClassName
{
border-color: #A67B14;
}
.TagClassName
{
border-color: #A67B14;
}
</style>