Shades of Golden Brown #A17006
Tints of Golden Brown #A17006
RGB
CMYK
RGB Variations
Color information
#A17006 (or 0xA17006) is known color: Golden Brown. HEX triplet: A1, 70 and 06. RGB value is (161,112,6). Sum of RGB (Red+Green+Blue) = 161+112+6=279 (36% of max value = 765). Red value is 161 (63.28% from 255 or 57.71% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 6 (2.73% from 255 or 2.15% from 279); Max value from RGB is 161 - color contains mainly: red. Hex color #A17006 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17006 is #5E8FF9. Grayscale: #737373. Windows color (decimal): -6197242 or 422049. OLE color: 422049.
HSL color Cylindrical-coordinate representation of color #A17006: hue angle of 41.03º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A17006 is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 112 | 6 | - |
| CMYK | 0 | 0.30 | 0.96 | 0.37 |
| HSL | 41.03º | 0.93% | 0.33% | - |
| HSV(B) | 41.03º | 0.96% | 0.63% | - |
| XYZ | 20.52 | 19.18 | 2.79 | - |
| YUV | 114.57 | 66.73 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 112 | 6 | 0 | 0.30 | 0.96 | 0.37 | 41.03 | 0.93 | 0.33 |
| Hex | A1 | 70 | 6 | 0 | 1E | 60 | 25 | 29 | 5D | 21 |
| Octal | 241 | 160 | 6 | 0 | 36 | 140 | 45 | 51 | 135 | 41 |
| Binary | 10100001 | 1110000 | 110 | 0 | 11110 | 1100000 | 100101 | 101001 | 1011101 | 100001 |
Color Harmonies of #A17006
Complementary color
Monochromatic Colors of #A17006
Black with #A17006
Text Example
Text Example
White with #A17006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17006; }
p { color: rgb(161,112,6); }
H1.HeaderClassName
{
color: #A17006;
}
.AnyTagClassName
{
color: #A17006;
}
</style>
background-color css
<style>
a { background-color: #A17006; }
a { background-color: rgb(161,112,6); }
div.DivClassName
{
background-color: #A17006;
}
.BgClassName
{
background-color: #A17006;
}
</style>
border-color css
<style>
span { border-color: #A17006; }
span { border-color: rgb(161,112,6); }
td.TdClassName
{
border-color: #A17006;
}
.TagClassName
{
border-color: #A17006;
}
</style>