Shades of Hacienda #A68928
Tints of Hacienda #A68928
RGB
CMYK
RGB Variations
Color information
#A68928 (or 0xA68928) is known color: Hacienda. HEX triplet: A6, 89 and 28. RGB value is (166,137,40). Sum of RGB (Red+Green+Blue) = 166+137+40=343 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.40% from 343); Green value is 137 (53.91% from 255 or 39.94% from 343); Blue value is 40 (16.02% from 255 or 11.66% from 343); Max value from RGB is 166 - color contains mainly: red. Hex color #A68928 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68928 is #5976D7. Grayscale: #878787. Windows color (decimal): -5863128 or 2656678. OLE color: 2656678.
HSL color Cylindrical-coordinate representation of color #A68928: hue angle of 46.19º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A68928 is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 137 | 40 | - |
| CMYK | 0 | 0.17 | 0.76 | 0.35 |
| HSL | 46.19º | 0.61% | 0.4% | - |
| HSV(B) | 46.19º | 0.76% | 0.65% | - |
| XYZ | 25.05 | 26.15 | 5.73 | - |
| YUV | 134.61 | 74.61 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 137 | 40 | 0 | 0.17 | 0.76 | 0.35 | 46.19 | 0.61 | 0.4 |
| Hex | A6 | 89 | 28 | 0 | 11 | 4C | 23 | 2E | 3D | 28 |
| Octal | 246 | 211 | 50 | 0 | 21 | 114 | 43 | 56 | 75 | 50 |
| Binary | 10100110 | 10001001 | 101000 | 0 | 10001 | 1001100 | 100011 | 101110 | 111101 | 101000 |
Color Harmonies of #A68928
Complementary color
Monochromatic Colors of #A68928
Black with #A68928
Text Example
Text Example
White with #A68928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68928; }
p { color: rgb(166,137,40); }
H1.HeaderClassName
{
color: #A68928;
}
.AnyTagClassName
{
color: #A68928;
}
</style>
background-color css
<style>
a { background-color: #A68928; }
a { background-color: rgb(166,137,40); }
div.DivClassName
{
background-color: #A68928;
}
.BgClassName
{
background-color: #A68928;
}
</style>
border-color css
<style>
span { border-color: #A68928; }
span { border-color: rgb(166,137,40); }
td.TdClassName
{
border-color: #A68928;
}
.TagClassName
{
border-color: #A68928;
}
</style>