Shades of Hacienda #A18428
Tints of Hacienda #A18428
RGB
CMYK
RGB Variations
Color information
#A18428 (or 0xA18428) is known color: Hacienda. HEX triplet: A1, 84 and 28. RGB value is (161,132,40). Sum of RGB (Red+Green+Blue) = 161+132+40=333 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.35% from 333); Green value is 132 (51.95% from 255 or 39.64% from 333); Blue value is 40 (16.02% from 255 or 12.01% from 333); Max value from RGB is 161 - color contains mainly: red. Hex color #A18428 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18428 is #5E7BD7. Grayscale: #828282. Windows color (decimal): -6192088 or 2655393. OLE color: 2655393.
HSL color Cylindrical-coordinate representation of color #A18428: hue angle of 45.62º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A18428 is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 132 | 40 | - |
| CMYK | 0 | 0.18 | 0.75 | 0.37 |
| HSL | 45.62º | 0.6% | 0.39% | - |
| HSV(B) | 45.62º | 0.75% | 0.63% | - |
| XYZ | 23.33 | 24.23 | 5.46 | - |
| YUV | 130.18 | 77.11 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 132 | 40 | 0 | 0.18 | 0.75 | 0.37 | 45.62 | 0.6 | 0.39 |
| Hex | A1 | 84 | 28 | 0 | 12 | 4B | 25 | 2E | 3C | 27 |
| Octal | 241 | 204 | 50 | 0 | 22 | 113 | 45 | 56 | 74 | 47 |
| Binary | 10100001 | 10000100 | 101000 | 0 | 10010 | 1001011 | 100101 | 101110 | 111100 | 100111 |
Color Harmonies of #A18428
Complementary color
Monochromatic Colors of #A18428
Black with #A18428
Text Example
Text Example
White with #A18428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18428; }
p { color: rgb(161,132,40); }
H1.HeaderClassName
{
color: #A18428;
}
.AnyTagClassName
{
color: #A18428;
}
</style>
background-color css
<style>
a { background-color: #A18428; }
a { background-color: rgb(161,132,40); }
div.DivClassName
{
background-color: #A18428;
}
.BgClassName
{
background-color: #A18428;
}
</style>
border-color css
<style>
span { border-color: #A18428; }
span { border-color: rgb(161,132,40); }
td.TdClassName
{
border-color: #A18428;
}
.TagClassName
{
border-color: #A18428;
}
</style>