Shades of Hacienda #9A8709
Tints of Hacienda #9A8709
RGB
CMYK
RGB Variations
Color information
#9A8709 (or 0x9A8709) is known color: Hacienda. HEX triplet: 9A, 87 and 09. RGB value is (154,135,9). Sum of RGB (Red+Green+Blue) = 154+135+9=298 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.68% from 298); Green value is 135 (53.12% from 255 or 45.30% from 298); Blue value is 9 (3.91% from 255 or 3.02% from 298); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8709 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A8709 is #6578F6. Grayscale: #7E7E7E. Windows color (decimal): -6650103 or 624538. OLE color: 624538.
HSL color Cylindrical-coordinate representation of color #9A8709: hue angle of 52.14º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A8709 is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 135 | 9 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.40 |
| HSL | 52.14º | 0.89% | 0.32% | - |
| HSV(B) | 52.14º | 0.94% | 0.6% | - |
| XYZ | 22.04 | 24.22 | 3.77 | - |
| YUV | 126.32 | 61.79 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 135 | 9 | 0 | 0.12 | 0.94 | 0.40 | 52.14 | 0.89 | 0.32 |
| Hex | 9A | 87 | 9 | 0 | C | 5E | 28 | 34 | 59 | 20 |
| Octal | 232 | 207 | 11 | 0 | 14 | 136 | 50 | 64 | 131 | 40 |
| Binary | 10011010 | 10000111 | 1001 | 0 | 1100 | 1011110 | 101000 | 110100 | 1011001 | 100000 |
Color Harmonies of #9A8709
Complementary color
Monochromatic Colors of #9A8709
Black with #9A8709
Text Example
Text Example
White with #9A8709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8709; }
p { color: rgb(154,135,9); }
H1.HeaderClassName
{
color: #9A8709;
}
.AnyTagClassName
{
color: #9A8709;
}
</style>
background-color css
<style>
a { background-color: #9A8709; }
a { background-color: rgb(154,135,9); }
div.DivClassName
{
background-color: #9A8709;
}
.BgClassName
{
background-color: #9A8709;
}
</style>
border-color css
<style>
span { border-color: #9A8709; }
span { border-color: rgb(154,135,9); }
td.TdClassName
{
border-color: #9A8709;
}
.TagClassName
{
border-color: #9A8709;
}
</style>