Shades of Golden Brown #9A7000
Tints of Golden Brown #9A7000
RGB
CMYK
RGB Variations
Color information
#9A7000 (or 0x9A7000) is known color: Golden Brown. HEX triplet: 9A, 70 and 00. RGB value is (154,112,0). Sum of RGB (Red+Green+Blue) = 154+112+0=266 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.89% from 266); Green value is 112 (44.14% from 255 or 42.11% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A7000 is #658FFF. Grayscale: #707070. Windows color (decimal): -6656000 or 28826. OLE color: 28826.
HSL color Cylindrical-coordinate representation of color #9A7000: hue angle of 43.64º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9A7000 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 112 | 0 | - |
| CMYK | 0 | 0.27 | 1 | 0.40 |
| HSL | 43.64º | 1% | 0.3% | - |
| HSV(B) | 43.64º | 1% | 0.6% | - |
| XYZ | 19.12 | 18.46 | 2.56 | - |
| YUV | 111.79 | 64.91 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 112 | 0 | 0 | 0.27 | 1 | 0.40 | 43.64 | 1 | 0.3 |
| Hex | 9A | 70 | 0 | 0 | 1B | 64 | 28 | 2C | 64 | 1E |
| Octal | 232 | 160 | 0 | 0 | 33 | 144 | 50 | 54 | 144 | 36 |
| Binary | 10011010 | 1110000 | 0 | 0 | 11011 | 1100100 | 101000 | 101100 | 1100100 | 11110 |
Color Harmonies of #9A7000
Complementary color
Monochromatic Colors of #9A7000
Black with #9A7000
Text Example
Text Example
White with #9A7000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7000; }
p { color: rgb(154,112,0); }
H1.HeaderClassName
{
color: #9A7000;
}
.AnyTagClassName
{
color: #9A7000;
}
</style>
background-color css
<style>
a { background-color: #9A7000; }
a { background-color: rgb(154,112,0); }
div.DivClassName
{
background-color: #9A7000;
}
.BgClassName
{
background-color: #9A7000;
}
</style>
border-color css
<style>
span { border-color: #9A7000; }
span { border-color: rgb(154,112,0); }
td.TdClassName
{
border-color: #9A7000;
}
.TagClassName
{
border-color: #9A7000;
}
</style>