Shades of Hacienda #A68028
Tints of Hacienda #A68028
RGB
CMYK
RGB Variations
Color information
#A68028 (or 0xA68028) is known color: Hacienda. HEX triplet: A6, 80 and 28. RGB value is (166,128,40). Sum of RGB (Red+Green+Blue) = 166+128+40=334 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.70% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 40 (16.02% from 255 or 11.98% from 334); Max value from RGB is 166 - color contains mainly: red. Hex color #A68028 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68028 is #597FD7. Grayscale: #818181. Windows color (decimal): -5865432 or 2654374. OLE color: 2654374.
HSL color Cylindrical-coordinate representation of color #A68028: hue angle of 41.9º 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 #A68028 is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 128 | 40 | - |
| CMYK | 0 | 0.23 | 0.76 | 0.35 |
| HSL | 41.9º | 0.61% | 0.4% | - |
| HSV(B) | 41.9º | 0.76% | 0.65% | - |
| XYZ | 23.83 | 23.7 | 5.33 | - |
| YUV | 129.33 | 77.59 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 128 | 40 | 0 | 0.23 | 0.76 | 0.35 | 41.9 | 0.61 | 0.4 |
| Hex | A6 | 80 | 28 | 0 | 17 | 4C | 23 | 2A | 3D | 28 |
| Octal | 246 | 200 | 50 | 0 | 27 | 114 | 43 | 52 | 75 | 50 |
| Binary | 10100110 | 10000000 | 101000 | 0 | 10111 | 1001100 | 100011 | 101010 | 111101 | 101000 |
Color Harmonies of #A68028
Complementary color
Monochromatic Colors of #A68028
Black with #A68028
Text Example
Text Example
White with #A68028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68028; }
p { color: rgb(166,128,40); }
H1.HeaderClassName
{
color: #A68028;
}
.AnyTagClassName
{
color: #A68028;
}
</style>
background-color css
<style>
a { background-color: #A68028; }
a { background-color: rgb(166,128,40); }
div.DivClassName
{
background-color: #A68028;
}
.BgClassName
{
background-color: #A68028;
}
</style>
border-color css
<style>
span { border-color: #A68028; }
span { border-color: rgb(166,128,40); }
td.TdClassName
{
border-color: #A68028;
}
.TagClassName
{
border-color: #A68028;
}
</style>