Shades of Hacienda #A47F1B
Tints of Hacienda #A47F1B
RGB
CMYK
RGB Variations
Color information
#A47F1B (or 0xA47F1B) is known color: Hacienda. HEX triplet: A4, 7F and 1B. RGB value is (164,127,27). Sum of RGB (Red+Green+Blue) = 164+127+27=318 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.57% from 318); Green value is 127 (50% from 255 or 39.94% from 318); Blue value is 27 (10.94% from 255 or 8.49% from 318); Max value from RGB is 164 - color contains mainly: red. Hex color #A47F1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47F1B is #5B80E4. Grayscale: #7F7F7F. Windows color (decimal): -5996773 or 1802148. OLE color: 1802148.
HSL color Cylindrical-coordinate representation of color #A47F1B: hue angle of 43.8º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A47F1B is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 127 | 27 | - |
| CMYK | 0 | 0.23 | 0.84 | 0.36 |
| HSL | 43.8º | 0.72% | 0.37% | - |
| HSV(B) | 43.8º | 0.84% | 0.64% | - |
| XYZ | 23.1 | 23.15 | 4.29 | - |
| YUV | 126.66 | 71.76 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 127 | 27 | 0 | 0.23 | 0.84 | 0.36 | 43.8 | 0.72 | 0.37 |
| Hex | A4 | 7F | 1B | 0 | 17 | 54 | 24 | 2C | 48 | 25 |
| Octal | 244 | 177 | 33 | 0 | 27 | 124 | 44 | 54 | 110 | 45 |
| Binary | 10100100 | 1111111 | 11011 | 0 | 10111 | 1010100 | 100100 | 101100 | 1001000 | 100101 |
Color Harmonies of #A47F1B
Complementary color
Monochromatic Colors of #A47F1B
Black with #A47F1B
Text Example
Text Example
White with #A47F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47F1B; }
p { color: rgb(164,127,27); }
H1.HeaderClassName
{
color: #A47F1B;
}
.AnyTagClassName
{
color: #A47F1B;
}
</style>
background-color css
<style>
a { background-color: #A47F1B; }
a { background-color: rgb(164,127,27); }
div.DivClassName
{
background-color: #A47F1B;
}
.BgClassName
{
background-color: #A47F1B;
}
</style>
border-color css
<style>
span { border-color: #A47F1B; }
span { border-color: rgb(164,127,27); }
td.TdClassName
{
border-color: #A47F1B;
}
.TagClassName
{
border-color: #A47F1B;
}
</style>