Shades of Golden Brown #A06D17
Tints of Golden Brown #A06D17
RGB
CMYK
RGB Variations
Color information
#A06D17 (or 0xA06D17) is known color: Golden Brown. HEX triplet: A0, 6D and 17. RGB value is (160,109,23). Sum of RGB (Red+Green+Blue) = 160+109+23=292 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.79% from 292); Green value is 109 (42.97% from 255 or 37.33% from 292); Blue value is 23 (9.38% from 255 or 7.88% from 292); Max value from RGB is 160 - color contains mainly: red. Hex color #A06D17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06D17 is #5F92E8. Grayscale: #727272. Windows color (decimal): -6263529 or 1535392. OLE color: 1535392.
HSL color Cylindrical-coordinate representation of color #A06D17: hue angle of 37.66º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A06D17 is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 109 | 23 | - |
| CMYK | 0 | 0.32 | 0.86 | 0.37 |
| HSL | 37.66º | 0.75% | 0.36% | - |
| HSV(B) | 37.66º | 0.86% | 0.63% | - |
| XYZ | 20.12 | 18.47 | 3.32 | - |
| YUV | 114.45 | 76.4 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 109 | 23 | 0 | 0.32 | 0.86 | 0.37 | 37.66 | 0.75 | 0.36 |
| Hex | A0 | 6D | 17 | 0 | 20 | 56 | 25 | 26 | 4B | 24 |
| Octal | 240 | 155 | 27 | 0 | 40 | 126 | 45 | 46 | 113 | 44 |
| Binary | 10100000 | 1101101 | 10111 | 0 | 100000 | 1010110 | 100101 | 100110 | 1001011 | 100100 |
Color Harmonies of #A06D17
Complementary color
Monochromatic Colors of #A06D17
Black with #A06D17
Text Example
Text Example
White with #A06D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06D17; }
p { color: rgb(160,109,23); }
H1.HeaderClassName
{
color: #A06D17;
}
.AnyTagClassName
{
color: #A06D17;
}
</style>
background-color css
<style>
a { background-color: #A06D17; }
a { background-color: rgb(160,109,23); }
div.DivClassName
{
background-color: #A06D17;
}
.BgClassName
{
background-color: #A06D17;
}
</style>
border-color css
<style>
span { border-color: #A06D17; }
span { border-color: rgb(160,109,23); }
td.TdClassName
{
border-color: #A06D17;
}
.TagClassName
{
border-color: #A06D17;
}
</style>