Shades of Golden Brown #A07200
Tints of Golden Brown #A07200
RGB
CMYK
RGB Variations
Color information
#A07200 (or 0xA07200) is known color: Golden Brown. HEX triplet: A0, 72 and 00. RGB value is (160,114,0). Sum of RGB (Red+Green+Blue) = 160+114+0=274 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.39% from 274); Green value is 114 (44.92% from 255 or 41.61% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 160 - color contains mainly: red. Hex color #A07200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07200 is #5F8DFF. Grayscale: #737373. Windows color (decimal): -6262272 or 29344. OLE color: 29344.
HSL color Cylindrical-coordinate representation of color #A07200: hue angle of 42.75º 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 #A07200 is Cyan = 0, Magento = 0.29, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 114 | 0 | - |
| CMYK | 0 | 0.29 | 1 | 0.37 |
| HSL | 42.75º | 1% | 0.31% | - |
| HSV(B) | 42.75º | 1% | 0.63% | - |
| XYZ | 20.51 | 19.51 | 2.68 | - |
| YUV | 114.76 | 63.24 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 114 | 0 | 0 | 0.29 | 1 | 0.37 | 42.75 | 1 | 0.31 |
| Hex | A0 | 72 | 0 | 0 | 1D | 64 | 25 | 2B | 64 | 1F |
| Octal | 240 | 162 | 0 | 0 | 35 | 144 | 45 | 53 | 144 | 37 |
| Binary | 10100000 | 1110010 | 0 | 0 | 11101 | 1100100 | 100101 | 101011 | 1100100 | 11111 |
Color Harmonies of #A07200
Complementary color
Monochromatic Colors of #A07200
Black with #A07200
Text Example
Text Example
White with #A07200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07200; }
p { color: rgb(160,114,0); }
H1.HeaderClassName
{
color: #A07200;
}
.AnyTagClassName
{
color: #A07200;
}
</style>
background-color css
<style>
a { background-color: #A07200; }
a { background-color: rgb(160,114,0); }
div.DivClassName
{
background-color: #A07200;
}
.BgClassName
{
background-color: #A07200;
}
</style>
border-color css
<style>
span { border-color: #A07200; }
span { border-color: rgb(160,114,0); }
td.TdClassName
{
border-color: #A07200;
}
.TagClassName
{
border-color: #A07200;
}
</style>