Shades of Golden Brown #A06517
Tints of Golden Brown #A06517
RGB
CMYK
RGB Variations
Color information
#A06517 (or 0xA06517) is known color: Golden Brown. HEX triplet: A0, 65 and 17. RGB value is (160,101,23). Sum of RGB (Red+Green+Blue) = 160+101+23=284 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.34% from 284); Green value is 101 (39.84% from 255 or 35.56% from 284); Blue value is 23 (9.38% from 255 or 8.10% from 284); Max value from RGB is 160 - color contains mainly: red. Hex color #A06517 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06517 is #5F9AE8. Grayscale: #6E6E6E. Windows color (decimal): -6265577 or 1533344. OLE color: 1533344.
HSL color Cylindrical-coordinate representation of color #A06517: hue angle of 34.16º 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 #A06517 is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 101 | 23 | - |
| CMYK | 0 | 0.37 | 0.86 | 0.37 |
| HSL | 34.16º | 0.75% | 0.36% | - |
| HSV(B) | 34.16º | 0.86% | 0.63% | - |
| XYZ | 19.31 | 16.84 | 3.04 | - |
| YUV | 109.75 | 79.05 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 101 | 23 | 0 | 0.37 | 0.86 | 0.37 | 34.16 | 0.75 | 0.36 |
| Hex | A0 | 65 | 17 | 0 | 25 | 56 | 25 | 22 | 4B | 24 |
| Octal | 240 | 145 | 27 | 0 | 45 | 126 | 45 | 42 | 113 | 44 |
| Binary | 10100000 | 1100101 | 10111 | 0 | 100101 | 1010110 | 100101 | 100010 | 1001011 | 100100 |
Color Harmonies of #A06517
Complementary color
Monochromatic Colors of #A06517
Black with #A06517
Text Example
Text Example
White with #A06517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06517; }
p { color: rgb(160,101,23); }
H1.HeaderClassName
{
color: #A06517;
}
.AnyTagClassName
{
color: #A06517;
}
</style>
background-color css
<style>
a { background-color: #A06517; }
a { background-color: rgb(160,101,23); }
div.DivClassName
{
background-color: #A06517;
}
.BgClassName
{
background-color: #A06517;
}
</style>
border-color css
<style>
span { border-color: #A06517; }
span { border-color: rgb(160,101,23); }
td.TdClassName
{
border-color: #A06517;
}
.TagClassName
{
border-color: #A06517;
}
</style>