Shades of Golden Brown #A06D1A
Tints of Golden Brown #A06D1A
RGB
CMYK
RGB Variations
Color information
#A06D1A (or 0xA06D1A) is known color: Golden Brown. HEX triplet: A0, 6D and 1A. RGB value is (160,109,26). Sum of RGB (Red+Green+Blue) = 160+109+26=295 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.24% from 295); Green value is 109 (42.97% from 255 or 36.95% from 295); Blue value is 26 (10.55% from 255 or 8.81% from 295); Max value from RGB is 160 - color contains mainly: red. Hex color #A06D1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06D1A is #5F92E5. Grayscale: #737373. Windows color (decimal): -6263526 or 1732000. OLE color: 1732000.
HSL color Cylindrical-coordinate representation of color #A06D1A: hue angle of 37.16º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A06D1A is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 109 | 26 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.37 |
| HSL | 37.16º | 0.72% | 0.36% | - |
| HSV(B) | 37.16º | 0.84% | 0.63% | - |
| XYZ | 20.15 | 18.49 | 3.48 | - |
| YUV | 114.79 | 77.9 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 109 | 26 | 0 | 0.32 | 0.84 | 0.37 | 37.16 | 0.72 | 0.36 |
| Hex | A0 | 6D | 1A | 0 | 20 | 54 | 25 | 25 | 48 | 24 |
| Octal | 240 | 155 | 32 | 0 | 40 | 124 | 45 | 45 | 110 | 44 |
| Binary | 10100000 | 1101101 | 11010 | 0 | 100000 | 1010100 | 100101 | 100101 | 1001000 | 100100 |
Color Harmonies of #A06D1A
Complementary color
Monochromatic Colors of #A06D1A
Black with #A06D1A
Text Example
Text Example
White with #A06D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06D1A; }
p { color: rgb(160,109,26); }
H1.HeaderClassName
{
color: #A06D1A;
}
.AnyTagClassName
{
color: #A06D1A;
}
</style>
background-color css
<style>
a { background-color: #A06D1A; }
a { background-color: rgb(160,109,26); }
div.DivClassName
{
background-color: #A06D1A;
}
.BgClassName
{
background-color: #A06D1A;
}
</style>
border-color css
<style>
span { border-color: #A06D1A; }
span { border-color: rgb(160,109,26); }
td.TdClassName
{
border-color: #A06D1A;
}
.TagClassName
{
border-color: #A06D1A;
}
</style>