Shades of Hacienda #A78228
Tints of Hacienda #A78228
RGB
CMYK
RGB Variations
Color information
#A78228 (or 0xA78228) is known color: Hacienda. HEX triplet: A7, 82 and 28. RGB value is (167,130,40). Sum of RGB (Red+Green+Blue) = 167+130+40=337 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.55% from 337); Green value is 130 (51.17% from 255 or 38.58% from 337); Blue value is 40 (16.02% from 255 or 11.87% from 337); Max value from RGB is 167 - color contains mainly: red. Hex color #A78228 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78228 is #587DD7. Grayscale: #838383. Windows color (decimal): -5799384 or 2654887. OLE color: 2654887.
HSL color Cylindrical-coordinate representation of color #A78228: hue angle of 42.52º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A78228 is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 130 | 40 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.35 |
| HSL | 42.52º | 0.61% | 0.41% | - |
| HSV(B) | 42.52º | 0.76% | 0.65% | - |
| XYZ | 24.3 | 24.33 | 5.42 | - |
| YUV | 130.8 | 76.76 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 130 | 40 | 0 | 0.22 | 0.76 | 0.35 | 42.52 | 0.61 | 0.41 |
| Hex | A7 | 82 | 28 | 0 | 16 | 4C | 23 | 2B | 3D | 29 |
| Octal | 247 | 202 | 50 | 0 | 26 | 114 | 43 | 53 | 75 | 51 |
| Binary | 10100111 | 10000010 | 101000 | 0 | 10110 | 1001100 | 100011 | 101011 | 111101 | 101001 |
Color Harmonies of #A78228
Complementary color
Monochromatic Colors of #A78228
Black with #A78228
Text Example
Text Example
White with #A78228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78228; }
p { color: rgb(167,130,40); }
H1.HeaderClassName
{
color: #A78228;
}
.AnyTagClassName
{
color: #A78228;
}
</style>
background-color css
<style>
a { background-color: #A78228; }
a { background-color: rgb(167,130,40); }
div.DivClassName
{
background-color: #A78228;
}
.BgClassName
{
background-color: #A78228;
}
</style>
border-color css
<style>
span { border-color: #A78228; }
span { border-color: rgb(167,130,40); }
td.TdClassName
{
border-color: #A78228;
}
.TagClassName
{
border-color: #A78228;
}
</style>