Shades of Hacienda #A48410
Tints of Hacienda #A48410
RGB
CMYK
RGB Variations
Color information
#A48410 (or 0xA48410) is known color: Hacienda. HEX triplet: A4, 84 and 10. RGB value is (164,132,16). Sum of RGB (Red+Green+Blue) = 164+132+16=312 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.56% from 312); Green value is 132 (51.95% from 255 or 42.31% from 312); Blue value is 16 (6.64% from 255 or 5.13% from 312); Max value from RGB is 164 - color contains mainly: red. Hex color #A48410 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48410 is #5B7BEF. Grayscale: #808080. Windows color (decimal): -5995504 or 1082532. OLE color: 1082532.
HSL color Cylindrical-coordinate representation of color #A48410: hue angle of 47.03º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A48410 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 132 | 16 | - |
| CMYK | 0 | 0.20 | 0.90 | 0.36 |
| HSL | 47.03º | 0.82% | 0.35% | - |
| HSV(B) | 47.03º | 0.9% | 0.64% | - |
| XYZ | 23.65 | 24.43 | 3.96 | - |
| YUV | 128.34 | 64.6 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 132 | 16 | 0 | 0.20 | 0.90 | 0.36 | 47.03 | 0.82 | 0.35 |
| Hex | A4 | 84 | 10 | 0 | 14 | 5A | 24 | 2F | 52 | 23 |
| Octal | 244 | 204 | 20 | 0 | 24 | 132 | 44 | 57 | 122 | 43 |
| Binary | 10100100 | 10000100 | 10000 | 0 | 10100 | 1011010 | 100100 | 101111 | 1010010 | 100011 |
Color Harmonies of #A48410
Complementary color
Monochromatic Colors of #A48410
Black with #A48410
Text Example
Text Example
White with #A48410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48410; }
p { color: rgb(164,132,16); }
H1.HeaderClassName
{
color: #A48410;
}
.AnyTagClassName
{
color: #A48410;
}
</style>
background-color css
<style>
a { background-color: #A48410; }
a { background-color: rgb(164,132,16); }
div.DivClassName
{
background-color: #A48410;
}
.BgClassName
{
background-color: #A48410;
}
</style>
border-color css
<style>
span { border-color: #A48410; }
span { border-color: rgb(164,132,16); }
td.TdClassName
{
border-color: #A48410;
}
.TagClassName
{
border-color: #A48410;
}
</style>