Shades of Hacienda #A47921
Tints of Hacienda #A47921
RGB
CMYK
RGB Variations
Color information
#A47921 (or 0xA47921) is known color: Hacienda. HEX triplet: A4, 79 and 21. RGB value is (164,121,33). Sum of RGB (Red+Green+Blue) = 164+121+33=318 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.57% from 318); Green value is 121 (47.66% from 255 or 38.05% from 318); Blue value is 33 (13.28% from 255 or 10.38% from 318); Max value from RGB is 164 - color contains mainly: red. Hex color #A47921 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47921 is #5B86DE. Grayscale: #7C7C7C. Windows color (decimal): -5998303 or 2193828. OLE color: 2193828.
HSL color Cylindrical-coordinate representation of color #A47921: hue angle of 40.31º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A47921 is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 121 | 33 | - |
| CMYK | 0 | 0.26 | 0.80 | 0.36 |
| HSL | 40.31º | 0.66% | 0.39% | - |
| HSV(B) | 40.31º | 0.8% | 0.64% | - |
| XYZ | 22.42 | 21.68 | 4.44 | - |
| YUV | 123.83 | 76.75 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 121 | 33 | 0 | 0.26 | 0.80 | 0.36 | 40.31 | 0.66 | 0.39 |
| Hex | A4 | 79 | 21 | 0 | 1A | 50 | 24 | 28 | 42 | 27 |
| Octal | 244 | 171 | 41 | 0 | 32 | 120 | 44 | 50 | 102 | 47 |
| Binary | 10100100 | 1111001 | 100001 | 0 | 11010 | 1010000 | 100100 | 101000 | 1000010 | 100111 |
Color Harmonies of #A47921
Complementary color
Monochromatic Colors of #A47921
Black with #A47921
Text Example
Text Example
White with #A47921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47921; }
p { color: rgb(164,121,33); }
H1.HeaderClassName
{
color: #A47921;
}
.AnyTagClassName
{
color: #A47921;
}
</style>
background-color css
<style>
a { background-color: #A47921; }
a { background-color: rgb(164,121,33); }
div.DivClassName
{
background-color: #A47921;
}
.BgClassName
{
background-color: #A47921;
}
</style>
border-color css
<style>
span { border-color: #A47921; }
span { border-color: rgb(164,121,33); }
td.TdClassName
{
border-color: #A47921;
}
.TagClassName
{
border-color: #A47921;
}
</style>