Shades of Golden Brown #A06D19
Tints of Golden Brown #A06D19
RGB
CMYK
RGB Variations
Color information
#A06D19 (or 0xA06D19) is known color: Golden Brown. HEX triplet: A0, 6D and 19. RGB value is (160,109,25). Sum of RGB (Red+Green+Blue) = 160+109+25=294 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.42% from 294); Green value is 109 (42.97% from 255 or 37.07% from 294); Blue value is 25 (10.16% from 255 or 8.50% from 294); Max value from RGB is 160 - color contains mainly: red. Hex color #A06D19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06D19 is #5F92E6. Grayscale: #737373. Windows color (decimal): -6263527 or 1666464. OLE color: 1666464.
HSL color Cylindrical-coordinate representation of color #A06D19: hue angle of 37.33º degrees, saturation: 0.73, 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 #A06D19 is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 109 | 25 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.37 |
| HSL | 37.33º | 0.73% | 0.36% | - |
| HSV(B) | 37.33º | 0.84% | 0.63% | - |
| XYZ | 20.14 | 18.48 | 3.43 | - |
| YUV | 114.67 | 77.4 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 109 | 25 | 0 | 0.32 | 0.84 | 0.37 | 37.33 | 0.73 | 0.36 |
| Hex | A0 | 6D | 19 | 0 | 20 | 54 | 25 | 25 | 49 | 24 |
| Octal | 240 | 155 | 31 | 0 | 40 | 124 | 45 | 45 | 111 | 44 |
| Binary | 10100000 | 1101101 | 11001 | 0 | 100000 | 1010100 | 100101 | 100101 | 1001001 | 100100 |
Color Harmonies of #A06D19
Complementary color
Monochromatic Colors of #A06D19
Black with #A06D19
Text Example
Text Example
White with #A06D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06D19; }
p { color: rgb(160,109,25); }
H1.HeaderClassName
{
color: #A06D19;
}
.AnyTagClassName
{
color: #A06D19;
}
</style>
background-color css
<style>
a { background-color: #A06D19; }
a { background-color: rgb(160,109,25); }
div.DivClassName
{
background-color: #A06D19;
}
.BgClassName
{
background-color: #A06D19;
}
</style>
border-color css
<style>
span { border-color: #A06D19; }
span { border-color: rgb(160,109,25); }
td.TdClassName
{
border-color: #A06D19;
}
.TagClassName
{
border-color: #A06D19;
}
</style>