Shades of Hacienda #9A851F
Tints of Hacienda #9A851F
RGB
CMYK
RGB Variations
Color information
#9A851F (or 0x9A851F) is known color: Hacienda. HEX triplet: 9A, 85 and 1F. RGB value is (154,133,31). Sum of RGB (Red+Green+Blue) = 154+133+31=318 (42% of max value = 765). Red value is 154 (60.55% from 255 or 48.43% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 31 (12.5% from 255 or 9.75% from 318); Max value from RGB is 154 - color contains mainly: red. Hex color #9A851F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A851F is #657AE0. Grayscale: #808080. Windows color (decimal): -6650593 or 2065818. OLE color: 2065818.
HSL color Cylindrical-coordinate representation of color #9A851F: hue angle of 49.76º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9A851F is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 133 | 31 | - |
| CMYK | 0 | 0.14 | 0.80 | 0.40 |
| HSL | 49.76º | 0.66% | 0.36% | - |
| HSV(B) | 49.76º | 0.8% | 0.6% | - |
| XYZ | 21.96 | 23.74 | 4.72 | - |
| YUV | 127.65 | 73.46 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 133 | 31 | 0 | 0.14 | 0.80 | 0.40 | 49.76 | 0.66 | 0.36 |
| Hex | 9A | 85 | 1F | 0 | E | 50 | 28 | 32 | 42 | 24 |
| Octal | 232 | 205 | 37 | 0 | 16 | 120 | 50 | 62 | 102 | 44 |
| Binary | 10011010 | 10000101 | 11111 | 0 | 1110 | 1010000 | 101000 | 110010 | 1000010 | 100100 |
Color Harmonies of #9A851F
Complementary color
Monochromatic Colors of #9A851F
Black with #9A851F
Text Example
Text Example
White with #9A851F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A851F; }
p { color: rgb(154,133,31); }
H1.HeaderClassName
{
color: #9A851F;
}
.AnyTagClassName
{
color: #9A851F;
}
</style>
background-color css
<style>
a { background-color: #9A851F; }
a { background-color: rgb(154,133,31); }
div.DivClassName
{
background-color: #9A851F;
}
.BgClassName
{
background-color: #9A851F;
}
</style>
border-color css
<style>
span { border-color: #9A851F; }
span { border-color: rgb(154,133,31); }
td.TdClassName
{
border-color: #9A851F;
}
.TagClassName
{
border-color: #9A851F;
}
</style>