Shades of Hacienda #9A8409
Tints of Hacienda #9A8409
RGB
CMYK
RGB Variations
Color information
#9A8409 (or 0x9A8409) is known color: Hacienda. HEX triplet: 9A, 84 and 09. RGB value is (154,132,9). Sum of RGB (Red+Green+Blue) = 154+132+9=295 (39% of max value = 765). Red value is 154 (60.55% from 255 or 52.20% from 295); Green value is 132 (51.95% from 255 or 44.75% from 295); Blue value is 9 (3.91% from 255 or 3.05% from 295); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8409 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A8409 is #657BF6. Grayscale: #7D7D7D. Windows color (decimal): -6650871 or 623770. OLE color: 623770.
HSL color Cylindrical-coordinate representation of color #9A8409: hue angle of 50.9º 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 #9A8409 is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 132 | 9 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.40 |
| HSL | 50.9º | 0.89% | 0.32% | - |
| HSV(B) | 50.9º | 0.94% | 0.6% | - |
| XYZ | 21.63 | 23.39 | 3.63 | - |
| YUV | 124.56 | 62.79 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 132 | 9 | 0 | 0.14 | 0.94 | 0.40 | 50.9 | 0.89 | 0.32 |
| Hex | 9A | 84 | 9 | 0 | E | 5E | 28 | 33 | 59 | 20 |
| Octal | 232 | 204 | 11 | 0 | 16 | 136 | 50 | 63 | 131 | 40 |
| Binary | 10011010 | 10000100 | 1001 | 0 | 1110 | 1011110 | 101000 | 110011 | 1011001 | 100000 |
Color Harmonies of #9A8409
Complementary color
Monochromatic Colors of #9A8409
Black with #9A8409
Text Example
Text Example
White with #9A8409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8409; }
p { color: rgb(154,132,9); }
H1.HeaderClassName
{
color: #9A8409;
}
.AnyTagClassName
{
color: #9A8409;
}
</style>
background-color css
<style>
a { background-color: #9A8409; }
a { background-color: rgb(154,132,9); }
div.DivClassName
{
background-color: #9A8409;
}
.BgClassName
{
background-color: #9A8409;
}
</style>
border-color css
<style>
span { border-color: #9A8409; }
span { border-color: rgb(154,132,9); }
td.TdClassName
{
border-color: #9A8409;
}
.TagClassName
{
border-color: #9A8409;
}
</style>