Shades of Golden Brown #A17105
Tints of Golden Brown #A17105
RGB
CMYK
RGB Variations
Color information
#A17105 (or 0xA17105) is known color: Golden Brown. HEX triplet: A1, 71 and 05. RGB value is (161,113,5). Sum of RGB (Red+Green+Blue) = 161+113+5=279 (36% of max value = 765). Red value is 161 (63.28% from 255 or 57.71% from 279); Green value is 113 (44.53% from 255 or 40.50% from 279); Blue value is 5 (2.34% from 255 or 1.79% from 279); Max value from RGB is 161 - color contains mainly: red. Hex color #A17105 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17105 is #5E8EFA. Grayscale: #737373. Windows color (decimal): -6196987 or 356769. OLE color: 356769.
HSL color Cylindrical-coordinate representation of color #A17105: hue angle of 41.54º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A17105 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 113 | 5 | - |
| CMYK | 0 | 0.30 | 0.97 | 0.37 |
| HSL | 41.54º | 0.94% | 0.33% | - |
| HSV(B) | 41.54º | 0.97% | 0.63% | - |
| XYZ | 20.63 | 19.4 | 2.8 | - |
| YUV | 115.04 | 65.9 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 113 | 5 | 0 | 0.30 | 0.97 | 0.37 | 41.54 | 0.94 | 0.33 |
| Hex | A1 | 71 | 5 | 0 | 1E | 61 | 25 | 2A | 5E | 21 |
| Octal | 241 | 161 | 5 | 0 | 36 | 141 | 45 | 52 | 136 | 41 |
| Binary | 10100001 | 1110001 | 101 | 0 | 11110 | 1100001 | 100101 | 101010 | 1011110 | 100001 |
Color Harmonies of #A17105
Complementary color
Monochromatic Colors of #A17105
Black with #A17105
Text Example
Text Example
White with #A17105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17105; }
p { color: rgb(161,113,5); }
H1.HeaderClassName
{
color: #A17105;
}
.AnyTagClassName
{
color: #A17105;
}
</style>
background-color css
<style>
a { background-color: #A17105; }
a { background-color: rgb(161,113,5); }
div.DivClassName
{
background-color: #A17105;
}
.BgClassName
{
background-color: #A17105;
}
</style>
border-color css
<style>
span { border-color: #A17105; }
span { border-color: rgb(161,113,5); }
td.TdClassName
{
border-color: #A17105;
}
.TagClassName
{
border-color: #A17105;
}
</style>