Shades of Hacienda #A08A1F
Tints of Hacienda #A08A1F
RGB
CMYK
RGB Variations
Color information
#A08A1F (or 0xA08A1F) is known color: Hacienda. HEX triplet: A0, 8A and 1F. RGB value is (160,138,31). Sum of RGB (Red+Green+Blue) = 160+138+31=329 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.63% from 329); Green value is 138 (54.30% from 255 or 41.95% from 329); Blue value is 31 (12.5% from 255 or 9.42% from 329); Max value from RGB is 160 - color contains mainly: red. Hex color #A08A1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08A1F is #5F75E0. Grayscale: #848484. Windows color (decimal): -6256097 or 2067104. OLE color: 2067104.
HSL color Cylindrical-coordinate representation of color #A08A1F: hue angle of 49.77º 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 #A08A1F is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 138 | 31 | - |
| CMYK | 0 | 0.14 | 0.81 | 0.37 |
| HSL | 49.77º | 0.68% | 0.37% | - |
| HSV(B) | 49.77º | 0.81% | 0.63% | - |
| XYZ | 23.83 | 25.75 | 5.01 | - |
| YUV | 132.38 | 70.79 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 138 | 31 | 0 | 0.14 | 0.81 | 0.37 | 49.77 | 0.68 | 0.37 |
| Hex | A0 | 8A | 1F | 0 | E | 51 | 25 | 32 | 44 | 25 |
| Octal | 240 | 212 | 37 | 0 | 16 | 121 | 45 | 62 | 104 | 45 |
| Binary | 10100000 | 10001010 | 11111 | 0 | 1110 | 1010001 | 100101 | 110010 | 1000100 | 100101 |
Color Harmonies of #A08A1F
Complementary color
Monochromatic Colors of #A08A1F
Black with #A08A1F
Text Example
Text Example
White with #A08A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08A1F; }
p { color: rgb(160,138,31); }
H1.HeaderClassName
{
color: #A08A1F;
}
.AnyTagClassName
{
color: #A08A1F;
}
</style>
background-color css
<style>
a { background-color: #A08A1F; }
a { background-color: rgb(160,138,31); }
div.DivClassName
{
background-color: #A08A1F;
}
.BgClassName
{
background-color: #A08A1F;
}
</style>
border-color css
<style>
span { border-color: #A08A1F; }
span { border-color: rgb(160,138,31); }
td.TdClassName
{
border-color: #A08A1F;
}
.TagClassName
{
border-color: #A08A1F;
}
</style>