Shades of Hacienda #A48925
Tints of Hacienda #A48925
RGB
CMYK
RGB Variations
Color information
#A48925 (or 0xA48925) is known color: Hacienda. HEX triplet: A4, 89 and 25. RGB value is (164,137,37). Sum of RGB (Red+Green+Blue) = 164+137+37=338 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.52% from 338); Green value is 137 (53.91% from 255 or 40.53% from 338); Blue value is 37 (14.84% from 255 or 10.95% from 338); Max value from RGB is 164 - color contains mainly: red. Hex color #A48925 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48925 is #5B76DA. Grayscale: #868686. Windows color (decimal): -5994203 or 2460068. OLE color: 2460068.
HSL color Cylindrical-coordinate representation of color #A48925: hue angle of 47.24º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A48925 is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 137 | 37 | - |
| CMYK | 0 | 0.16 | 0.77 | 0.36 |
| HSL | 47.24º | 0.63% | 0.39% | - |
| HSV(B) | 47.24º | 0.77% | 0.64% | - |
| XYZ | 24.59 | 25.92 | 5.46 | - |
| YUV | 133.67 | 73.45 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 137 | 37 | 0 | 0.16 | 0.77 | 0.36 | 47.24 | 0.63 | 0.39 |
| Hex | A4 | 89 | 25 | 0 | 10 | 4D | 24 | 2F | 3F | 27 |
| Octal | 244 | 211 | 45 | 0 | 20 | 115 | 44 | 57 | 77 | 47 |
| Binary | 10100100 | 10001001 | 100101 | 0 | 10000 | 1001101 | 100100 | 101111 | 111111 | 100111 |
Color Harmonies of #A48925
Complementary color
Monochromatic Colors of #A48925
Black with #A48925
Text Example
Text Example
White with #A48925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48925; }
p { color: rgb(164,137,37); }
H1.HeaderClassName
{
color: #A48925;
}
.AnyTagClassName
{
color: #A48925;
}
</style>
background-color css
<style>
a { background-color: #A48925; }
a { background-color: rgb(164,137,37); }
div.DivClassName
{
background-color: #A48925;
}
.BgClassName
{
background-color: #A48925;
}
</style>
border-color css
<style>
span { border-color: #A48925; }
span { border-color: rgb(164,137,37); }
td.TdClassName
{
border-color: #A48925;
}
.TagClassName
{
border-color: #A48925;
}
</style>