Shades of Hacienda #9A861A
Tints of Hacienda #9A861A
RGB
CMYK
RGB Variations
Color information
#9A861A (or 0x9A861A) is known color: Hacienda. HEX triplet: 9A, 86 and 1A. RGB value is (154,134,26). Sum of RGB (Red+Green+Blue) = 154+134+26=314 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.04% from 314); Green value is 134 (52.73% from 255 or 42.68% from 314); Blue value is 26 (10.55% from 255 or 8.28% from 314); Max value from RGB is 154 - color contains mainly: red. Hex color #9A861A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A861A is #6579E5. Grayscale: #808080. Windows color (decimal): -6650342 or 1738394. OLE color: 1738394.
HSL color Cylindrical-coordinate representation of color #9A861A: hue angle of 50.62º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9A861A is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 134 | 26 | - |
| CMYK | 0 | 0.13 | 0.83 | 0.40 |
| HSL | 50.63º | 0.71% | 0.35% | - |
| HSV(B) | 50.63º | 0.83% | 0.6% | - |
| XYZ | 22.04 | 23.99 | 4.45 | - |
| YUV | 127.67 | 70.63 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 134 | 26 | 0 | 0.13 | 0.83 | 0.40 | 50.63 | 0.71 | 0.35 |
| Hex | 9A | 86 | 1A | 0 | D | 53 | 28 | 33 | 47 | 23 |
| Octal | 232 | 206 | 32 | 0 | 15 | 123 | 50 | 63 | 107 | 43 |
| Binary | 10011010 | 10000110 | 11010 | 0 | 1101 | 1010011 | 101000 | 110011 | 1000111 | 100011 |
Color Harmonies of #9A861A
Complementary color
Monochromatic Colors of #9A861A
Black with #9A861A
Text Example
Text Example
White with #9A861A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A861A; }
p { color: rgb(154,134,26); }
H1.HeaderClassName
{
color: #9A861A;
}
.AnyTagClassName
{
color: #9A861A;
}
</style>
background-color css
<style>
a { background-color: #9A861A; }
a { background-color: rgb(154,134,26); }
div.DivClassName
{
background-color: #9A861A;
}
.BgClassName
{
background-color: #9A861A;
}
</style>
border-color css
<style>
span { border-color: #9A861A; }
span { border-color: rgb(154,134,26); }
td.TdClassName
{
border-color: #9A861A;
}
.TagClassName
{
border-color: #9A861A;
}
</style>