Shades of Hacienda #A6871F
Tints of Hacienda #A6871F
RGB
CMYK
RGB Variations
Color information
#A6871F (or 0xA6871F) is known color: Hacienda. HEX triplet: A6, 87 and 1F. RGB value is (166,135,31). Sum of RGB (Red+Green+Blue) = 166+135+31=332 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50% from 332); Green value is 135 (53.12% from 255 or 40.66% from 332); Blue value is 31 (12.5% from 255 or 9.34% from 332); Max value from RGB is 166 - color contains mainly: red. Hex color #A6871F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6871F is #5978E0. Grayscale: #848484. Windows color (decimal): -5863649 or 2066342. OLE color: 2066342.
HSL color Cylindrical-coordinate representation of color #A6871F: hue angle of 46.22º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A6871F is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 135 | 31 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.35 |
| HSL | 46.22º | 0.69% | 0.39% | - |
| HSV(B) | 46.22º | 0.81% | 0.65% | - |
| XYZ | 24.64 | 25.53 | 4.93 | - |
| YUV | 132.41 | 70.77 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 135 | 31 | 0 | 0.19 | 0.81 | 0.35 | 46.22 | 0.69 | 0.39 |
| Hex | A6 | 87 | 1F | 0 | 13 | 51 | 23 | 2E | 45 | 27 |
| Octal | 246 | 207 | 37 | 0 | 23 | 121 | 43 | 56 | 105 | 47 |
| Binary | 10100110 | 10000111 | 11111 | 0 | 10011 | 1010001 | 100011 | 101110 | 1000101 | 100111 |
Color Harmonies of #A6871F
Complementary color
Monochromatic Colors of #A6871F
Black with #A6871F
Text Example
Text Example
White with #A6871F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6871F; }
p { color: rgb(166,135,31); }
H1.HeaderClassName
{
color: #A6871F;
}
.AnyTagClassName
{
color: #A6871F;
}
</style>
background-color css
<style>
a { background-color: #A6871F; }
a { background-color: rgb(166,135,31); }
div.DivClassName
{
background-color: #A6871F;
}
.BgClassName
{
background-color: #A6871F;
}
</style>
border-color css
<style>
span { border-color: #A6871F; }
span { border-color: rgb(166,135,31); }
td.TdClassName
{
border-color: #A6871F;
}
.TagClassName
{
border-color: #A6871F;
}
</style>