Shades of Golden Brown #A07300
Tints of Golden Brown #A07300
RGB
CMYK
RGB Variations
Color information
#A07300 (or 0xA07300) is known color: Golden Brown. HEX triplet: A0, 73 and 00. RGB value is (160,115,0). Sum of RGB (Red+Green+Blue) = 160+115+0=275 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.18% from 275); Green value is 115 (45.31% from 255 or 41.82% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 160 - color contains mainly: red. Hex color #A07300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07300 is #5F8CFF. Grayscale: #737373. Windows color (decimal): -6262016 or 29600. OLE color: 29600.
HSL color Cylindrical-coordinate representation of color #A07300: hue angle of 43.12º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A07300 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 115 | 0 | - |
| CMYK | 0 | 0.28 | 1 | 0.37 |
| HSL | 43.13º | 1% | 0.31% | - |
| HSV(B) | 43.13º | 1% | 0.63% | - |
| XYZ | 20.63 | 19.74 | 2.72 | - |
| YUV | 115.35 | 62.91 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 115 | 0 | 0 | 0.28 | 1 | 0.37 | 43.13 | 1 | 0.31 |
| Hex | A0 | 73 | 0 | 0 | 1C | 64 | 25 | 2B | 64 | 1F |
| Octal | 240 | 163 | 0 | 0 | 34 | 144 | 45 | 53 | 144 | 37 |
| Binary | 10100000 | 1110011 | 0 | 0 | 11100 | 1100100 | 100101 | 101011 | 1100100 | 11111 |
Color Harmonies of #A07300
Complementary color
Monochromatic Colors of #A07300
Black with #A07300
Text Example
Text Example
White with #A07300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07300; }
p { color: rgb(160,115,0); }
H1.HeaderClassName
{
color: #A07300;
}
.AnyTagClassName
{
color: #A07300;
}
</style>
background-color css
<style>
a { background-color: #A07300; }
a { background-color: rgb(160,115,0); }
div.DivClassName
{
background-color: #A07300;
}
.BgClassName
{
background-color: #A07300;
}
</style>
border-color css
<style>
span { border-color: #A07300; }
span { border-color: rgb(160,115,0); }
td.TdClassName
{
border-color: #A07300;
}
.TagClassName
{
border-color: #A07300;
}
</style>