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