Shades of Golden Brown #A37606
Tints of Golden Brown #A37606
RGB
CMYK
RGB Variations
Color information
#A37606 (or 0xA37606) is known color: Golden Brown. HEX triplet: A3, 76 and 06. RGB value is (163,118,6). Sum of RGB (Red+Green+Blue) = 163+118+6=287 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.79% from 287); Green value is 118 (46.48% from 255 or 41.11% from 287); Blue value is 6 (2.73% from 255 or 2.09% from 287); Max value from RGB is 163 - color contains mainly: red. Hex color #A37606 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37606 is #5C89F9. Grayscale: #777777. Windows color (decimal): -6064634 or 423587. OLE color: 423587.
HSL color Cylindrical-coordinate representation of color #A37606: hue angle of 42.8º 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 #A37606 is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 118 | 6 | - |
| CMYK | 0 | 0.28 | 0.96 | 0.36 |
| HSL | 42.8º | 0.93% | 0.33% | - |
| HSV(B) | 42.8º | 0.96% | 0.64% | - |
| XYZ | 21.62 | 20.76 | 3.04 | - |
| YUV | 118.69 | 64.41 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 118 | 6 | 0 | 0.28 | 0.96 | 0.36 | 42.8 | 0.93 | 0.33 |
| Hex | A3 | 76 | 6 | 0 | 1C | 60 | 24 | 2B | 5D | 21 |
| Octal | 243 | 166 | 6 | 0 | 34 | 140 | 44 | 53 | 135 | 41 |
| Binary | 10100011 | 1110110 | 110 | 0 | 11100 | 1100000 | 100100 | 101011 | 1011101 | 100001 |
Color Harmonies of #A37606
Complementary color
Monochromatic Colors of #A37606
Black with #A37606
Text Example
Text Example
White with #A37606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37606; }
p { color: rgb(163,118,6); }
H1.HeaderClassName
{
color: #A37606;
}
.AnyTagClassName
{
color: #A37606;
}
</style>
background-color css
<style>
a { background-color: #A37606; }
a { background-color: rgb(163,118,6); }
div.DivClassName
{
background-color: #A37606;
}
.BgClassName
{
background-color: #A37606;
}
</style>
border-color css
<style>
span { border-color: #A37606; }
span { border-color: rgb(163,118,6); }
td.TdClassName
{
border-color: #A37606;
}
.TagClassName
{
border-color: #A37606;
}
</style>