Shades of Hacienda #A08D1F
Tints of Hacienda #A08D1F
RGB
CMYK
RGB Variations
Color information
#A08D1F (or 0xA08D1F) is known color: Hacienda. HEX triplet: A0, 8D and 1F. RGB value is (160,141,31). Sum of RGB (Red+Green+Blue) = 160+141+31=332 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.19% from 332); Green value is 141 (55.47% from 255 or 42.47% from 332); Blue value is 31 (12.5% from 255 or 9.34% from 332); Max value from RGB is 160 - color contains mainly: red. Hex color #A08D1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08D1F is #5F72E0. Grayscale: #868686. Windows color (decimal): -6255329 or 2067872. OLE color: 2067872.
HSL color Cylindrical-coordinate representation of color #A08D1F: hue angle of 51.16º 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 #A08D1F is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 141 | 31 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.37 |
| HSL | 51.16º | 0.68% | 0.37% | - |
| HSV(B) | 51.16º | 0.81% | 0.63% | - |
| XYZ | 24.27 | 26.62 | 5.16 | - |
| YUV | 134.14 | 69.79 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 141 | 31 | 0 | 0.12 | 0.81 | 0.37 | 51.16 | 0.68 | 0.37 |
| Hex | A0 | 8D | 1F | 0 | C | 51 | 25 | 33 | 44 | 25 |
| Octal | 240 | 215 | 37 | 0 | 14 | 121 | 45 | 63 | 104 | 45 |
| Binary | 10100000 | 10001101 | 11111 | 0 | 1100 | 1010001 | 100101 | 110011 | 1000100 | 100101 |
Color Harmonies of #A08D1F
Complementary color
Monochromatic Colors of #A08D1F
Black with #A08D1F
Text Example
Text Example
White with #A08D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08D1F; }
p { color: rgb(160,141,31); }
H1.HeaderClassName
{
color: #A08D1F;
}
.AnyTagClassName
{
color: #A08D1F;
}
</style>
background-color css
<style>
a { background-color: #A08D1F; }
a { background-color: rgb(160,141,31); }
div.DivClassName
{
background-color: #A08D1F;
}
.BgClassName
{
background-color: #A08D1F;
}
</style>
border-color css
<style>
span { border-color: #A08D1F; }
span { border-color: rgb(160,141,31); }
td.TdClassName
{
border-color: #A08D1F;
}
.TagClassName
{
border-color: #A08D1F;
}
</style>