Shades of Hacienda #9A7826
Tints of Hacienda #9A7826
RGB
CMYK
RGB Variations
Color information
#9A7826 (or 0x9A7826) is known color: Hacienda. HEX triplet: 9A, 78 and 26. RGB value is (154,120,38). Sum of RGB (Red+Green+Blue) = 154+120+38=312 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.36% from 312); Green value is 120 (47.27% from 255 or 38.46% from 312); Blue value is 38 (15.23% from 255 or 12.18% from 312); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7826 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7826 is #6587D9. Grayscale: #797979. Windows color (decimal): -6653914 or 2521242. OLE color: 2521242.
HSL color Cylindrical-coordinate representation of color #9A7826: hue angle of 42.41º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9A7826 is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 120 | 38 | - |
| CMYK | 0 | 0.22 | 0.75 | 0.40 |
| HSL | 42.41º | 0.6% | 0.38% | - |
| HSV(B) | 42.41º | 0.75% | 0.6% | - |
| XYZ | 20.39 | 20.44 | 4.7 | - |
| YUV | 120.82 | 81.26 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 120 | 38 | 0 | 0.22 | 0.75 | 0.40 | 42.41 | 0.6 | 0.38 |
| Hex | 9A | 78 | 26 | 0 | 16 | 4B | 28 | 2A | 3C | 26 |
| Octal | 232 | 170 | 46 | 0 | 26 | 113 | 50 | 52 | 74 | 46 |
| Binary | 10011010 | 1111000 | 100110 | 0 | 10110 | 1001011 | 101000 | 101010 | 111100 | 100110 |
Color Harmonies of #9A7826
Complementary color
Monochromatic Colors of #9A7826
Black with #9A7826
Text Example
Text Example
White with #9A7826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7826; }
p { color: rgb(154,120,38); }
H1.HeaderClassName
{
color: #9A7826;
}
.AnyTagClassName
{
color: #9A7826;
}
</style>
background-color css
<style>
a { background-color: #9A7826; }
a { background-color: rgb(154,120,38); }
div.DivClassName
{
background-color: #9A7826;
}
.BgClassName
{
background-color: #9A7826;
}
</style>
border-color css
<style>
span { border-color: #9A7826; }
span { border-color: rgb(154,120,38); }
td.TdClassName
{
border-color: #9A7826;
}
.TagClassName
{
border-color: #9A7826;
}
</style>