Shades of Hacienda #A18A26
Tints of Hacienda #A18A26
RGB
CMYK
RGB Variations
Color information
#A18A26 (or 0xA18A26) is known color: Hacienda. HEX triplet: A1, 8A and 26. RGB value is (161,138,38). Sum of RGB (Red+Green+Blue) = 161+138+38=337 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.77% from 337); Green value is 138 (54.30% from 255 or 40.95% from 337); Blue value is 38 (15.23% from 255 or 11.28% from 337); Max value from RGB is 161 - color contains mainly: red. Hex color #A18A26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18A26 is #5E75D9. Grayscale: #858585. Windows color (decimal): -6190554 or 2525857. OLE color: 2525857.
HSL color Cylindrical-coordinate representation of color #A18A26: hue angle of 48.78º 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 #A18A26 is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 138 | 38 | - |
| CMYK | 0 | 0.14 | 0.76 | 0.37 |
| HSL | 48.78º | 0.62% | 0.39% | - |
| HSV(B) | 48.78º | 0.76% | 0.63% | - |
| XYZ | 24.14 | 25.89 | 5.56 | - |
| YUV | 133.48 | 74.12 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 138 | 38 | 0 | 0.14 | 0.76 | 0.37 | 48.78 | 0.62 | 0.39 |
| Hex | A1 | 8A | 26 | 0 | E | 4C | 25 | 31 | 3E | 27 |
| Octal | 241 | 212 | 46 | 0 | 16 | 114 | 45 | 61 | 76 | 47 |
| Binary | 10100001 | 10001010 | 100110 | 0 | 1110 | 1001100 | 100101 | 110001 | 111110 | 100111 |
Color Harmonies of #A18A26
Complementary color
Monochromatic Colors of #A18A26
Black with #A18A26
Text Example
Text Example
White with #A18A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18A26; }
p { color: rgb(161,138,38); }
H1.HeaderClassName
{
color: #A18A26;
}
.AnyTagClassName
{
color: #A18A26;
}
</style>
background-color css
<style>
a { background-color: #A18A26; }
a { background-color: rgb(161,138,38); }
div.DivClassName
{
background-color: #A18A26;
}
.BgClassName
{
background-color: #A18A26;
}
</style>
border-color css
<style>
span { border-color: #A18A26; }
span { border-color: rgb(161,138,38); }
td.TdClassName
{
border-color: #A18A26;
}
.TagClassName
{
border-color: #A18A26;
}
</style>