Shades of Hacienda #A68229
Tints of Hacienda #A68229
RGB
CMYK
RGB Variations
Color information
#A68229 (or 0xA68229) is known color: Hacienda. HEX triplet: A6, 82 and 29. RGB value is (166,130,41). Sum of RGB (Red+Green+Blue) = 166+130+41=337 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.26% from 337); Green value is 130 (51.17% from 255 or 38.58% from 337); Blue value is 41 (16.41% from 255 or 12.17% from 337); Max value from RGB is 166 - color contains mainly: red. Hex color #A68229 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68229 is #597DD6. Grayscale: #838383. Windows color (decimal): -5864919 or 2720422. OLE color: 2720422.
HSL color Cylindrical-coordinate representation of color #A68229: hue angle of 42.72º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A68229 is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 130 | 41 | - |
| CMYK | 0 | 0.22 | 0.75 | 0.35 |
| HSL | 42.72º | 0.6% | 0.41% | - |
| HSV(B) | 42.72º | 0.75% | 0.65% | - |
| XYZ | 24.11 | 24.23 | 5.5 | - |
| YUV | 130.62 | 77.43 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 130 | 41 | 0 | 0.22 | 0.75 | 0.35 | 42.72 | 0.6 | 0.41 |
| Hex | A6 | 82 | 29 | 0 | 16 | 4B | 23 | 2B | 3C | 29 |
| Octal | 246 | 202 | 51 | 0 | 26 | 113 | 43 | 53 | 74 | 51 |
| Binary | 10100110 | 10000010 | 101001 | 0 | 10110 | 1001011 | 100011 | 101011 | 111100 | 101001 |
Color Harmonies of #A68229
Complementary color
Monochromatic Colors of #A68229
Black with #A68229
Text Example
Text Example
White with #A68229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68229; }
p { color: rgb(166,130,41); }
H1.HeaderClassName
{
color: #A68229;
}
.AnyTagClassName
{
color: #A68229;
}
</style>
background-color css
<style>
a { background-color: #A68229; }
a { background-color: rgb(166,130,41); }
div.DivClassName
{
background-color: #A68229;
}
.BgClassName
{
background-color: #A68229;
}
</style>
border-color css
<style>
span { border-color: #A68229; }
span { border-color: rgb(166,130,41); }
td.TdClassName
{
border-color: #A68229;
}
.TagClassName
{
border-color: #A68229;
}
</style>