Shades of Golden Brown #A37006
Tints of Golden Brown #A37006
RGB
CMYK
RGB Variations
Color information
#A37006 (or 0xA37006) is known color: Golden Brown. HEX triplet: A3, 70 and 06. RGB value is (163,112,6). Sum of RGB (Red+Green+Blue) = 163+112+6=281 (37% of max value = 765). Red value is 163 (64.06% from 255 or 58.01% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 6 (2.73% from 255 or 2.14% from 281); Max value from RGB is 163 - color contains mainly: red. Hex color #A37006 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37006 is #5C8FF9. Grayscale: #737373. Windows color (decimal): -6066170 or 422051. OLE color: 422051.
HSL color Cylindrical-coordinate representation of color #A37006: hue angle of 40.51º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A37006 is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 112 | 6 | - |
| CMYK | 0 | 0.31 | 0.96 | 0.36 |
| HSL | 40.51º | 0.93% | 0.33% | - |
| HSV(B) | 40.51º | 0.96% | 0.64% | - |
| XYZ | 20.93 | 19.39 | 2.81 | - |
| YUV | 115.17 | 66.4 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 112 | 6 | 0 | 0.31 | 0.96 | 0.36 | 40.51 | 0.93 | 0.33 |
| Hex | A3 | 70 | 6 | 0 | 1F | 60 | 24 | 29 | 5D | 21 |
| Octal | 243 | 160 | 6 | 0 | 37 | 140 | 44 | 51 | 135 | 41 |
| Binary | 10100011 | 1110000 | 110 | 0 | 11111 | 1100000 | 100100 | 101001 | 1011101 | 100001 |
Color Harmonies of #A37006
Complementary color
Monochromatic Colors of #A37006
Black with #A37006
Text Example
Text Example
White with #A37006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37006; }
p { color: rgb(163,112,6); }
H1.HeaderClassName
{
color: #A37006;
}
.AnyTagClassName
{
color: #A37006;
}
</style>
background-color css
<style>
a { background-color: #A37006; }
a { background-color: rgb(163,112,6); }
div.DivClassName
{
background-color: #A37006;
}
.BgClassName
{
background-color: #A37006;
}
</style>
border-color css
<style>
span { border-color: #A37006; }
span { border-color: rgb(163,112,6); }
td.TdClassName
{
border-color: #A37006;
}
.TagClassName
{
border-color: #A37006;
}
</style>