Shades of Hacienda #A48A16
Tints of Hacienda #A48A16
RGB
CMYK
RGB Variations
Color information
#A48A16 (or 0xA48A16) is known color: Hacienda. HEX triplet: A4, 8A and 16. RGB value is (164,138,22). Sum of RGB (Red+Green+Blue) = 164+138+22=324 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.62% from 324); Green value is 138 (54.30% from 255 or 42.59% from 324); Blue value is 22 (8.98% from 255 or 6.79% from 324); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48A16 is #5B75E9. Grayscale: #858585. Windows color (decimal): -5993962 or 1477284. OLE color: 1477284.
HSL color Cylindrical-coordinate representation of color #A48A16: hue angle of 49.01º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A48A16 is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 138 | 22 | - |
| CMYK | 0 | 0.16 | 0.87 | 0.36 |
| HSL | 49.01º | 0.76% | 0.36% | - |
| HSV(B) | 49.01º | 0.87% | 0.64% | - |
| XYZ | 24.54 | 26.13 | 4.51 | - |
| YUV | 132.55 | 65.61 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 138 | 22 | 0 | 0.16 | 0.87 | 0.36 | 49.01 | 0.76 | 0.36 |
| Hex | A4 | 8A | 16 | 0 | 10 | 57 | 24 | 31 | 4C | 24 |
| Octal | 244 | 212 | 26 | 0 | 20 | 127 | 44 | 61 | 114 | 44 |
| Binary | 10100100 | 10001010 | 10110 | 0 | 10000 | 1010111 | 100100 | 110001 | 1001100 | 100100 |
Color Harmonies of #A48A16
Complementary color
Monochromatic Colors of #A48A16
Black with #A48A16
Text Example
Text Example
White with #A48A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48A16; }
p { color: rgb(164,138,22); }
H1.HeaderClassName
{
color: #A48A16;
}
.AnyTagClassName
{
color: #A48A16;
}
</style>
background-color css
<style>
a { background-color: #A48A16; }
a { background-color: rgb(164,138,22); }
div.DivClassName
{
background-color: #A48A16;
}
.BgClassName
{
background-color: #A48A16;
}
</style>
border-color css
<style>
span { border-color: #A48A16; }
span { border-color: rgb(164,138,22); }
td.TdClassName
{
border-color: #A48A16;
}
.TagClassName
{
border-color: #A48A16;
}
</style>