Shades of Hacienda #A4781B
Tints of Hacienda #A4781B
RGB
CMYK
RGB Variations
Color information
#A4781B (or 0xA4781B) is known color: Hacienda. HEX triplet: A4, 78 and 1B. RGB value is (164,120,27). Sum of RGB (Red+Green+Blue) = 164+120+27=311 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.73% from 311); Green value is 120 (47.27% from 255 or 38.59% from 311); Blue value is 27 (10.94% from 255 or 8.68% from 311); Max value from RGB is 164 - color contains mainly: red. Hex color #A4781B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4781B is #5B87E4. Grayscale: #7A7A7A. Windows color (decimal): -5998565 or 1800356. OLE color: 1800356.
HSL color Cylindrical-coordinate representation of color #A4781B: hue angle of 40.73º 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 #A4781B is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 120 | 27 | - |
| CMYK | 0 | 0.27 | 0.84 | 0.36 |
| HSL | 40.73º | 0.72% | 0.37% | - |
| HSV(B) | 40.73º | 0.84% | 0.64% | - |
| XYZ | 22.22 | 21.4 | 4 | - |
| YUV | 122.55 | 74.08 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 120 | 27 | 0 | 0.27 | 0.84 | 0.36 | 40.73 | 0.72 | 0.37 |
| Hex | A4 | 78 | 1B | 0 | 1B | 54 | 24 | 29 | 48 | 25 |
| Octal | 244 | 170 | 33 | 0 | 33 | 124 | 44 | 51 | 110 | 45 |
| Binary | 10100100 | 1111000 | 11011 | 0 | 11011 | 1010100 | 100100 | 101001 | 1001000 | 100101 |
Color Harmonies of #A4781B
Complementary color
Monochromatic Colors of #A4781B
Black with #A4781B
Text Example
Text Example
White with #A4781B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4781B; }
p { color: rgb(164,120,27); }
H1.HeaderClassName
{
color: #A4781B;
}
.AnyTagClassName
{
color: #A4781B;
}
</style>
background-color css
<style>
a { background-color: #A4781B; }
a { background-color: rgb(164,120,27); }
div.DivClassName
{
background-color: #A4781B;
}
.BgClassName
{
background-color: #A4781B;
}
</style>
border-color css
<style>
span { border-color: #A4781B; }
span { border-color: rgb(164,120,27); }
td.TdClassName
{
border-color: #A4781B;
}
.TagClassName
{
border-color: #A4781B;
}
</style>