Shades of Hacienda #9A8510
Tints of Hacienda #9A8510
RGB
CMYK
RGB Variations
Color information
#9A8510 (or 0x9A8510) is known color: Hacienda. HEX triplet: 9A, 85 and 10. RGB value is (154,133,16). Sum of RGB (Red+Green+Blue) = 154+133+16=303 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.83% from 303); Green value is 133 (52.34% from 255 or 43.89% from 303); Blue value is 16 (6.64% from 255 or 5.28% from 303); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8510 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A8510 is #657AEF. Grayscale: #7E7E7E. Windows color (decimal): -6650608 or 1082778. OLE color: 1082778.
HSL color Cylindrical-coordinate representation of color #9A8510: hue angle of 50.87º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A8510 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 133 | 16 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.40 |
| HSL | 50.87º | 0.81% | 0.33% | - |
| HSV(B) | 50.87º | 0.9% | 0.6% | - |
| XYZ | 21.81 | 23.68 | 3.91 | - |
| YUV | 125.94 | 65.96 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 133 | 16 | 0 | 0.14 | 0.90 | 0.40 | 50.87 | 0.81 | 0.33 |
| Hex | 9A | 85 | 10 | 0 | E | 5A | 28 | 33 | 51 | 21 |
| Octal | 232 | 205 | 20 | 0 | 16 | 132 | 50 | 63 | 121 | 41 |
| Binary | 10011010 | 10000101 | 10000 | 0 | 1110 | 1011010 | 101000 | 110011 | 1010001 | 100001 |
Color Harmonies of #9A8510
Complementary color
Monochromatic Colors of #9A8510
Black with #9A8510
Text Example
Text Example
White with #9A8510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8510; }
p { color: rgb(154,133,16); }
H1.HeaderClassName
{
color: #9A8510;
}
.AnyTagClassName
{
color: #9A8510;
}
</style>
background-color css
<style>
a { background-color: #9A8510; }
a { background-color: rgb(154,133,16); }
div.DivClassName
{
background-color: #9A8510;
}
.BgClassName
{
background-color: #9A8510;
}
</style>
border-color css
<style>
span { border-color: #9A8510; }
span { border-color: rgb(154,133,16); }
td.TdClassName
{
border-color: #9A8510;
}
.TagClassName
{
border-color: #9A8510;
}
</style>