Shades of Golden Brown #9A700A
Tints of Golden Brown #9A700A
RGB
CMYK
RGB Variations
Color information
#9A700A (or 0x9A700A) is known color: Golden Brown. HEX triplet: 9A, 70 and 0A. RGB value is (154,112,10). Sum of RGB (Red+Green+Blue) = 154+112+10=276 (36% of max value = 765). Red value is 154 (60.55% from 255 or 55.80% from 276); Green value is 112 (44.14% from 255 or 40.58% from 276); Blue value is 10 (4.30% from 255 or 3.62% from 276); Max value from RGB is 154 - color contains mainly: red. Hex color #9A700A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A700A is #658FF5. Grayscale: #717171. Windows color (decimal): -6655990 or 684186. OLE color: 684186.
HSL color Cylindrical-coordinate representation of color #9A700A: hue angle of 42.5º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A700A is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 112 | 10 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.40 |
| HSL | 42.5º | 0.88% | 0.32% | - |
| HSV(B) | 42.5º | 0.94% | 0.6% | - |
| XYZ | 19.18 | 18.48 | 2.84 | - |
| YUV | 112.93 | 69.91 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 112 | 10 | 0 | 0.27 | 0.94 | 0.40 | 42.5 | 0.88 | 0.32 |
| Hex | 9A | 70 | A | 0 | 1B | 5E | 28 | 2A | 58 | 20 |
| Octal | 232 | 160 | 12 | 0 | 33 | 136 | 50 | 52 | 130 | 40 |
| Binary | 10011010 | 1110000 | 1010 | 0 | 11011 | 1011110 | 101000 | 101010 | 1011000 | 100000 |
Color Harmonies of #9A700A
Complementary color
Monochromatic Colors of #9A700A
Black with #9A700A
Text Example
Text Example
White with #9A700A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A700A; }
p { color: rgb(154,112,10); }
H1.HeaderClassName
{
color: #9A700A;
}
.AnyTagClassName
{
color: #9A700A;
}
</style>
background-color css
<style>
a { background-color: #9A700A; }
a { background-color: rgb(154,112,10); }
div.DivClassName
{
background-color: #9A700A;
}
.BgClassName
{
background-color: #9A700A;
}
</style>
border-color css
<style>
span { border-color: #9A700A; }
span { border-color: rgb(154,112,10); }
td.TdClassName
{
border-color: #9A700A;
}
.TagClassName
{
border-color: #9A700A;
}
</style>