Shades of Hacienda #9A8213
Tints of Hacienda #9A8213
RGB
CMYK
RGB Variations
Color information
#9A8213 (or 0x9A8213) is known color: Hacienda. HEX triplet: 9A, 82 and 13. RGB value is (154,130,19). Sum of RGB (Red+Green+Blue) = 154+130+19=303 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.83% from 303); Green value is 130 (51.17% from 255 or 42.90% from 303); Blue value is 19 (7.81% from 255 or 6.27% from 303); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8213 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A8213 is #657DEC. Grayscale: #7C7C7C. Windows color (decimal): -6651373 or 1278618. OLE color: 1278618.
HSL color Cylindrical-coordinate representation of color #9A8213: hue angle of 49.33º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9A8213 is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 130 | 19 | - |
| CMYK | 0 | 0.16 | 0.88 | 0.40 |
| HSL | 49.33º | 0.78% | 0.34% | - |
| HSV(B) | 49.33º | 0.88% | 0.6% | - |
| XYZ | 21.43 | 22.88 | 3.9 | - |
| YUV | 124.52 | 68.45 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 130 | 19 | 0 | 0.16 | 0.88 | 0.40 | 49.33 | 0.78 | 0.34 |
| Hex | 9A | 82 | 13 | 0 | 10 | 58 | 28 | 31 | 4E | 22 |
| Octal | 232 | 202 | 23 | 0 | 20 | 130 | 50 | 61 | 116 | 42 |
| Binary | 10011010 | 10000010 | 10011 | 0 | 10000 | 1011000 | 101000 | 110001 | 1001110 | 100010 |
Color Harmonies of #9A8213
Complementary color
Monochromatic Colors of #9A8213
Black with #9A8213
Text Example
Text Example
White with #9A8213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8213; }
p { color: rgb(154,130,19); }
H1.HeaderClassName
{
color: #9A8213;
}
.AnyTagClassName
{
color: #9A8213;
}
</style>
background-color css
<style>
a { background-color: #9A8213; }
a { background-color: rgb(154,130,19); }
div.DivClassName
{
background-color: #9A8213;
}
.BgClassName
{
background-color: #9A8213;
}
</style>
border-color css
<style>
span { border-color: #9A8213; }
span { border-color: rgb(154,130,19); }
td.TdClassName
{
border-color: #9A8213;
}
.TagClassName
{
border-color: #9A8213;
}
</style>