Shades of Hacienda #A88029
Tints of Hacienda #A88029
RGB
CMYK
RGB Variations
Color information
#A88029 (or 0xA88029) is known color: Hacienda. HEX triplet: A8, 80 and 29. RGB value is (168,128,41). Sum of RGB (Red+Green+Blue) = 168+128+41=337 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.85% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 41 (16.41% from 255 or 12.17% from 337); Max value from RGB is 168 - color contains mainly: red. Hex color #A88029 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88029 is #577FD6. Grayscale: #828282. Windows color (decimal): -5734359 or 2719912. OLE color: 2719912.
HSL color Cylindrical-coordinate representation of color #A88029: hue angle of 41.1º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A88029 is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 128 | 41 | - |
| CMYK | 0 | 0.24 | 0.76 | 0.34 |
| HSL | 41.1º | 0.61% | 0.41% | - |
| HSV(B) | 41.1º | 0.76% | 0.66% | - |
| XYZ | 24.27 | 23.92 | 5.44 | - |
| YUV | 130.04 | 77.75 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 128 | 41 | 0 | 0.24 | 0.76 | 0.34 | 41.1 | 0.61 | 0.41 |
| Hex | A8 | 80 | 29 | 0 | 18 | 4C | 22 | 29 | 3D | 29 |
| Octal | 250 | 200 | 51 | 0 | 30 | 114 | 42 | 51 | 75 | 51 |
| Binary | 10101000 | 10000000 | 101001 | 0 | 11000 | 1001100 | 100010 | 101001 | 111101 | 101001 |
Color Harmonies of #A88029
Complementary color
Monochromatic Colors of #A88029
Black with #A88029
Text Example
Text Example
White with #A88029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88029; }
p { color: rgb(168,128,41); }
H1.HeaderClassName
{
color: #A88029;
}
.AnyTagClassName
{
color: #A88029;
}
</style>
background-color css
<style>
a { background-color: #A88029; }
a { background-color: rgb(168,128,41); }
div.DivClassName
{
background-color: #A88029;
}
.BgClassName
{
background-color: #A88029;
}
</style>
border-color css
<style>
span { border-color: #A88029; }
span { border-color: rgb(168,128,41); }
td.TdClassName
{
border-color: #A88029;
}
.TagClassName
{
border-color: #A88029;
}
</style>