Shades of Hacienda #A68515
Tints of Hacienda #A68515
RGB
CMYK
RGB Variations
Color information
#A68515 (or 0xA68515) is known color: Hacienda. HEX triplet: A6, 85 and 15. RGB value is (166,133,21). Sum of RGB (Red+Green+Blue) = 166+133+21=320 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.88% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 21 (8.59% from 255 or 6.56% from 320); Max value from RGB is 166 - color contains mainly: red. Hex color #A68515 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68515 is #597AEA. Grayscale: #828282. Windows color (decimal): -5864171 or 1410470. OLE color: 1410470.
HSL color Cylindrical-coordinate representation of color #A68515: hue angle of 46.34º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A68515 is Cyan = 0, Magento = 0.20, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 133 | 21 | - |
| CMYK | 0 | 0.20 | 0.87 | 0.35 |
| HSL | 46.34º | 0.78% | 0.37% | - |
| HSV(B) | 46.34º | 0.87% | 0.65% | - |
| XYZ | 24.25 | 24.94 | 4.24 | - |
| YUV | 130.1 | 66.43 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 133 | 21 | 0 | 0.20 | 0.87 | 0.35 | 46.34 | 0.78 | 0.37 |
| Hex | A6 | 85 | 15 | 0 | 14 | 57 | 23 | 2E | 4E | 25 |
| Octal | 246 | 205 | 25 | 0 | 24 | 127 | 43 | 56 | 116 | 45 |
| Binary | 10100110 | 10000101 | 10101 | 0 | 10100 | 1010111 | 100011 | 101110 | 1001110 | 100101 |
Color Harmonies of #A68515
Complementary color
Monochromatic Colors of #A68515
Black with #A68515
Text Example
Text Example
White with #A68515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68515; }
p { color: rgb(166,133,21); }
H1.HeaderClassName
{
color: #A68515;
}
.AnyTagClassName
{
color: #A68515;
}
</style>
background-color css
<style>
a { background-color: #A68515; }
a { background-color: rgb(166,133,21); }
div.DivClassName
{
background-color: #A68515;
}
.BgClassName
{
background-color: #A68515;
}
</style>
border-color css
<style>
span { border-color: #A68515; }
span { border-color: rgb(166,133,21); }
td.TdClassName
{
border-color: #A68515;
}
.TagClassName
{
border-color: #A68515;
}
</style>