Shades of Hacienda #A18A24
Tints of Hacienda #A18A24
RGB
CMYK
RGB Variations
Color information
#A18A24 (or 0xA18A24) is known color: Hacienda. HEX triplet: A1, 8A and 24. RGB value is (161,138,36). Sum of RGB (Red+Green+Blue) = 161+138+36=335 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.06% from 335); Green value is 138 (54.30% from 255 or 41.19% from 335); Blue value is 36 (14.45% from 255 or 10.75% from 335); Max value from RGB is 161 - color contains mainly: red. Hex color #A18A24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18A24 is #5E75DB. Grayscale: #858585. Windows color (decimal): -6190556 or 2394785. OLE color: 2394785.
HSL color Cylindrical-coordinate representation of color #A18A24: hue angle of 48.96º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A18A24 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 138 | 36 | - |
| CMYK | 0 | 0.14 | 0.78 | 0.37 |
| HSL | 48.96º | 0.63% | 0.39% | - |
| HSV(B) | 48.96º | 0.78% | 0.63% | - |
| XYZ | 24.1 | 25.88 | 5.39 | - |
| YUV | 133.25 | 73.12 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 138 | 36 | 0 | 0.14 | 0.78 | 0.37 | 48.96 | 0.63 | 0.39 |
| Hex | A1 | 8A | 24 | 0 | E | 4E | 25 | 31 | 3F | 27 |
| Octal | 241 | 212 | 44 | 0 | 16 | 116 | 45 | 61 | 77 | 47 |
| Binary | 10100001 | 10001010 | 100100 | 0 | 1110 | 1001110 | 100101 | 110001 | 111111 | 100111 |
Color Harmonies of #A18A24
Complementary color
Monochromatic Colors of #A18A24
Black with #A18A24
Text Example
Text Example
White with #A18A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18A24; }
p { color: rgb(161,138,36); }
H1.HeaderClassName
{
color: #A18A24;
}
.AnyTagClassName
{
color: #A18A24;
}
</style>
background-color css
<style>
a { background-color: #A18A24; }
a { background-color: rgb(161,138,36); }
div.DivClassName
{
background-color: #A18A24;
}
.BgClassName
{
background-color: #A18A24;
}
</style>
border-color css
<style>
span { border-color: #A18A24; }
span { border-color: rgb(161,138,36); }
td.TdClassName
{
border-color: #A18A24;
}
.TagClassName
{
border-color: #A18A24;
}
</style>