Shades of Hacienda #A78B25
Tints of Hacienda #A78B25
RGB
CMYK
RGB Variations
Color information
#A78B25 (or 0xA78B25) is known color: Hacienda. HEX triplet: A7, 8B and 25. RGB value is (167,139,37). Sum of RGB (Red+Green+Blue) = 167+139+37=343 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.69% from 343); Green value is 139 (54.69% from 255 or 40.52% from 343); Blue value is 37 (14.84% from 255 or 10.79% from 343); Max value from RGB is 167 - color contains mainly: red. Hex color #A78B25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78B25 is #5874DA. Grayscale: #888888. Windows color (decimal): -5797083 or 2460583. OLE color: 2460583.
HSL color Cylindrical-coordinate representation of color #A78B25: hue angle of 47.08º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A78B25 is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 139 | 37 | - |
| CMYK | 0 | 0.17 | 0.78 | 0.35 |
| HSL | 47.08º | 0.64% | 0.4% | - |
| HSV(B) | 47.08º | 0.78% | 0.65% | - |
| XYZ | 25.5 | 26.81 | 5.58 | - |
| YUV | 135.74 | 72.28 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 139 | 37 | 0 | 0.17 | 0.78 | 0.35 | 47.08 | 0.64 | 0.4 |
| Hex | A7 | 8B | 25 | 0 | 11 | 4E | 23 | 2F | 40 | 28 |
| Octal | 247 | 213 | 45 | 0 | 21 | 116 | 43 | 57 | 100 | 50 |
| Binary | 10100111 | 10001011 | 100101 | 0 | 10001 | 1001110 | 100011 | 101111 | 1000000 | 101000 |
Color Harmonies of #A78B25
Complementary color
Monochromatic Colors of #A78B25
Black with #A78B25
Text Example
Text Example
White with #A78B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78B25; }
p { color: rgb(167,139,37); }
H1.HeaderClassName
{
color: #A78B25;
}
.AnyTagClassName
{
color: #A78B25;
}
</style>
background-color css
<style>
a { background-color: #A78B25; }
a { background-color: rgb(167,139,37); }
div.DivClassName
{
background-color: #A78B25;
}
.BgClassName
{
background-color: #A78B25;
}
</style>
border-color css
<style>
span { border-color: #A78B25; }
span { border-color: rgb(167,139,37); }
td.TdClassName
{
border-color: #A78B25;
}
.TagClassName
{
border-color: #A78B25;
}
</style>