Shades of Golden Brown #A07703
Tints of Golden Brown #A07703
RGB
CMYK
RGB Variations
Color information
#A07703 (or 0xA07703) is known color: Golden Brown. HEX triplet: A0, 77 and 03. RGB value is (160,119,3). Sum of RGB (Red+Green+Blue) = 160+119+3=282 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.74% from 282); Green value is 119 (46.88% from 255 or 42.20% from 282); Blue value is 3 (1.56% from 255 or 1.06% from 282); Max value from RGB is 160 - color contains mainly: red. Hex color #A07703 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07703 is #5F88FC. Grayscale: #767676. Windows color (decimal): -6260989 or 227232. OLE color: 227232.
HSL color Cylindrical-coordinate representation of color #A07703: hue angle of 44.33º 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 #A07703 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 119 | 3 | - |
| CMYK | 0 | 0.26 | 0.98 | 0.37 |
| HSL | 44.33º | 0.96% | 0.32% | - |
| HSV(B) | 44.33º | 0.98% | 0.63% | - |
| XYZ | 21.11 | 20.67 | 2.96 | - |
| YUV | 118.04 | 63.08 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 119 | 3 | 0 | 0.26 | 0.98 | 0.37 | 44.33 | 0.96 | 0.32 |
| Hex | A0 | 77 | 3 | 0 | 1A | 62 | 25 | 2C | 60 | 20 |
| Octal | 240 | 167 | 3 | 0 | 32 | 142 | 45 | 54 | 140 | 40 |
| Binary | 10100000 | 1110111 | 11 | 0 | 11010 | 1100010 | 100101 | 101100 | 1100000 | 100000 |
Color Harmonies of #A07703
Complementary color
Monochromatic Colors of #A07703
Black with #A07703
Text Example
Text Example
White with #A07703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07703; }
p { color: rgb(160,119,3); }
H1.HeaderClassName
{
color: #A07703;
}
.AnyTagClassName
{
color: #A07703;
}
</style>
background-color css
<style>
a { background-color: #A07703; }
a { background-color: rgb(160,119,3); }
div.DivClassName
{
background-color: #A07703;
}
.BgClassName
{
background-color: #A07703;
}
</style>
border-color css
<style>
span { border-color: #A07703; }
span { border-color: rgb(160,119,3); }
td.TdClassName
{
border-color: #A07703;
}
.TagClassName
{
border-color: #A07703;
}
</style>