Shades of Golden Brown #A47105
Tints of Golden Brown #A47105
RGB
CMYK
RGB Variations
Color information
#A47105 (or 0xA47105) is known color: Golden Brown. HEX triplet: A4, 71 and 05. RGB value is (164,113,5). Sum of RGB (Red+Green+Blue) = 164+113+5=282 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.16% from 282); Green value is 113 (44.53% from 255 or 40.07% from 282); Blue value is 5 (2.34% from 255 or 1.77% from 282); Max value from RGB is 164 - color contains mainly: red. Hex color #A47105 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47105 is #5B8EFA. Grayscale: #747474. Windows color (decimal): -6000379 or 356772. OLE color: 356772.
HSL color Cylindrical-coordinate representation of color #A47105: hue angle of 40.75º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A47105 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 113 | 5 | - |
| CMYK | 0 | 0.31 | 0.97 | 0.36 |
| HSL | 40.75º | 0.94% | 0.33% | - |
| HSV(B) | 40.75º | 0.97% | 0.64% | - |
| XYZ | 21.24 | 19.71 | 2.83 | - |
| YUV | 115.94 | 65.4 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 113 | 5 | 0 | 0.31 | 0.97 | 0.36 | 40.75 | 0.94 | 0.33 |
| Hex | A4 | 71 | 5 | 0 | 1F | 61 | 24 | 29 | 5E | 21 |
| Octal | 244 | 161 | 5 | 0 | 37 | 141 | 44 | 51 | 136 | 41 |
| Binary | 10100100 | 1110001 | 101 | 0 | 11111 | 1100001 | 100100 | 101001 | 1011110 | 100001 |
Color Harmonies of #A47105
Complementary color
Monochromatic Colors of #A47105
Black with #A47105
Text Example
Text Example
White with #A47105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47105; }
p { color: rgb(164,113,5); }
H1.HeaderClassName
{
color: #A47105;
}
.AnyTagClassName
{
color: #A47105;
}
</style>
background-color css
<style>
a { background-color: #A47105; }
a { background-color: rgb(164,113,5); }
div.DivClassName
{
background-color: #A47105;
}
.BgClassName
{
background-color: #A47105;
}
</style>
border-color css
<style>
span { border-color: #A47105; }
span { border-color: rgb(164,113,5); }
td.TdClassName
{
border-color: #A47105;
}
.TagClassName
{
border-color: #A47105;
}
</style>