Shades of Golden Brown #A37010
Tints of Golden Brown #A37010
RGB
CMYK
RGB Variations
Color information
#A37010 (or 0xA37010) is known color: Golden Brown. HEX triplet: A3, 70 and 10. RGB value is (163,112,16). Sum of RGB (Red+Green+Blue) = 163+112+16=291 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.01% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 16 (6.64% from 255 or 5.50% from 291); Max value from RGB is 163 - color contains mainly: red. Hex color #A37010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37010 is #5C8FEF. Grayscale: #747474. Windows color (decimal): -6066160 or 1077411. OLE color: 1077411.
HSL color Cylindrical-coordinate representation of color #A37010: hue angle of 39.18º 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 #A37010 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 112 | 16 | - |
| CMYK | 0 | 0.31 | 0.90 | 0.36 |
| HSL | 39.18º | 0.82% | 0.35% | - |
| HSV(B) | 39.18º | 0.9% | 0.64% | - |
| XYZ | 20.99 | 19.41 | 3.13 | - |
| YUV | 116.31 | 71.4 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 112 | 16 | 0 | 0.31 | 0.90 | 0.36 | 39.18 | 0.82 | 0.35 |
| Hex | A3 | 70 | 10 | 0 | 1F | 5A | 24 | 27 | 52 | 23 |
| Octal | 243 | 160 | 20 | 0 | 37 | 132 | 44 | 47 | 122 | 43 |
| Binary | 10100011 | 1110000 | 10000 | 0 | 11111 | 1011010 | 100100 | 100111 | 1010010 | 100011 |
Color Harmonies of #A37010
Complementary color
Monochromatic Colors of #A37010
Black with #A37010
Text Example
Text Example
White with #A37010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37010; }
p { color: rgb(163,112,16); }
H1.HeaderClassName
{
color: #A37010;
}
.AnyTagClassName
{
color: #A37010;
}
</style>
background-color css
<style>
a { background-color: #A37010; }
a { background-color: rgb(163,112,16); }
div.DivClassName
{
background-color: #A37010;
}
.BgClassName
{
background-color: #A37010;
}
</style>
border-color css
<style>
span { border-color: #A37010; }
span { border-color: rgb(163,112,16); }
td.TdClassName
{
border-color: #A37010;
}
.TagClassName
{
border-color: #A37010;
}
</style>