Shades of Hacienda #9A850D
Tints of Hacienda #9A850D
RGB
CMYK
RGB Variations
Color information
#9A850D (or 0x9A850D) is known color: Hacienda. HEX triplet: 9A, 85 and 0D. RGB value is (154,133,13). Sum of RGB (Red+Green+Blue) = 154+133+13=300 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.33% from 300); Green value is 133 (52.34% from 255 or 44.33% from 300); Blue value is 13 (5.47% from 255 or 4.33% from 300); Max value from RGB is 154 - color contains mainly: red. Hex color #9A850D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A850D is #657AF2. Grayscale: #7E7E7E. Windows color (decimal): -6650611 or 886170. OLE color: 886170.
HSL color Cylindrical-coordinate representation of color #9A850D: hue angle of 51.06º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9A850D is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 133 | 13 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.40 |
| HSL | 51.06º | 0.84% | 0.33% | - |
| HSV(B) | 51.06º | 0.92% | 0.6% | - |
| XYZ | 21.79 | 23.67 | 3.8 | - |
| YUV | 125.6 | 64.46 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 133 | 13 | 0 | 0.14 | 0.92 | 0.40 | 51.06 | 0.84 | 0.33 |
| Hex | 9A | 85 | D | 0 | E | 5C | 28 | 33 | 54 | 21 |
| Octal | 232 | 205 | 15 | 0 | 16 | 134 | 50 | 63 | 124 | 41 |
| Binary | 10011010 | 10000101 | 1101 | 0 | 1110 | 1011100 | 101000 | 110011 | 1010100 | 100001 |
Color Harmonies of #9A850D
Complementary color
Monochromatic Colors of #9A850D
Black with #9A850D
Text Example
Text Example
White with #9A850D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A850D; }
p { color: rgb(154,133,13); }
H1.HeaderClassName
{
color: #9A850D;
}
.AnyTagClassName
{
color: #9A850D;
}
</style>
background-color css
<style>
a { background-color: #9A850D; }
a { background-color: rgb(154,133,13); }
div.DivClassName
{
background-color: #9A850D;
}
.BgClassName
{
background-color: #9A850D;
}
</style>
border-color css
<style>
span { border-color: #9A850D; }
span { border-color: rgb(154,133,13); }
td.TdClassName
{
border-color: #9A850D;
}
.TagClassName
{
border-color: #9A850D;
}
</style>