Shades of Hacienda #9A7D24
Tints of Hacienda #9A7D24
RGB
CMYK
RGB Variations
Color information
#9A7D24 (or 0x9A7D24) is known color: Hacienda. HEX triplet: 9A, 7D and 24. RGB value is (154,125,36). Sum of RGB (Red+Green+Blue) = 154+125+36=315 (41% of max value = 765). Red value is 154 (60.55% from 255 or 48.89% from 315); Green value is 125 (49.22% from 255 or 39.68% from 315); Blue value is 36 (14.45% from 255 or 11.43% from 315); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7D24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7D24 is #6582DB. Grayscale: #7B7B7B. Windows color (decimal): -6652636 or 2391450. OLE color: 2391450.
HSL color Cylindrical-coordinate representation of color #9A7D24: hue angle of 45.25º 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 #9A7D24 is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 125 | 36 | - |
| CMYK | 0 | 0.19 | 0.77 | 0.40 |
| HSL | 45.25º | 0.62% | 0.37% | - |
| HSV(B) | 45.25º | 0.77% | 0.6% | - |
| XYZ | 20.98 | 21.66 | 4.75 | - |
| YUV | 123.53 | 78.61 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 125 | 36 | 0 | 0.19 | 0.77 | 0.40 | 45.25 | 0.62 | 0.37 |
| Hex | 9A | 7D | 24 | 0 | 13 | 4D | 28 | 2D | 3E | 25 |
| Octal | 232 | 175 | 44 | 0 | 23 | 115 | 50 | 55 | 76 | 45 |
| Binary | 10011010 | 1111101 | 100100 | 0 | 10011 | 1001101 | 101000 | 101101 | 111110 | 100101 |
Color Harmonies of #9A7D24
Complementary color
Monochromatic Colors of #9A7D24
Black with #9A7D24
Text Example
Text Example
White with #9A7D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7D24; }
p { color: rgb(154,125,36); }
H1.HeaderClassName
{
color: #9A7D24;
}
.AnyTagClassName
{
color: #9A7D24;
}
</style>
background-color css
<style>
a { background-color: #9A7D24; }
a { background-color: rgb(154,125,36); }
div.DivClassName
{
background-color: #9A7D24;
}
.BgClassName
{
background-color: #9A7D24;
}
</style>
border-color css
<style>
span { border-color: #9A7D24; }
span { border-color: rgb(154,125,36); }
td.TdClassName
{
border-color: #9A7D24;
}
.TagClassName
{
border-color: #9A7D24;
}
</style>