Shades of Golden Brown #A16D05
Tints of Golden Brown #A16D05
RGB
CMYK
RGB Variations
Color information
#A16D05 (or 0xA16D05) is known color: Golden Brown. HEX triplet: A1, 6D and 05. RGB value is (161,109,5). Sum of RGB (Red+Green+Blue) = 161+109+5=275 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.55% from 275); Green value is 109 (42.97% from 255 or 39.64% from 275); Blue value is 5 (2.34% from 255 or 1.82% from 275); Max value from RGB is 161 - color contains mainly: red. Hex color #A16D05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16D05 is #5E92FA. Grayscale: #717171. Windows color (decimal): -6198011 or 355745. OLE color: 355745.
HSL color Cylindrical-coordinate representation of color #A16D05: hue angle of 40º 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 #A16D05 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 109 | 5 | - |
| CMYK | 0 | 0.32 | 0.97 | 0.37 |
| HSL | 40º | 0.94% | 0.33% | - |
| HSV(B) | 40º | 0.97% | 0.63% | - |
| XYZ | 20.19 | 18.53 | 2.65 | - |
| YUV | 112.69 | 67.23 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 109 | 5 | 0 | 0.32 | 0.97 | 0.37 | 40 | 0.94 | 0.33 |
| Hex | A1 | 6D | 5 | 0 | 20 | 61 | 25 | 28 | 5E | 21 |
| Octal | 241 | 155 | 5 | 0 | 40 | 141 | 45 | 50 | 136 | 41 |
| Binary | 10100001 | 1101101 | 101 | 0 | 100000 | 1100001 | 100101 | 101000 | 1011110 | 100001 |
Color Harmonies of #A16D05
Complementary color
Monochromatic Colors of #A16D05
Black with #A16D05
Text Example
Text Example
White with #A16D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16D05; }
p { color: rgb(161,109,5); }
H1.HeaderClassName
{
color: #A16D05;
}
.AnyTagClassName
{
color: #A16D05;
}
</style>
background-color css
<style>
a { background-color: #A16D05; }
a { background-color: rgb(161,109,5); }
div.DivClassName
{
background-color: #A16D05;
}
.BgClassName
{
background-color: #A16D05;
}
</style>
border-color css
<style>
span { border-color: #A16D05; }
span { border-color: rgb(161,109,5); }
td.TdClassName
{
border-color: #A16D05;
}
.TagClassName
{
border-color: #A16D05;
}
</style>