Shades of Hacienda #A18525
Tints of Hacienda #A18525
RGB
CMYK
RGB Variations
Color information
#A18525 (or 0xA18525) is known color: Hacienda. HEX triplet: A1, 85 and 25. RGB value is (161,133,37). Sum of RGB (Red+Green+Blue) = 161+133+37=331 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.64% from 331); Green value is 133 (52.34% from 255 or 40.18% from 331); Blue value is 37 (14.84% from 255 or 11.18% from 331); Max value from RGB is 161 - color contains mainly: red. Hex color #A18525 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18525 is #5E7ADA. Grayscale: #828282. Windows color (decimal): -6191835 or 2459041. OLE color: 2459041.
HSL color Cylindrical-coordinate representation of color #A18525: hue angle of 46.45º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A18525 is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 133 | 37 | - |
| CMYK | 0 | 0.17 | 0.77 | 0.37 |
| HSL | 46.45º | 0.63% | 0.39% | - |
| HSV(B) | 46.45º | 0.77% | 0.63% | - |
| XYZ | 23.42 | 24.49 | 5.24 | - |
| YUV | 130.43 | 75.28 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 133 | 37 | 0 | 0.17 | 0.77 | 0.37 | 46.45 | 0.63 | 0.39 |
| Hex | A1 | 85 | 25 | 0 | 11 | 4D | 25 | 2E | 3F | 27 |
| Octal | 241 | 205 | 45 | 0 | 21 | 115 | 45 | 56 | 77 | 47 |
| Binary | 10100001 | 10000101 | 100101 | 0 | 10001 | 1001101 | 100101 | 101110 | 111111 | 100111 |
Color Harmonies of #A18525
Complementary color
Monochromatic Colors of #A18525
Black with #A18525
Text Example
Text Example
White with #A18525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18525; }
p { color: rgb(161,133,37); }
H1.HeaderClassName
{
color: #A18525;
}
.AnyTagClassName
{
color: #A18525;
}
</style>
background-color css
<style>
a { background-color: #A18525; }
a { background-color: rgb(161,133,37); }
div.DivClassName
{
background-color: #A18525;
}
.BgClassName
{
background-color: #A18525;
}
</style>
border-color css
<style>
span { border-color: #A18525; }
span { border-color: rgb(161,133,37); }
td.TdClassName
{
border-color: #A18525;
}
.TagClassName
{
border-color: #A18525;
}
</style>