Shades of Hacienda #9A7B0F
Tints of Hacienda #9A7B0F
RGB
CMYK
RGB Variations
Color information
#9A7B0F (or 0x9A7B0F) is known color: Hacienda. HEX triplet: 9A, 7B and 0F. RGB value is (154,123,15). Sum of RGB (Red+Green+Blue) = 154+123+15=292 (38% of max value = 765). Red value is 154 (60.55% from 255 or 52.74% from 292); Green value is 123 (48.44% from 255 or 42.12% from 292); Blue value is 15 (6.25% from 255 or 5.14% from 292); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7B0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A7B0F is #6584F0. Grayscale: #787878. Windows color (decimal): -6653169 or 1014682. OLE color: 1014682.
HSL color Cylindrical-coordinate representation of color #9A7B0F: hue angle of 46.62º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A7B0F is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 123 | 15 | - |
| CMYK | 0 | 0.20 | 0.90 | 0.40 |
| HSL | 46.62º | 0.82% | 0.33% | - |
| HSV(B) | 46.62º | 0.9% | 0.6% | - |
| XYZ | 20.5 | 21.07 | 3.44 | - |
| YUV | 119.96 | 68.77 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 123 | 15 | 0 | 0.20 | 0.90 | 0.40 | 46.62 | 0.82 | 0.33 |
| Hex | 9A | 7B | F | 0 | 14 | 5A | 28 | 2F | 52 | 21 |
| Octal | 232 | 173 | 17 | 0 | 24 | 132 | 50 | 57 | 122 | 41 |
| Binary | 10011010 | 1111011 | 1111 | 0 | 10100 | 1011010 | 101000 | 101111 | 1010010 | 100001 |
Color Harmonies of #9A7B0F
Complementary color
Monochromatic Colors of #9A7B0F
Black with #9A7B0F
Text Example
Text Example
White with #9A7B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7B0F; }
p { color: rgb(154,123,15); }
H1.HeaderClassName
{
color: #9A7B0F;
}
.AnyTagClassName
{
color: #9A7B0F;
}
</style>
background-color css
<style>
a { background-color: #9A7B0F; }
a { background-color: rgb(154,123,15); }
div.DivClassName
{
background-color: #9A7B0F;
}
.BgClassName
{
background-color: #9A7B0F;
}
</style>
border-color css
<style>
span { border-color: #9A7B0F; }
span { border-color: rgb(154,123,15); }
td.TdClassName
{
border-color: #9A7B0F;
}
.TagClassName
{
border-color: #9A7B0F;
}
</style>