Shades of Hacienda #9A8A0A
Tints of Hacienda #9A8A0A
RGB
CMYK
RGB Variations
Color information
#9A8A0A (or 0x9A8A0A) is known color: Hacienda. HEX triplet: 9A, 8A and 0A. RGB value is (154,138,10). Sum of RGB (Red+Green+Blue) = 154+138+10=302 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.99% from 302); Green value is 138 (54.30% from 255 or 45.70% from 302); Blue value is 10 (4.30% from 255 or 3.31% from 302); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8A0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A8A0A is #6575F5. Grayscale: #808080. Windows color (decimal): -6649334 or 690842. OLE color: 690842.
HSL color Cylindrical-coordinate representation of color #9A8A0A: hue angle of 53.33º degrees, saturation: 0.88, 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 #9A8A0A is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 138 | 10 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.40 |
| HSL | 53.33º | 0.88% | 0.32% | - |
| HSV(B) | 53.33º | 0.94% | 0.6% | - |
| XYZ | 22.47 | 25.07 | 3.94 | - |
| YUV | 128.19 | 61.3 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 138 | 10 | 0 | 0.10 | 0.94 | 0.40 | 53.33 | 0.88 | 0.32 |
| Hex | 9A | 8A | A | 0 | A | 5E | 28 | 35 | 58 | 20 |
| Octal | 232 | 212 | 12 | 0 | 12 | 136 | 50 | 65 | 130 | 40 |
| Binary | 10011010 | 10001010 | 1010 | 0 | 1010 | 1011110 | 101000 | 110101 | 1011000 | 100000 |
Color Harmonies of #9A8A0A
Complementary color
Monochromatic Colors of #9A8A0A
Black with #9A8A0A
Text Example
Text Example
White with #9A8A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8A0A; }
p { color: rgb(154,138,10); }
H1.HeaderClassName
{
color: #9A8A0A;
}
.AnyTagClassName
{
color: #9A8A0A;
}
</style>
background-color css
<style>
a { background-color: #9A8A0A; }
a { background-color: rgb(154,138,10); }
div.DivClassName
{
background-color: #9A8A0A;
}
.BgClassName
{
background-color: #9A8A0A;
}
</style>
border-color css
<style>
span { border-color: #9A8A0A; }
span { border-color: rgb(154,138,10); }
td.TdClassName
{
border-color: #9A8A0A;
}
.TagClassName
{
border-color: #9A8A0A;
}
</style>