Shades of Hacienda #9A8225
Tints of Hacienda #9A8225
RGB
CMYK
RGB Variations
Color information
#9A8225 (or 0x9A8225) is known color: Hacienda. HEX triplet: 9A, 82 and 25. RGB value is (154,130,37). Sum of RGB (Red+Green+Blue) = 154+130+37=321 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.98% from 321); Green value is 130 (51.17% from 255 or 40.50% from 321); Blue value is 37 (14.84% from 255 or 11.53% from 321); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8225 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A8225 is #657DDA. Grayscale: #7E7E7E. Windows color (decimal): -6651355 or 2458266. OLE color: 2458266.
HSL color Cylindrical-coordinate representation of color #9A8225: hue angle of 47.69º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9A8225 is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 130 | 37 | - |
| CMYK | 0 | 0.16 | 0.76 | 0.40 |
| HSL | 47.69º | 0.61% | 0.37% | - |
| HSV(B) | 47.69º | 0.76% | 0.6% | - |
| XYZ | 21.64 | 22.97 | 5.04 | - |
| YUV | 126.57 | 77.45 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 130 | 37 | 0 | 0.16 | 0.76 | 0.40 | 47.69 | 0.61 | 0.37 |
| Hex | 9A | 82 | 25 | 0 | 10 | 4C | 28 | 30 | 3D | 25 |
| Octal | 232 | 202 | 45 | 0 | 20 | 114 | 50 | 60 | 75 | 45 |
| Binary | 10011010 | 10000010 | 100101 | 0 | 10000 | 1001100 | 101000 | 110000 | 111101 | 100101 |
Color Harmonies of #9A8225
Complementary color
Monochromatic Colors of #9A8225
Black with #9A8225
Text Example
Text Example
White with #9A8225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8225; }
p { color: rgb(154,130,37); }
H1.HeaderClassName
{
color: #9A8225;
}
.AnyTagClassName
{
color: #9A8225;
}
</style>
background-color css
<style>
a { background-color: #9A8225; }
a { background-color: rgb(154,130,37); }
div.DivClassName
{
background-color: #9A8225;
}
.BgClassName
{
background-color: #9A8225;
}
</style>
border-color css
<style>
span { border-color: #9A8225; }
span { border-color: rgb(154,130,37); }
td.TdClassName
{
border-color: #9A8225;
}
.TagClassName
{
border-color: #9A8225;
}
</style>