Shades of Golden Brown #A07009
Tints of Golden Brown #A07009
RGB
CMYK
RGB Variations
Color information
#A07009 (or 0xA07009) is known color: Golden Brown. HEX triplet: A0, 70 and 09. RGB value is (160,112,9). Sum of RGB (Red+Green+Blue) = 160+112+9=281 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.94% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 9 (3.91% from 255 or 3.20% from 281); Max value from RGB is 160 - color contains mainly: red. Hex color #A07009 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07009 is #5F8FF6. Grayscale: #737373. Windows color (decimal): -6262775 or 618656. OLE color: 618656.
HSL color Cylindrical-coordinate representation of color #A07009: hue angle of 40.93º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A07009 is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 112 | 9 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.37 |
| HSL | 40.93º | 0.89% | 0.33% | - |
| HSV(B) | 40.93º | 0.94% | 0.63% | - |
| XYZ | 20.34 | 19.08 | 2.87 | - |
| YUV | 114.61 | 68.4 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 112 | 9 | 0 | 0.30 | 0.94 | 0.37 | 40.93 | 0.89 | 0.33 |
| Hex | A0 | 70 | 9 | 0 | 1E | 5E | 25 | 29 | 59 | 21 |
| Octal | 240 | 160 | 11 | 0 | 36 | 136 | 45 | 51 | 131 | 41 |
| Binary | 10100000 | 1110000 | 1001 | 0 | 11110 | 1011110 | 100101 | 101001 | 1011001 | 100001 |
Color Harmonies of #A07009
Complementary color
Monochromatic Colors of #A07009
Black with #A07009
Text Example
Text Example
White with #A07009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07009; }
p { color: rgb(160,112,9); }
H1.HeaderClassName
{
color: #A07009;
}
.AnyTagClassName
{
color: #A07009;
}
</style>
background-color css
<style>
a { background-color: #A07009; }
a { background-color: rgb(160,112,9); }
div.DivClassName
{
background-color: #A07009;
}
.BgClassName
{
background-color: #A07009;
}
</style>
border-color css
<style>
span { border-color: #A07009; }
span { border-color: rgb(160,112,9); }
td.TdClassName
{
border-color: #A07009;
}
.TagClassName
{
border-color: #A07009;
}
</style>