Shades of Hacienda #A68B1E
Tints of Hacienda #A68B1E
RGB
CMYK
RGB Variations
Color information
#A68B1E (or 0xA68B1E) is known color: Hacienda. HEX triplet: A6, 8B and 1E. RGB value is (166,139,30). Sum of RGB (Red+Green+Blue) = 166+139+30=335 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.55% from 335); Green value is 139 (54.69% from 255 or 41.49% from 335); Blue value is 30 (12.11% from 255 or 8.96% from 335); Max value from RGB is 166 - color contains mainly: red. Hex color #A68B1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68B1E is #5974E1. Grayscale: #878787. Windows color (decimal): -5862626 or 2001830. OLE color: 2001830.
HSL color Cylindrical-coordinate representation of color #A68B1E: hue angle of 48.09º 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 #A68B1E is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 139 | 30 | - |
| CMYK | 0 | 0.16 | 0.82 | 0.35 |
| HSL | 48.09º | 0.69% | 0.38% | - |
| HSV(B) | 48.09º | 0.82% | 0.65% | - |
| XYZ | 25.19 | 26.67 | 5.05 | - |
| YUV | 134.65 | 68.95 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 139 | 30 | 0 | 0.16 | 0.82 | 0.35 | 48.09 | 0.69 | 0.38 |
| Hex | A6 | 8B | 1E | 0 | 10 | 52 | 23 | 30 | 45 | 26 |
| Octal | 246 | 213 | 36 | 0 | 20 | 122 | 43 | 60 | 105 | 46 |
| Binary | 10100110 | 10001011 | 11110 | 0 | 10000 | 1010010 | 100011 | 110000 | 1000101 | 100110 |
Color Harmonies of #A68B1E
Complementary color
Monochromatic Colors of #A68B1E
Black with #A68B1E
Text Example
Text Example
White with #A68B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68B1E; }
p { color: rgb(166,139,30); }
H1.HeaderClassName
{
color: #A68B1E;
}
.AnyTagClassName
{
color: #A68B1E;
}
</style>
background-color css
<style>
a { background-color: #A68B1E; }
a { background-color: rgb(166,139,30); }
div.DivClassName
{
background-color: #A68B1E;
}
.BgClassName
{
background-color: #A68B1E;
}
</style>
border-color css
<style>
span { border-color: #A68B1E; }
span { border-color: rgb(166,139,30); }
td.TdClassName
{
border-color: #A68B1E;
}
.TagClassName
{
border-color: #A68B1E;
}
</style>