Shades of Golden Brown #A07209
Tints of Golden Brown #A07209
RGB
CMYK
RGB Variations
Color information
#A07209 (or 0xA07209) is known color: Golden Brown. HEX triplet: A0, 72 and 09. RGB value is (160,114,9). Sum of RGB (Red+Green+Blue) = 160+114+9=283 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.54% from 283); Green value is 114 (44.92% from 255 or 40.28% from 283); Blue value is 9 (3.91% from 255 or 3.18% from 283); Max value from RGB is 160 - color contains mainly: red. Hex color #A07209 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07209 is #5F8DF6. Grayscale: #747474. Windows color (decimal): -6262263 or 619168. OLE color: 619168.
HSL color Cylindrical-coordinate representation of color #A07209: hue angle of 41.72º 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 #A07209 is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 114 | 9 | - |
| CMYK | 0 | 0.29 | 0.94 | 0.37 |
| HSL | 41.72º | 0.89% | 0.33% | - |
| HSV(B) | 41.72º | 0.94% | 0.63% | - |
| XYZ | 20.56 | 19.53 | 2.94 | - |
| YUV | 115.78 | 67.74 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 114 | 9 | 0 | 0.29 | 0.94 | 0.37 | 41.72 | 0.89 | 0.33 |
| Hex | A0 | 72 | 9 | 0 | 1D | 5E | 25 | 2A | 59 | 21 |
| Octal | 240 | 162 | 11 | 0 | 35 | 136 | 45 | 52 | 131 | 41 |
| Binary | 10100000 | 1110010 | 1001 | 0 | 11101 | 1011110 | 100101 | 101010 | 1011001 | 100001 |
Color Harmonies of #A07209
Complementary color
Monochromatic Colors of #A07209
Black with #A07209
Text Example
Text Example
White with #A07209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07209; }
p { color: rgb(160,114,9); }
H1.HeaderClassName
{
color: #A07209;
}
.AnyTagClassName
{
color: #A07209;
}
</style>
background-color css
<style>
a { background-color: #A07209; }
a { background-color: rgb(160,114,9); }
div.DivClassName
{
background-color: #A07209;
}
.BgClassName
{
background-color: #A07209;
}
</style>
border-color css
<style>
span { border-color: #A07209; }
span { border-color: rgb(160,114,9); }
td.TdClassName
{
border-color: #A07209;
}
.TagClassName
{
border-color: #A07209;
}
</style>