Shades of Hacienda #8F7A16
Tints of Hacienda #8F7A16
RGB
CMYK
RGB Variations
Color information
#8F7A16 (or 0x8F7A16) is known color: Hacienda. HEX triplet: 8F, 7A and 16. RGB value is (143,122,22). Sum of RGB (Red+Green+Blue) = 143+122+22=287 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.83% from 287); Green value is 122 (48.05% from 255 or 42.51% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7A16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F7A16 is #7085E9. Grayscale: #757575. Windows color (decimal): -7374314 or 1473167. OLE color: 1473167.
HSL color Cylindrical-coordinate representation of color #8F7A16: hue angle of 49.59º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8F7A16 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 122 | 22 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.44 |
| HSL | 49.59º | 0.73% | 0.32% | - |
| HSV(B) | 49.59º | 0.85% | 0.56% | - |
| XYZ | 18.43 | 19.82 | 3.61 | - |
| YUV | 116.88 | 74.46 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 122 | 22 | 0 | 0.15 | 0.85 | 0.44 | 49.59 | 0.73 | 0.32 |
| Hex | 8F | 7A | 16 | 0 | F | 55 | 2C | 32 | 49 | 20 |
| Octal | 217 | 172 | 26 | 0 | 17 | 125 | 54 | 62 | 111 | 40 |
| Binary | 10001111 | 1111010 | 10110 | 0 | 1111 | 1010101 | 101100 | 110010 | 1001001 | 100000 |
Color Harmonies of #8F7A16
Complementary color
Monochromatic Colors of #8F7A16
Black with #8F7A16
Text Example
Text Example
White with #8F7A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7A16; }
p { color: rgb(143,122,22); }
H1.HeaderClassName
{
color: #8F7A16;
}
.AnyTagClassName
{
color: #8F7A16;
}
</style>
background-color css
<style>
a { background-color: #8F7A16; }
a { background-color: rgb(143,122,22); }
div.DivClassName
{
background-color: #8F7A16;
}
.BgClassName
{
background-color: #8F7A16;
}
</style>
border-color css
<style>
span { border-color: #8F7A16; }
span { border-color: rgb(143,122,22); }
td.TdClassName
{
border-color: #8F7A16;
}
.TagClassName
{
border-color: #8F7A16;
}
</style>