Shades of Golden Brown #A47010
Tints of Golden Brown #A47010
RGB
CMYK
RGB Variations
Color information
#A47010 (or 0xA47010) is known color: Golden Brown. HEX triplet: A4, 70 and 10. RGB value is (164,112,16). Sum of RGB (Red+Green+Blue) = 164+112+16=292 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.16% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 16 (6.64% from 255 or 5.48% from 292); Max value from RGB is 164 - color contains mainly: red. Hex color #A47010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47010 is #5B8FEF. Grayscale: #757575. Windows color (decimal): -6000624 or 1077412. OLE color: 1077412.
HSL color Cylindrical-coordinate representation of color #A47010: hue angle of 38.92º 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 #A47010 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 112 | 16 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.36 |
| HSL | 38.92º | 0.82% | 0.35% | - |
| HSV(B) | 38.92º | 0.9% | 0.64% | - |
| XYZ | 21.2 | 19.52 | 3.14 | - |
| YUV | 116.6 | 71.23 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 112 | 16 | 0 | 0.32 | 0.90 | 0.36 | 38.92 | 0.82 | 0.35 |
| Hex | A4 | 70 | 10 | 0 | 20 | 5A | 24 | 27 | 52 | 23 |
| Octal | 244 | 160 | 20 | 0 | 40 | 132 | 44 | 47 | 122 | 43 |
| Binary | 10100100 | 1110000 | 10000 | 0 | 100000 | 1011010 | 100100 | 100111 | 1010010 | 100011 |
Color Harmonies of #A47010
Complementary color
Monochromatic Colors of #A47010
Black with #A47010
Text Example
Text Example
White with #A47010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47010; }
p { color: rgb(164,112,16); }
H1.HeaderClassName
{
color: #A47010;
}
.AnyTagClassName
{
color: #A47010;
}
</style>
background-color css
<style>
a { background-color: #A47010; }
a { background-color: rgb(164,112,16); }
div.DivClassName
{
background-color: #A47010;
}
.BgClassName
{
background-color: #A47010;
}
</style>
border-color css
<style>
span { border-color: #A47010; }
span { border-color: rgb(164,112,16); }
td.TdClassName
{
border-color: #A47010;
}
.TagClassName
{
border-color: #A47010;
}
</style>