Shades of Hacienda #A6891C
Tints of Hacienda #A6891C
RGB
CMYK
RGB Variations
Color information
#A6891C (or 0xA6891C) is known color: Hacienda. HEX triplet: A6, 89 and 1C. RGB value is (166,137,28). Sum of RGB (Red+Green+Blue) = 166+137+28=331 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.15% from 331); Green value is 137 (53.91% from 255 or 41.39% from 331); Blue value is 28 (11.33% from 255 or 8.46% from 331); Max value from RGB is 166 - color contains mainly: red. Hex color #A6891C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6891C is #5976E3. Grayscale: #858585. Windows color (decimal): -5863140 or 1870246. OLE color: 1870246.
HSL color Cylindrical-coordinate representation of color #A6891C: hue angle of 47.39º degrees, saturation: 0.71, 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 #A6891C is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 137 | 28 | - |
| CMYK | 0 | 0.17 | 0.83 | 0.35 |
| HSL | 47.39º | 0.71% | 0.38% | - |
| HSV(B) | 47.39º | 0.83% | 0.65% | - |
| XYZ | 24.88 | 26.08 | 4.82 | - |
| YUV | 133.25 | 68.61 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 137 | 28 | 0 | 0.17 | 0.83 | 0.35 | 47.39 | 0.71 | 0.38 |
| Hex | A6 | 89 | 1C | 0 | 11 | 53 | 23 | 2F | 47 | 26 |
| Octal | 246 | 211 | 34 | 0 | 21 | 123 | 43 | 57 | 107 | 46 |
| Binary | 10100110 | 10001001 | 11100 | 0 | 10001 | 1010011 | 100011 | 101111 | 1000111 | 100110 |
Color Harmonies of #A6891C
Complementary color
Monochromatic Colors of #A6891C
Black with #A6891C
Text Example
Text Example
White with #A6891C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6891C; }
p { color: rgb(166,137,28); }
H1.HeaderClassName
{
color: #A6891C;
}
.AnyTagClassName
{
color: #A6891C;
}
</style>
background-color css
<style>
a { background-color: #A6891C; }
a { background-color: rgb(166,137,28); }
div.DivClassName
{
background-color: #A6891C;
}
.BgClassName
{
background-color: #A6891C;
}
</style>
border-color css
<style>
span { border-color: #A6891C; }
span { border-color: rgb(166,137,28); }
td.TdClassName
{
border-color: #A6891C;
}
.TagClassName
{
border-color: #A6891C;
}
</style>