Shades of Hacienda #A18719
Tints of Hacienda #A18719
RGB
CMYK
RGB Variations
Color information
#A18719 (or 0xA18719) is known color: Hacienda. HEX triplet: A1, 87 and 19. RGB value is (161,135,25). Sum of RGB (Red+Green+Blue) = 161+135+25=321 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.16% from 321); Green value is 135 (53.12% from 255 or 42.06% from 321); Blue value is 25 (10.16% from 255 or 7.79% from 321); Max value from RGB is 161 - color contains mainly: red. Hex color #A18719 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18719 is #5E78E6. Grayscale: #828282. Windows color (decimal): -6191335 or 1673121. OLE color: 1673121.
HSL color Cylindrical-coordinate representation of color #A18719: hue angle of 48.53º 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 #A18719 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 135 | 25 | - |
| CMYK | 0 | 0.16 | 0.84 | 0.37 |
| HSL | 48.53º | 0.73% | 0.36% | - |
| HSV(B) | 48.53º | 0.84% | 0.63% | - |
| XYZ | 23.54 | 24.98 | 4.5 | - |
| YUV | 130.23 | 68.61 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 135 | 25 | 0 | 0.16 | 0.84 | 0.37 | 48.53 | 0.73 | 0.36 |
| Hex | A1 | 87 | 19 | 0 | 10 | 54 | 25 | 31 | 49 | 24 |
| Octal | 241 | 207 | 31 | 0 | 20 | 124 | 45 | 61 | 111 | 44 |
| Binary | 10100001 | 10000111 | 11001 | 0 | 10000 | 1010100 | 100101 | 110001 | 1001001 | 100100 |
Color Harmonies of #A18719
Complementary color
Monochromatic Colors of #A18719
Black with #A18719
Text Example
Text Example
White with #A18719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18719; }
p { color: rgb(161,135,25); }
H1.HeaderClassName
{
color: #A18719;
}
.AnyTagClassName
{
color: #A18719;
}
</style>
background-color css
<style>
a { background-color: #A18719; }
a { background-color: rgb(161,135,25); }
div.DivClassName
{
background-color: #A18719;
}
.BgClassName
{
background-color: #A18719;
}
</style>
border-color css
<style>
span { border-color: #A18719; }
span { border-color: rgb(161,135,25); }
td.TdClassName
{
border-color: #A18719;
}
.TagClassName
{
border-color: #A18719;
}
</style>