Shades of Hacienda #A47F2C
Tints of Hacienda #A47F2C
RGB
CMYK
RGB Variations
Color information
#A47F2C (or 0xA47F2C) is known color: Hacienda. HEX triplet: A4, 7F and 2C. RGB value is (164,127,44). Sum of RGB (Red+Green+Blue) = 164+127+44=335 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.96% from 335); Green value is 127 (50% from 255 or 37.91% from 335); Blue value is 44 (17.58% from 255 or 13.13% from 335); Max value from RGB is 164 - color contains mainly: red. Hex color #A47F2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47F2C is #5B80D3. Grayscale: #808080. Windows color (decimal): -5996756 or 2916260. OLE color: 2916260.
HSL color Cylindrical-coordinate representation of color #A47F2C: hue angle of 41.5º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A47F2C is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 127 | 44 | - |
| CMYK | 0 | 0.23 | 0.73 | 0.36 |
| HSL | 41.5º | 0.58% | 0.41% | - |
| HSV(B) | 41.5º | 0.73% | 0.64% | - |
| XYZ | 23.35 | 23.25 | 5.64 | - |
| YUV | 128.6 | 80.26 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 127 | 44 | 0 | 0.23 | 0.73 | 0.36 | 41.5 | 0.58 | 0.41 |
| Hex | A4 | 7F | 2C | 0 | 17 | 49 | 24 | 2A | 3A | 29 |
| Octal | 244 | 177 | 54 | 0 | 27 | 111 | 44 | 52 | 72 | 51 |
| Binary | 10100100 | 1111111 | 101100 | 0 | 10111 | 1001001 | 100100 | 101010 | 111010 | 101001 |
Color Harmonies of #A47F2C
Complementary color
Monochromatic Colors of #A47F2C
Black with #A47F2C
Text Example
Text Example
White with #A47F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47F2C; }
p { color: rgb(164,127,44); }
H1.HeaderClassName
{
color: #A47F2C;
}
.AnyTagClassName
{
color: #A47F2C;
}
</style>
background-color css
<style>
a { background-color: #A47F2C; }
a { background-color: rgb(164,127,44); }
div.DivClassName
{
background-color: #A47F2C;
}
.BgClassName
{
background-color: #A47F2C;
}
</style>
border-color css
<style>
span { border-color: #A47F2C; }
span { border-color: rgb(164,127,44); }
td.TdClassName
{
border-color: #A47F2C;
}
.TagClassName
{
border-color: #A47F2C;
}
</style>