Shades of Golden Brown #A47610
Tints of Golden Brown #A47610
RGB
CMYK
RGB Variations
Color information
#A47610 (or 0xA47610) is known color: Golden Brown. HEX triplet: A4, 76 and 10. RGB value is (164,118,16). Sum of RGB (Red+Green+Blue) = 164+118+16=298 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.03% from 298); Green value is 118 (46.48% from 255 or 39.60% from 298); Blue value is 16 (6.64% from 255 or 5.37% from 298); Max value from RGB is 164 - color contains mainly: red. Hex color #A47610 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47610 is #5B89EF. Grayscale: #787878. Windows color (decimal): -5999088 or 1078948. OLE color: 1078948.
HSL color Cylindrical-coordinate representation of color #A47610: hue angle of 41.35º 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 #A47610 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 118 | 16 | - |
| CMYK | 0 | 0.28 | 0.90 | 0.36 |
| HSL | 41.35º | 0.82% | 0.35% | - |
| HSV(B) | 41.35º | 0.9% | 0.64% | - |
| XYZ | 21.88 | 20.89 | 3.37 | - |
| YUV | 120.13 | 69.24 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 118 | 16 | 0 | 0.28 | 0.90 | 0.36 | 41.35 | 0.82 | 0.35 |
| Hex | A4 | 76 | 10 | 0 | 1C | 5A | 24 | 29 | 52 | 23 |
| Octal | 244 | 166 | 20 | 0 | 34 | 132 | 44 | 51 | 122 | 43 |
| Binary | 10100100 | 1110110 | 10000 | 0 | 11100 | 1011010 | 100100 | 101001 | 1010010 | 100011 |
Color Harmonies of #A47610
Complementary color
Monochromatic Colors of #A47610
Black with #A47610
Text Example
Text Example
White with #A47610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47610; }
p { color: rgb(164,118,16); }
H1.HeaderClassName
{
color: #A47610;
}
.AnyTagClassName
{
color: #A47610;
}
</style>
background-color css
<style>
a { background-color: #A47610; }
a { background-color: rgb(164,118,16); }
div.DivClassName
{
background-color: #A47610;
}
.BgClassName
{
background-color: #A47610;
}
</style>
border-color css
<style>
span { border-color: #A47610; }
span { border-color: rgb(164,118,16); }
td.TdClassName
{
border-color: #A47610;
}
.TagClassName
{
border-color: #A47610;
}
</style>