Shades of Hacienda #9A830A
Tints of Hacienda #9A830A
RGB
CMYK
RGB Variations
Color information
#9A830A (or 0x9A830A) is known color: Hacienda. HEX triplet: 9A, 83 and 0A. RGB value is (154,131,10). Sum of RGB (Red+Green+Blue) = 154+131+10=295 (39% of max value = 765). Red value is 154 (60.55% from 255 or 52.20% from 295); Green value is 131 (51.56% from 255 or 44.41% from 295); Blue value is 10 (4.30% from 255 or 3.39% from 295); Max value from RGB is 154 - color contains mainly: red. Hex color #9A830A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A830A is #657CF5. Grayscale: #7C7C7C. Windows color (decimal): -6651126 or 689050. OLE color: 689050.
HSL color Cylindrical-coordinate representation of color #9A830A: hue angle of 50.42º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A830A is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 131 | 10 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.40 |
| HSL | 50.42º | 0.88% | 0.32% | - |
| HSV(B) | 50.42º | 0.94% | 0.6% | - |
| XYZ | 21.5 | 23.12 | 3.62 | - |
| YUV | 124.08 | 63.62 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 131 | 10 | 0 | 0.15 | 0.94 | 0.40 | 50.42 | 0.88 | 0.32 |
| Hex | 9A | 83 | A | 0 | F | 5E | 28 | 32 | 58 | 20 |
| Octal | 232 | 203 | 12 | 0 | 17 | 136 | 50 | 62 | 130 | 40 |
| Binary | 10011010 | 10000011 | 1010 | 0 | 1111 | 1011110 | 101000 | 110010 | 1011000 | 100000 |
Color Harmonies of #9A830A
Complementary color
Monochromatic Colors of #9A830A
Black with #9A830A
Text Example
Text Example
White with #9A830A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A830A; }
p { color: rgb(154,131,10); }
H1.HeaderClassName
{
color: #9A830A;
}
.AnyTagClassName
{
color: #9A830A;
}
</style>
background-color css
<style>
a { background-color: #9A830A; }
a { background-color: rgb(154,131,10); }
div.DivClassName
{
background-color: #9A830A;
}
.BgClassName
{
background-color: #9A830A;
}
</style>
border-color css
<style>
span { border-color: #9A830A; }
span { border-color: rgb(154,131,10); }
td.TdClassName
{
border-color: #9A830A;
}
.TagClassName
{
border-color: #9A830A;
}
</style>