Shades of Hacienda #9A8B10
Tints of Hacienda #9A8B10
RGB
CMYK
RGB Variations
Color information
#9A8B10 (or 0x9A8B10) is known color: Hacienda. HEX triplet: 9A, 8B and 10. RGB value is (154,139,16). Sum of RGB (Red+Green+Blue) = 154+139+16=309 (40% of max value = 765). Red value is 154 (60.55% from 255 or 49.84% from 309); Green value is 139 (54.69% from 255 or 44.98% from 309); Blue value is 16 (6.64% from 255 or 5.18% from 309); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8B10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A8B10 is #6574EF. Grayscale: #818181. Windows color (decimal): -6649072 or 1084314. OLE color: 1084314.
HSL color Cylindrical-coordinate representation of color #9A8B10: hue angle of 53.48º 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 #9A8B10 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 139 | 16 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.40 |
| HSL | 53.48º | 0.81% | 0.33% | - |
| HSV(B) | 53.48º | 0.9% | 0.6% | - |
| XYZ | 22.65 | 25.37 | 4.19 | - |
| YUV | 129.46 | 63.97 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 139 | 16 | 0 | 0.10 | 0.90 | 0.40 | 53.48 | 0.81 | 0.33 |
| Hex | 9A | 8B | 10 | 0 | A | 5A | 28 | 35 | 51 | 21 |
| Octal | 232 | 213 | 20 | 0 | 12 | 132 | 50 | 65 | 121 | 41 |
| Binary | 10011010 | 10001011 | 10000 | 0 | 1010 | 1011010 | 101000 | 110101 | 1010001 | 100001 |
Color Harmonies of #9A8B10
Complementary color
Monochromatic Colors of #9A8B10
Black with #9A8B10
Text Example
Text Example
White with #9A8B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8B10; }
p { color: rgb(154,139,16); }
H1.HeaderClassName
{
color: #9A8B10;
}
.AnyTagClassName
{
color: #9A8B10;
}
</style>
background-color css
<style>
a { background-color: #9A8B10; }
a { background-color: rgb(154,139,16); }
div.DivClassName
{
background-color: #9A8B10;
}
.BgClassName
{
background-color: #9A8B10;
}
</style>
border-color css
<style>
span { border-color: #9A8B10; }
span { border-color: rgb(154,139,16); }
td.TdClassName
{
border-color: #9A8B10;
}
.TagClassName
{
border-color: #9A8B10;
}
</style>