Shades of Hacienda #A6801D
Tints of Hacienda #A6801D
RGB
CMYK
RGB Variations
Color information
#A6801D (or 0xA6801D) is known color: Hacienda. HEX triplet: A6, 80 and 1D. RGB value is (166,128,29). Sum of RGB (Red+Green+Blue) = 166+128+29=323 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.39% from 323); Green value is 128 (50.39% from 255 or 39.63% from 323); Blue value is 29 (11.72% from 255 or 8.98% from 323); Max value from RGB is 166 - color contains mainly: red. Hex color #A6801D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6801D is #597FE2. Grayscale: #808080. Windows color (decimal): -5865443 or 1933478. OLE color: 1933478.
HSL color Cylindrical-coordinate representation of color #A6801D: hue angle of 43.36º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A6801D is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 128 | 29 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.35 |
| HSL | 43.36º | 0.7% | 0.38% | - |
| HSV(B) | 43.36º | 0.83% | 0.65% | - |
| XYZ | 23.67 | 23.63 | 4.48 | - |
| YUV | 128.08 | 72.09 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 128 | 29 | 0 | 0.23 | 0.83 | 0.35 | 43.36 | 0.7 | 0.38 |
| Hex | A6 | 80 | 1D | 0 | 17 | 53 | 23 | 2B | 46 | 26 |
| Octal | 246 | 200 | 35 | 0 | 27 | 123 | 43 | 53 | 106 | 46 |
| Binary | 10100110 | 10000000 | 11101 | 0 | 10111 | 1010011 | 100011 | 101011 | 1000110 | 100110 |
Color Harmonies of #A6801D
Complementary color
Monochromatic Colors of #A6801D
Black with #A6801D
Text Example
Text Example
White with #A6801D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6801D; }
p { color: rgb(166,128,29); }
H1.HeaderClassName
{
color: #A6801D;
}
.AnyTagClassName
{
color: #A6801D;
}
</style>
background-color css
<style>
a { background-color: #A6801D; }
a { background-color: rgb(166,128,29); }
div.DivClassName
{
background-color: #A6801D;
}
.BgClassName
{
background-color: #A6801D;
}
</style>
border-color css
<style>
span { border-color: #A6801D; }
span { border-color: rgb(166,128,29); }
td.TdClassName
{
border-color: #A6801D;
}
.TagClassName
{
border-color: #A6801D;
}
</style>