Shades of Golden Brown #A37210
Tints of Golden Brown #A37210
RGB
CMYK
RGB Variations
Color information
#A37210 (or 0xA37210) is known color: Golden Brown. HEX triplet: A3, 72 and 10. RGB value is (163,114,16). Sum of RGB (Red+Green+Blue) = 163+114+16=293 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.63% from 293); Green value is 114 (44.92% from 255 or 38.91% from 293); Blue value is 16 (6.64% from 255 or 5.46% from 293); Max value from RGB is 163 - color contains mainly: red. Hex color #A37210 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37210 is #5C8DEF. Grayscale: #757575. Windows color (decimal): -6065648 or 1077923. OLE color: 1077923.
HSL color Cylindrical-coordinate representation of color #A37210: hue angle of 40º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A37210 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 114 | 16 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.36 |
| HSL | 40º | 0.82% | 0.35% | - |
| HSV(B) | 40º | 0.9% | 0.64% | - |
| XYZ | 21.22 | 19.86 | 3.21 | - |
| YUV | 117.48 | 70.73 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 114 | 16 | 0 | 0.30 | 0.90 | 0.36 | 40 | 0.82 | 0.35 |
| Hex | A3 | 72 | 10 | 0 | 1E | 5A | 24 | 28 | 52 | 23 |
| Octal | 243 | 162 | 20 | 0 | 36 | 132 | 44 | 50 | 122 | 43 |
| Binary | 10100011 | 1110010 | 10000 | 0 | 11110 | 1011010 | 100100 | 101000 | 1010010 | 100011 |
Color Harmonies of #A37210
Complementary color
Monochromatic Colors of #A37210
Black with #A37210
Text Example
Text Example
White with #A37210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37210; }
p { color: rgb(163,114,16); }
H1.HeaderClassName
{
color: #A37210;
}
.AnyTagClassName
{
color: #A37210;
}
</style>
background-color css
<style>
a { background-color: #A37210; }
a { background-color: rgb(163,114,16); }
div.DivClassName
{
background-color: #A37210;
}
.BgClassName
{
background-color: #A37210;
}
</style>
border-color css
<style>
span { border-color: #A37210; }
span { border-color: rgb(163,114,16); }
td.TdClassName
{
border-color: #A37210;
}
.TagClassName
{
border-color: #A37210;
}
</style>