Shades of Hacienda #A18026
Tints of Hacienda #A18026
RGB
CMYK
RGB Variations
Color information
#A18026 (or 0xA18026) is known color: Hacienda. HEX triplet: A1, 80 and 26. RGB value is (161,128,38). Sum of RGB (Red+Green+Blue) = 161+128+38=327 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.24% from 327); Green value is 128 (50.39% from 255 or 39.14% from 327); Blue value is 38 (15.23% from 255 or 11.62% from 327); Max value from RGB is 161 - color contains mainly: red. Hex color #A18026 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18026 is #5E7FD9. Grayscale: #808080. Windows color (decimal): -6193114 or 2523297. OLE color: 2523297.
HSL color Cylindrical-coordinate representation of color #A18026: hue angle of 43.9º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A18026 is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 128 | 38 | - |
| CMYK | 0 | 0.20 | 0.76 | 0.37 |
| HSL | 43.9º | 0.62% | 0.39% | - |
| HSV(B) | 43.9º | 0.76% | 0.63% | - |
| XYZ | 22.77 | 23.16 | 5.1 | - |
| YUV | 127.61 | 77.43 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 128 | 38 | 0 | 0.20 | 0.76 | 0.37 | 43.9 | 0.62 | 0.39 |
| Hex | A1 | 80 | 26 | 0 | 14 | 4C | 25 | 2C | 3E | 27 |
| Octal | 241 | 200 | 46 | 0 | 24 | 114 | 45 | 54 | 76 | 47 |
| Binary | 10100001 | 10000000 | 100110 | 0 | 10100 | 1001100 | 100101 | 101100 | 111110 | 100111 |
Color Harmonies of #A18026
Complementary color
Monochromatic Colors of #A18026
Black with #A18026
Text Example
Text Example
White with #A18026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18026; }
p { color: rgb(161,128,38); }
H1.HeaderClassName
{
color: #A18026;
}
.AnyTagClassName
{
color: #A18026;
}
</style>
background-color css
<style>
a { background-color: #A18026; }
a { background-color: rgb(161,128,38); }
div.DivClassName
{
background-color: #A18026;
}
.BgClassName
{
background-color: #A18026;
}
</style>
border-color css
<style>
span { border-color: #A18026; }
span { border-color: rgb(161,128,38); }
td.TdClassName
{
border-color: #A18026;
}
.TagClassName
{
border-color: #A18026;
}
</style>