Shades of Hacienda #9A8908
Tints of Hacienda #9A8908
RGB
CMYK
RGB Variations
Color information
#9A8908 (or 0x9A8908) is known color: Hacienda. HEX triplet: 9A, 89 and 08. RGB value is (154,137,8). Sum of RGB (Red+Green+Blue) = 154+137+8=299 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.51% from 299); Green value is 137 (53.91% from 255 or 45.82% from 299); Blue value is 8 (3.52% from 255 or 2.68% from 299); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8908 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A8908 is #6576F7. Grayscale: #7F7F7F. Windows color (decimal): -6649592 or 559514. OLE color: 559514.
HSL color Cylindrical-coordinate representation of color #9A8908: hue angle of 53.01º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9A8908 is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 137 | 8 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.40 |
| HSL | 53.01º | 0.9% | 0.32% | - |
| HSV(B) | 53.01º | 0.95% | 0.6% | - |
| XYZ | 22.32 | 24.78 | 3.84 | - |
| YUV | 127.38 | 60.63 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 137 | 8 | 0 | 0.11 | 0.95 | 0.40 | 53.01 | 0.9 | 0.32 |
| Hex | 9A | 89 | 8 | 0 | B | 5F | 28 | 35 | 5A | 20 |
| Octal | 232 | 211 | 10 | 0 | 13 | 137 | 50 | 65 | 132 | 40 |
| Binary | 10011010 | 10001001 | 1000 | 0 | 1011 | 1011111 | 101000 | 110101 | 1011010 | 100000 |
Color Harmonies of #9A8908
Complementary color
Monochromatic Colors of #9A8908
Black with #9A8908
Text Example
Text Example
White with #9A8908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8908; }
p { color: rgb(154,137,8); }
H1.HeaderClassName
{
color: #9A8908;
}
.AnyTagClassName
{
color: #9A8908;
}
</style>
background-color css
<style>
a { background-color: #9A8908; }
a { background-color: rgb(154,137,8); }
div.DivClassName
{
background-color: #9A8908;
}
.BgClassName
{
background-color: #9A8908;
}
</style>
border-color css
<style>
span { border-color: #9A8908; }
span { border-color: rgb(154,137,8); }
td.TdClassName
{
border-color: #9A8908;
}
.TagClassName
{
border-color: #9A8908;
}
</style>