Shades of Golden Brown #A07303
Tints of Golden Brown #A07303
RGB
CMYK
RGB Variations
Color information
#A07303 (or 0xA07303) is known color: Golden Brown. HEX triplet: A0, 73 and 03. RGB value is (160,115,3). Sum of RGB (Red+Green+Blue) = 160+115+3=278 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.55% from 278); Green value is 115 (45.31% from 255 or 41.37% from 278); Blue value is 3 (1.56% from 255 or 1.08% from 278); Max value from RGB is 160 - color contains mainly: red. Hex color #A07303 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07303 is #5F8CFC. Grayscale: #747474. Windows color (decimal): -6262013 or 226208. OLE color: 226208.
HSL color Cylindrical-coordinate representation of color #A07303: hue angle of 42.8º 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 #A07303 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 115 | 3 | - |
| CMYK | 0 | 0.28 | 0.98 | 0.37 |
| HSL | 42.8º | 0.96% | 0.32% | - |
| HSV(B) | 42.8º | 0.98% | 0.63% | - |
| XYZ | 20.64 | 19.74 | 2.81 | - |
| YUV | 115.69 | 64.41 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 115 | 3 | 0 | 0.28 | 0.98 | 0.37 | 42.8 | 0.96 | 0.32 |
| Hex | A0 | 73 | 3 | 0 | 1C | 62 | 25 | 2B | 60 | 20 |
| Octal | 240 | 163 | 3 | 0 | 34 | 142 | 45 | 53 | 140 | 40 |
| Binary | 10100000 | 1110011 | 11 | 0 | 11100 | 1100010 | 100101 | 101011 | 1100000 | 100000 |
Color Harmonies of #A07303
Complementary color
Monochromatic Colors of #A07303
Black with #A07303
Text Example
Text Example
White with #A07303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07303; }
p { color: rgb(160,115,3); }
H1.HeaderClassName
{
color: #A07303;
}
.AnyTagClassName
{
color: #A07303;
}
</style>
background-color css
<style>
a { background-color: #A07303; }
a { background-color: rgb(160,115,3); }
div.DivClassName
{
background-color: #A07303;
}
.BgClassName
{
background-color: #A07303;
}
</style>
border-color css
<style>
span { border-color: #A07303; }
span { border-color: rgb(160,115,3); }
td.TdClassName
{
border-color: #A07303;
}
.TagClassName
{
border-color: #A07303;
}
</style>