Shades of Hacienda #A18714
Tints of Hacienda #A18714
RGB
CMYK
RGB Variations
Color information
#A18714 (or 0xA18714) is known color: Hacienda. HEX triplet: A1, 87 and 14. RGB value is (161,135,20). Sum of RGB (Red+Green+Blue) = 161+135+20=316 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.95% from 316); Green value is 135 (53.12% from 255 or 42.72% from 316); Blue value is 20 (8.20% from 255 or 6.33% from 316); Max value from RGB is 161 - color contains mainly: red. Hex color #A18714 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18714 is #5E78EB. Grayscale: #828282. Windows color (decimal): -6191340 or 1345441. OLE color: 1345441.
HSL color Cylindrical-coordinate representation of color #A18714: hue angle of 48.94º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A18714 is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 135 | 20 | - |
| CMYK | 0 | 0.16 | 0.88 | 0.37 |
| HSL | 48.94º | 0.78% | 0.35% | - |
| HSV(B) | 48.94º | 0.88% | 0.63% | - |
| XYZ | 23.49 | 24.96 | 4.24 | - |
| YUV | 129.66 | 66.11 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 135 | 20 | 0 | 0.16 | 0.88 | 0.37 | 48.94 | 0.78 | 0.35 |
| Hex | A1 | 87 | 14 | 0 | 10 | 58 | 25 | 31 | 4E | 23 |
| Octal | 241 | 207 | 24 | 0 | 20 | 130 | 45 | 61 | 116 | 43 |
| Binary | 10100001 | 10000111 | 10100 | 0 | 10000 | 1011000 | 100101 | 110001 | 1001110 | 100011 |
Color Harmonies of #A18714
Complementary color
Monochromatic Colors of #A18714
Black with #A18714
Text Example
Text Example
White with #A18714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18714; }
p { color: rgb(161,135,20); }
H1.HeaderClassName
{
color: #A18714;
}
.AnyTagClassName
{
color: #A18714;
}
</style>
background-color css
<style>
a { background-color: #A18714; }
a { background-color: rgb(161,135,20); }
div.DivClassName
{
background-color: #A18714;
}
.BgClassName
{
background-color: #A18714;
}
</style>
border-color css
<style>
span { border-color: #A18714; }
span { border-color: rgb(161,135,20); }
td.TdClassName
{
border-color: #A18714;
}
.TagClassName
{
border-color: #A18714;
}
</style>