Shades of Hacienda #9A7F08
Tints of Hacienda #9A7F08
RGB
CMYK
RGB Variations
Color information
#9A7F08 (or 0x9A7F08) is known color: Hacienda. HEX triplet: 9A, 7F and 08. RGB value is (154,127,8). Sum of RGB (Red+Green+Blue) = 154+127+8=289 (38% of max value = 765). Red value is 154 (60.55% from 255 or 53.29% from 289); Green value is 127 (50% from 255 or 43.94% from 289); Blue value is 8 (3.52% from 255 or 2.77% from 289); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7F08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A7F08 is #6580F7. Grayscale: #7A7A7A. Windows color (decimal): -6652152 or 556954. OLE color: 556954.
HSL color Cylindrical-coordinate representation of color #9A7F08: hue angle of 48.9º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9A7F08 is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 127 | 8 | - |
| CMYK | 0 | 0.18 | 0.95 | 0.40 |
| HSL | 48.9º | 0.9% | 0.32% | - |
| HSV(B) | 48.9º | 0.95% | 0.6% | - |
| XYZ | 20.96 | 22.07 | 3.38 | - |
| YUV | 121.51 | 63.95 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 127 | 8 | 0 | 0.18 | 0.95 | 0.40 | 48.9 | 0.9 | 0.32 |
| Hex | 9A | 7F | 8 | 0 | 12 | 5F | 28 | 31 | 5A | 20 |
| Octal | 232 | 177 | 10 | 0 | 22 | 137 | 50 | 61 | 132 | 40 |
| Binary | 10011010 | 1111111 | 1000 | 0 | 10010 | 1011111 | 101000 | 110001 | 1011010 | 100000 |
Color Harmonies of #9A7F08
Complementary color
Monochromatic Colors of #9A7F08
Black with #9A7F08
Text Example
Text Example
White with #9A7F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7F08; }
p { color: rgb(154,127,8); }
H1.HeaderClassName
{
color: #9A7F08;
}
.AnyTagClassName
{
color: #9A7F08;
}
</style>
background-color css
<style>
a { background-color: #9A7F08; }
a { background-color: rgb(154,127,8); }
div.DivClassName
{
background-color: #9A7F08;
}
.BgClassName
{
background-color: #9A7F08;
}
</style>
border-color css
<style>
span { border-color: #9A7F08; }
span { border-color: rgb(154,127,8); }
td.TdClassName
{
border-color: #9A7F08;
}
.TagClassName
{
border-color: #9A7F08;
}
</style>