Shades of Hacienda #A08319
Tints of Hacienda #A08319
RGB
CMYK
RGB Variations
Color information
#A08319 (or 0xA08319) is known color: Hacienda. HEX triplet: A0, 83 and 19. RGB value is (160,131,25). Sum of RGB (Red+Green+Blue) = 160+131+25=316 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.63% from 316); Green value is 131 (51.56% from 255 or 41.46% from 316); Blue value is 25 (10.16% from 255 or 7.91% from 316); Max value from RGB is 160 - color contains mainly: red. Hex color #A08319 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08319 is #5F7CE6. Grayscale: #808080. Windows color (decimal): -6257895 or 1672096. OLE color: 1672096.
HSL color Cylindrical-coordinate representation of color #A08319: hue angle of 47.11º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A08319 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 131 | 25 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.37 |
| HSL | 47.11º | 0.73% | 0.36% | - |
| HSV(B) | 47.11º | 0.84% | 0.63% | - |
| XYZ | 22.79 | 23.78 | 4.31 | - |
| YUV | 127.59 | 70.11 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 131 | 25 | 0 | 0.18 | 0.84 | 0.37 | 47.11 | 0.73 | 0.36 |
| Hex | A0 | 83 | 19 | 0 | 12 | 54 | 25 | 2F | 49 | 24 |
| Octal | 240 | 203 | 31 | 0 | 22 | 124 | 45 | 57 | 111 | 44 |
| Binary | 10100000 | 10000011 | 11001 | 0 | 10010 | 1010100 | 100101 | 101111 | 1001001 | 100100 |
Color Harmonies of #A08319
Complementary color
Monochromatic Colors of #A08319
Black with #A08319
Text Example
Text Example
White with #A08319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08319; }
p { color: rgb(160,131,25); }
H1.HeaderClassName
{
color: #A08319;
}
.AnyTagClassName
{
color: #A08319;
}
</style>
background-color css
<style>
a { background-color: #A08319; }
a { background-color: rgb(160,131,25); }
div.DivClassName
{
background-color: #A08319;
}
.BgClassName
{
background-color: #A08319;
}
</style>
border-color css
<style>
span { border-color: #A08319; }
span { border-color: rgb(160,131,25); }
td.TdClassName
{
border-color: #A08319;
}
.TagClassName
{
border-color: #A08319;
}
</style>