Shades of Hacienda #9A8009
Tints of Hacienda #9A8009
RGB
CMYK
RGB Variations
Color information
#9A8009 (or 0x9A8009) is known color: Hacienda. HEX triplet: 9A, 80 and 09. RGB value is (154,128,9). Sum of RGB (Red+Green+Blue) = 154+128+9=291 (38% of max value = 765). Red value is 154 (60.55% from 255 or 52.92% from 291); Green value is 128 (50.39% from 255 or 43.99% from 291); Blue value is 9 (3.91% from 255 or 3.09% from 291); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8009 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A8009 is #657FF6. Grayscale: #7A7A7A. Windows color (decimal): -6651895 or 622746. OLE color: 622746.
HSL color Cylindrical-coordinate representation of color #9A8009: hue angle of 49.24º 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 #9A8009 is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 128 | 9 | - |
| CMYK | 0 | 0.17 | 0.94 | 0.40 |
| HSL | 49.24º | 0.89% | 0.32% | - |
| HSV(B) | 49.24º | 0.94% | 0.6% | - |
| XYZ | 21.09 | 22.33 | 3.46 | - |
| YUV | 122.21 | 64.11 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 128 | 9 | 0 | 0.17 | 0.94 | 0.40 | 49.24 | 0.89 | 0.32 |
| Hex | 9A | 80 | 9 | 0 | 11 | 5E | 28 | 31 | 59 | 20 |
| Octal | 232 | 200 | 11 | 0 | 21 | 136 | 50 | 61 | 131 | 40 |
| Binary | 10011010 | 10000000 | 1001 | 0 | 10001 | 1011110 | 101000 | 110001 | 1011001 | 100000 |
Color Harmonies of #9A8009
Complementary color
Monochromatic Colors of #9A8009
Black with #9A8009
Text Example
Text Example
White with #9A8009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8009; }
p { color: rgb(154,128,9); }
H1.HeaderClassName
{
color: #9A8009;
}
.AnyTagClassName
{
color: #9A8009;
}
</style>
background-color css
<style>
a { background-color: #9A8009; }
a { background-color: rgb(154,128,9); }
div.DivClassName
{
background-color: #9A8009;
}
.BgClassName
{
background-color: #9A8009;
}
</style>
border-color css
<style>
span { border-color: #9A8009; }
span { border-color: rgb(154,128,9); }
td.TdClassName
{
border-color: #9A8009;
}
.TagClassName
{
border-color: #9A8009;
}
</style>