Shades of Golden Brown #A47110
Tints of Golden Brown #A47110
RGB
CMYK
RGB Variations
Color information
#A47110 (or 0xA47110) is known color: Golden Brown. HEX triplet: A4, 71 and 10. RGB value is (164,113,16). Sum of RGB (Red+Green+Blue) = 164+113+16=293 (38% of max value = 765). Red value is 164 (64.45% from 255 or 55.97% from 293); Green value is 113 (44.53% from 255 or 38.57% from 293); Blue value is 16 (6.64% from 255 or 5.46% from 293); Max value from RGB is 164 - color contains mainly: red. Hex color #A47110 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47110 is #5B8EEF. Grayscale: #757575. Windows color (decimal): -6000368 or 1077668. OLE color: 1077668.
HSL color Cylindrical-coordinate representation of color #A47110: hue angle of 39.32º 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 #A47110 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 113 | 16 | - |
| CMYK | 0 | 0.31 | 0.90 | 0.36 |
| HSL | 39.32º | 0.82% | 0.35% | - |
| HSV(B) | 39.32º | 0.9% | 0.64% | - |
| XYZ | 21.31 | 19.74 | 3.18 | - |
| YUV | 117.19 | 70.9 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 113 | 16 | 0 | 0.31 | 0.90 | 0.36 | 39.32 | 0.82 | 0.35 |
| Hex | A4 | 71 | 10 | 0 | 1F | 5A | 24 | 27 | 52 | 23 |
| Octal | 244 | 161 | 20 | 0 | 37 | 132 | 44 | 47 | 122 | 43 |
| Binary | 10100100 | 1110001 | 10000 | 0 | 11111 | 1011010 | 100100 | 100111 | 1010010 | 100011 |
Color Harmonies of #A47110
Complementary color
Monochromatic Colors of #A47110
Black with #A47110
Text Example
Text Example
White with #A47110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47110; }
p { color: rgb(164,113,16); }
H1.HeaderClassName
{
color: #A47110;
}
.AnyTagClassName
{
color: #A47110;
}
</style>
background-color css
<style>
a { background-color: #A47110; }
a { background-color: rgb(164,113,16); }
div.DivClassName
{
background-color: #A47110;
}
.BgClassName
{
background-color: #A47110;
}
</style>
border-color css
<style>
span { border-color: #A47110; }
span { border-color: rgb(164,113,16); }
td.TdClassName
{
border-color: #A47110;
}
.TagClassName
{
border-color: #A47110;
}
</style>