Shades of Hacienda #9A7724
Tints of Hacienda #9A7724
RGB
CMYK
RGB Variations
Color information
#9A7724 (or 0x9A7724) is known color: Hacienda. HEX triplet: 9A, 77 and 24. RGB value is (154,119,36). Sum of RGB (Red+Green+Blue) = 154+119+36=309 (40% of max value = 765). Red value is 154 (60.55% from 255 or 49.84% from 309); Green value is 119 (46.88% from 255 or 38.51% from 309); Blue value is 36 (14.45% from 255 or 11.65% from 309); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7724 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7724 is #6588DB. Grayscale: #787878. Windows color (decimal): -6654172 or 2389914. OLE color: 2389914.
HSL color Cylindrical-coordinate representation of color #9A7724: hue angle of 42.2º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9A7724 is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 119 | 36 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.40 |
| HSL | 42.2º | 0.62% | 0.37% | - |
| HSV(B) | 42.2º | 0.77% | 0.6% | - |
| XYZ | 20.24 | 20.19 | 4.5 | - |
| YUV | 120 | 80.6 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 119 | 36 | 0 | 0.23 | 0.77 | 0.40 | 42.2 | 0.62 | 0.37 |
| Hex | 9A | 77 | 24 | 0 | 17 | 4D | 28 | 2A | 3E | 25 |
| Octal | 232 | 167 | 44 | 0 | 27 | 115 | 50 | 52 | 76 | 45 |
| Binary | 10011010 | 1110111 | 100100 | 0 | 10111 | 1001101 | 101000 | 101010 | 111110 | 100101 |
Color Harmonies of #9A7724
Complementary color
Monochromatic Colors of #9A7724
Black with #9A7724
Text Example
Text Example
White with #9A7724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7724; }
p { color: rgb(154,119,36); }
H1.HeaderClassName
{
color: #9A7724;
}
.AnyTagClassName
{
color: #9A7724;
}
</style>
background-color css
<style>
a { background-color: #9A7724; }
a { background-color: rgb(154,119,36); }
div.DivClassName
{
background-color: #9A7724;
}
.BgClassName
{
background-color: #9A7724;
}
</style>
border-color css
<style>
span { border-color: #9A7724; }
span { border-color: rgb(154,119,36); }
td.TdClassName
{
border-color: #9A7724;
}
.TagClassName
{
border-color: #9A7724;
}
</style>