Shades of Golden Brown #A07003
Tints of Golden Brown #A07003
RGB
CMYK
RGB Variations
Color information
#A07003 (or 0xA07003) is known color: Golden Brown. HEX triplet: A0, 70 and 03. RGB value is (160,112,3). Sum of RGB (Red+Green+Blue) = 160+112+3=275 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.18% from 275); Green value is 112 (44.14% from 255 or 40.73% from 275); Blue value is 3 (1.56% from 255 or 1.09% from 275); Max value from RGB is 160 - color contains mainly: red. Hex color #A07003 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07003 is #5F8FFC. Grayscale: #727272. Windows color (decimal): -6262781 or 225440. OLE color: 225440.
HSL color Cylindrical-coordinate representation of color #A07003: hue angle of 41.66º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A07003 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 112 | 3 | - |
| CMYK | 0 | 0.30 | 0.98 | 0.37 |
| HSL | 41.66º | 0.96% | 0.32% | - |
| HSV(B) | 41.66º | 0.98% | 0.63% | - |
| XYZ | 20.31 | 19.07 | 2.7 | - |
| YUV | 113.93 | 65.4 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 112 | 3 | 0 | 0.30 | 0.98 | 0.37 | 41.66 | 0.96 | 0.32 |
| Hex | A0 | 70 | 3 | 0 | 1E | 62 | 25 | 2A | 60 | 20 |
| Octal | 240 | 160 | 3 | 0 | 36 | 142 | 45 | 52 | 140 | 40 |
| Binary | 10100000 | 1110000 | 11 | 0 | 11110 | 1100010 | 100101 | 101010 | 1100000 | 100000 |
Color Harmonies of #A07003
Complementary color
Monochromatic Colors of #A07003
Black with #A07003
Text Example
Text Example
White with #A07003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07003; }
p { color: rgb(160,112,3); }
H1.HeaderClassName
{
color: #A07003;
}
.AnyTagClassName
{
color: #A07003;
}
</style>
background-color css
<style>
a { background-color: #A07003; }
a { background-color: rgb(160,112,3); }
div.DivClassName
{
background-color: #A07003;
}
.BgClassName
{
background-color: #A07003;
}
</style>
border-color css
<style>
span { border-color: #A07003; }
span { border-color: rgb(160,112,3); }
td.TdClassName
{
border-color: #A07003;
}
.TagClassName
{
border-color: #A07003;
}
</style>