Shades of Hacienda #A68C1E
Tints of Hacienda #A68C1E
RGB
CMYK
RGB Variations
Color information
#A68C1E (or 0xA68C1E) is known color: Hacienda. HEX triplet: A6, 8C and 1E. RGB value is (166,140,30). Sum of RGB (Red+Green+Blue) = 166+140+30=336 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.40% from 336); Green value is 140 (55.08% from 255 or 41.67% from 336); Blue value is 30 (12.11% from 255 or 8.93% from 336); Max value from RGB is 166 - color contains mainly: red. Hex color #A68C1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68C1E is #5973E1. Grayscale: #878787. Windows color (decimal): -5862370 or 2002086. OLE color: 2002086.
HSL color Cylindrical-coordinate representation of color #A68C1E: hue angle of 48.53º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A68C1E is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 140 | 30 | - |
| CMYK | 0 | 0.16 | 0.82 | 0.35 |
| HSL | 48.53º | 0.69% | 0.38% | - |
| HSV(B) | 48.53º | 0.82% | 0.65% | - |
| XYZ | 25.34 | 26.96 | 5.1 | - |
| YUV | 135.23 | 68.61 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 140 | 30 | 0 | 0.16 | 0.82 | 0.35 | 48.53 | 0.69 | 0.38 |
| Hex | A6 | 8C | 1E | 0 | 10 | 52 | 23 | 31 | 45 | 26 |
| Octal | 246 | 214 | 36 | 0 | 20 | 122 | 43 | 61 | 105 | 46 |
| Binary | 10100110 | 10001100 | 11110 | 0 | 10000 | 1010010 | 100011 | 110001 | 1000101 | 100110 |
Color Harmonies of #A68C1E
Complementary color
Monochromatic Colors of #A68C1E
Black with #A68C1E
Text Example
Text Example
White with #A68C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68C1E; }
p { color: rgb(166,140,30); }
H1.HeaderClassName
{
color: #A68C1E;
}
.AnyTagClassName
{
color: #A68C1E;
}
</style>
background-color css
<style>
a { background-color: #A68C1E; }
a { background-color: rgb(166,140,30); }
div.DivClassName
{
background-color: #A68C1E;
}
.BgClassName
{
background-color: #A68C1E;
}
</style>
border-color css
<style>
span { border-color: #A68C1E; }
span { border-color: rgb(166,140,30); }
td.TdClassName
{
border-color: #A68C1E;
}
.TagClassName
{
border-color: #A68C1E;
}
</style>