Shades of Hacienda #9A851C
Tints of Hacienda #9A851C
RGB
CMYK
RGB Variations
Color information
#9A851C (or 0x9A851C) is known color: Hacienda. HEX triplet: 9A, 85 and 1C. RGB value is (154,133,28). Sum of RGB (Red+Green+Blue) = 154+133+28=315 (41% of max value = 765). Red value is 154 (60.55% from 255 or 48.89% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 28 (11.33% from 255 or 8.89% from 315); Max value from RGB is 154 - color contains mainly: red. Hex color #9A851C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A851C is #657AE3. Grayscale: #7F7F7F. Windows color (decimal): -6650596 or 1869210. OLE color: 1869210.
HSL color Cylindrical-coordinate representation of color #9A851C: hue angle of 50º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9A851C is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 133 | 28 | - |
| CMYK | 0 | 0.14 | 0.82 | 0.40 |
| HSL | 50º | 0.69% | 0.36% | - |
| HSV(B) | 50º | 0.82% | 0.6% | - |
| XYZ | 21.92 | 23.73 | 4.52 | - |
| YUV | 127.31 | 71.96 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 133 | 28 | 0 | 0.14 | 0.82 | 0.40 | 50 | 0.69 | 0.36 |
| Hex | 9A | 85 | 1C | 0 | E | 52 | 28 | 32 | 45 | 24 |
| Octal | 232 | 205 | 34 | 0 | 16 | 122 | 50 | 62 | 105 | 44 |
| Binary | 10011010 | 10000101 | 11100 | 0 | 1110 | 1010010 | 101000 | 110010 | 1000101 | 100100 |
Color Harmonies of #9A851C
Complementary color
Monochromatic Colors of #9A851C
Black with #9A851C
Text Example
Text Example
White with #9A851C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A851C; }
p { color: rgb(154,133,28); }
H1.HeaderClassName
{
color: #9A851C;
}
.AnyTagClassName
{
color: #9A851C;
}
</style>
background-color css
<style>
a { background-color: #9A851C; }
a { background-color: rgb(154,133,28); }
div.DivClassName
{
background-color: #9A851C;
}
.BgClassName
{
background-color: #9A851C;
}
</style>
border-color css
<style>
span { border-color: #9A851C; }
span { border-color: rgb(154,133,28); }
td.TdClassName
{
border-color: #9A851C;
}
.TagClassName
{
border-color: #9A851C;
}
</style>