Shades of Hacienda #A08D1E
Tints of Hacienda #A08D1E
RGB
CMYK
RGB Variations
Color information
#A08D1E (or 0xA08D1E) is known color: Hacienda. HEX triplet: A0, 8D and 1E. RGB value is (160,141,30). Sum of RGB (Red+Green+Blue) = 160+141+30=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 141 (55.47% from 255 or 42.60% from 331); Blue value is 30 (12.11% from 255 or 9.06% from 331); Max value from RGB is 160 - color contains mainly: red. Hex color #A08D1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08D1E is #5F72E1. Grayscale: #868686. Windows color (decimal): -6255330 or 2002336. OLE color: 2002336.
HSL color Cylindrical-coordinate representation of color #A08D1E: hue angle of 51.23º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A08D1E is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 141 | 30 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.37 |
| HSL | 51.23º | 0.68% | 0.37% | - |
| HSV(B) | 51.23º | 0.81% | 0.63% | - |
| XYZ | 24.26 | 26.62 | 5.09 | - |
| YUV | 134.03 | 69.29 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 141 | 30 | 0 | 0.12 | 0.81 | 0.37 | 51.23 | 0.68 | 0.37 |
| Hex | A0 | 8D | 1E | 0 | C | 51 | 25 | 33 | 44 | 25 |
| Octal | 240 | 215 | 36 | 0 | 14 | 121 | 45 | 63 | 104 | 45 |
| Binary | 10100000 | 10001101 | 11110 | 0 | 1100 | 1010001 | 100101 | 110011 | 1000100 | 100101 |
Color Harmonies of #A08D1E
Complementary color
Monochromatic Colors of #A08D1E
Black with #A08D1E
Text Example
Text Example
White with #A08D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08D1E; }
p { color: rgb(160,141,30); }
H1.HeaderClassName
{
color: #A08D1E;
}
.AnyTagClassName
{
color: #A08D1E;
}
</style>
background-color css
<style>
a { background-color: #A08D1E; }
a { background-color: rgb(160,141,30); }
div.DivClassName
{
background-color: #A08D1E;
}
.BgClassName
{
background-color: #A08D1E;
}
</style>
border-color css
<style>
span { border-color: #A08D1E; }
span { border-color: rgb(160,141,30); }
td.TdClassName
{
border-color: #A08D1E;
}
.TagClassName
{
border-color: #A08D1E;
}
</style>