Shades of Hacienda #A6761B
Tints of Hacienda #A6761B
RGB
CMYK
RGB Variations
Color information
#A6761B (or 0xA6761B) is known color: Hacienda. HEX triplet: A6, 76 and 1B. RGB value is (166,118,27). Sum of RGB (Red+Green+Blue) = 166+118+27=311 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.38% from 311); Green value is 118 (46.48% from 255 or 37.94% from 311); Blue value is 27 (10.94% from 255 or 8.68% from 311); Max value from RGB is 166 - color contains mainly: red. Hex color #A6761B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6761B is #5989E4. Grayscale: #7A7A7A. Windows color (decimal): -5868005 or 1799846. OLE color: 1799846.
HSL color Cylindrical-coordinate representation of color #A6761B: hue angle of 39.28º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A6761B is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 118 | 27 | - |
| CMYK | 0 | 0.29 | 0.84 | 0.35 |
| HSL | 39.28º | 0.72% | 0.38% | - |
| HSV(B) | 39.28º | 0.84% | 0.65% | - |
| XYZ | 22.4 | 21.14 | 3.94 | - |
| YUV | 121.98 | 74.4 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 118 | 27 | 0 | 0.29 | 0.84 | 0.35 | 39.28 | 0.72 | 0.38 |
| Hex | A6 | 76 | 1B | 0 | 1D | 54 | 23 | 27 | 48 | 26 |
| Octal | 246 | 166 | 33 | 0 | 35 | 124 | 43 | 47 | 110 | 46 |
| Binary | 10100110 | 1110110 | 11011 | 0 | 11101 | 1010100 | 100011 | 100111 | 1001000 | 100110 |
Color Harmonies of #A6761B
Complementary color
Monochromatic Colors of #A6761B
Black with #A6761B
Text Example
Text Example
White with #A6761B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6761B; }
p { color: rgb(166,118,27); }
H1.HeaderClassName
{
color: #A6761B;
}
.AnyTagClassName
{
color: #A6761B;
}
</style>
background-color css
<style>
a { background-color: #A6761B; }
a { background-color: rgb(166,118,27); }
div.DivClassName
{
background-color: #A6761B;
}
.BgClassName
{
background-color: #A6761B;
}
</style>
border-color css
<style>
span { border-color: #A6761B; }
span { border-color: rgb(166,118,27); }
td.TdClassName
{
border-color: #A6761B;
}
.TagClassName
{
border-color: #A6761B;
}
</style>