Shades of Hacienda #9A790F
Tints of Hacienda #9A790F
RGB
CMYK
RGB Variations
Color information
#9A790F (or 0x9A790F) is known color: Hacienda. HEX triplet: 9A, 79 and 0F. RGB value is (154,121,15). Sum of RGB (Red+Green+Blue) = 154+121+15=290 (38% of max value = 765). Red value is 154 (60.55% from 255 or 53.10% from 290); Green value is 121 (47.66% from 255 or 41.72% from 290); Blue value is 15 (6.25% from 255 or 5.17% from 290); Max value from RGB is 154 - color contains mainly: red. Hex color #9A790F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A790F is #6586F0. Grayscale: #777777. Windows color (decimal): -6653681 or 1014170. OLE color: 1014170.
HSL color Cylindrical-coordinate representation of color #9A790F: hue angle of 45.76º degrees, saturation: 0.82, 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 #9A790F is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 121 | 15 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.40 |
| HSL | 45.76º | 0.82% | 0.33% | - |
| HSV(B) | 45.76º | 0.9% | 0.6% | - |
| XYZ | 20.25 | 20.58 | 3.36 | - |
| YUV | 118.78 | 69.43 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 121 | 15 | 0 | 0.21 | 0.90 | 0.40 | 45.76 | 0.82 | 0.33 |
| Hex | 9A | 79 | F | 0 | 15 | 5A | 28 | 2E | 52 | 21 |
| Octal | 232 | 171 | 17 | 0 | 25 | 132 | 50 | 56 | 122 | 41 |
| Binary | 10011010 | 1111001 | 1111 | 0 | 10101 | 1011010 | 101000 | 101110 | 1010010 | 100001 |
Color Harmonies of #9A790F
Complementary color
Monochromatic Colors of #9A790F
Black with #9A790F
Text Example
Text Example
White with #9A790F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A790F; }
p { color: rgb(154,121,15); }
H1.HeaderClassName
{
color: #9A790F;
}
.AnyTagClassName
{
color: #9A790F;
}
</style>
background-color css
<style>
a { background-color: #9A790F; }
a { background-color: rgb(154,121,15); }
div.DivClassName
{
background-color: #9A790F;
}
.BgClassName
{
background-color: #9A790F;
}
</style>
border-color css
<style>
span { border-color: #9A790F; }
span { border-color: rgb(154,121,15); }
td.TdClassName
{
border-color: #9A790F;
}
.TagClassName
{
border-color: #9A790F;
}
</style>