Shades of Hacienda #9A8317
Tints of Hacienda #9A8317
RGB
CMYK
RGB Variations
Color information
#9A8317 (or 0x9A8317) is known color: Hacienda. HEX triplet: 9A, 83 and 17. RGB value is (154,131,23). Sum of RGB (Red+Green+Blue) = 154+131+23=308 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50% from 308); Green value is 131 (51.56% from 255 or 42.53% from 308); Blue value is 23 (9.38% from 255 or 7.47% from 308); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8317 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A8317 is #657CE8. Grayscale: #7E7E7E. Windows color (decimal): -6651113 or 1541018. OLE color: 1541018.
HSL color Cylindrical-coordinate representation of color #9A8317: hue angle of 49.47º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9A8317 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 131 | 23 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.40 |
| HSL | 49.47º | 0.74% | 0.35% | - |
| HSV(B) | 49.47º | 0.85% | 0.6% | - |
| XYZ | 21.6 | 23.16 | 4.14 | - |
| YUV | 125.57 | 70.12 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 131 | 23 | 0 | 0.15 | 0.85 | 0.40 | 49.47 | 0.74 | 0.35 |
| Hex | 9A | 83 | 17 | 0 | F | 55 | 28 | 31 | 4A | 23 |
| Octal | 232 | 203 | 27 | 0 | 17 | 125 | 50 | 61 | 112 | 43 |
| Binary | 10011010 | 10000011 | 10111 | 0 | 1111 | 1010101 | 101000 | 110001 | 1001010 | 100011 |
Color Harmonies of #9A8317
Complementary color
Monochromatic Colors of #9A8317
Black with #9A8317
Text Example
Text Example
White with #9A8317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8317; }
p { color: rgb(154,131,23); }
H1.HeaderClassName
{
color: #9A8317;
}
.AnyTagClassName
{
color: #9A8317;
}
</style>
background-color css
<style>
a { background-color: #9A8317; }
a { background-color: rgb(154,131,23); }
div.DivClassName
{
background-color: #9A8317;
}
.BgClassName
{
background-color: #9A8317;
}
</style>
border-color css
<style>
span { border-color: #9A8317; }
span { border-color: rgb(154,131,23); }
td.TdClassName
{
border-color: #9A8317;
}
.TagClassName
{
border-color: #9A8317;
}
</style>