Shades of Golden Brown #A06D1E
Tints of Golden Brown #A06D1E
RGB
CMYK
RGB Variations
Color information
#A06D1E (or 0xA06D1E) is known color: Golden Brown. HEX triplet: A0, 6D and 1E. RGB value is (160,109,30). Sum of RGB (Red+Green+Blue) = 160+109+30=299 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.51% from 299); Green value is 109 (42.97% from 255 or 36.45% from 299); Blue value is 30 (12.11% from 255 or 10.03% from 299); Max value from RGB is 160 - color contains mainly: red. Hex color #A06D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06D1E is #5F92E1. Grayscale: #737373. Windows color (decimal): -6263522 or 1994144. OLE color: 1994144.
HSL color Cylindrical-coordinate representation of color #A06D1E: hue angle of 36.46º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A06D1E is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 109 | 30 | - |
| CMYK | 0 | 0.32 | 0.81 | 0.37 |
| HSL | 36.46º | 0.68% | 0.37% | - |
| HSV(B) | 36.46º | 0.81% | 0.63% | - |
| XYZ | 20.2 | 18.5 | 3.74 | - |
| YUV | 115.24 | 79.9 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 109 | 30 | 0 | 0.32 | 0.81 | 0.37 | 36.46 | 0.68 | 0.37 |
| Hex | A0 | 6D | 1E | 0 | 20 | 51 | 25 | 24 | 44 | 25 |
| Octal | 240 | 155 | 36 | 0 | 40 | 121 | 45 | 44 | 104 | 45 |
| Binary | 10100000 | 1101101 | 11110 | 0 | 100000 | 1010001 | 100101 | 100100 | 1000100 | 100101 |
Color Harmonies of #A06D1E
Complementary color
Monochromatic Colors of #A06D1E
Black with #A06D1E
Text Example
Text Example
White with #A06D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06D1E; }
p { color: rgb(160,109,30); }
H1.HeaderClassName
{
color: #A06D1E;
}
.AnyTagClassName
{
color: #A06D1E;
}
</style>
background-color css
<style>
a { background-color: #A06D1E; }
a { background-color: rgb(160,109,30); }
div.DivClassName
{
background-color: #A06D1E;
}
.BgClassName
{
background-color: #A06D1E;
}
</style>
border-color css
<style>
span { border-color: #A06D1E; }
span { border-color: rgb(160,109,30); }
td.TdClassName
{
border-color: #A06D1E;
}
.TagClassName
{
border-color: #A06D1E;
}
</style>