Shades of Golden Brown #A46D17
Tints of Golden Brown #A46D17
RGB
CMYK
RGB Variations
Color information
#A46D17 (or 0xA46D17) is known color: Golden Brown. HEX triplet: A4, 6D and 17. RGB value is (164,109,23). Sum of RGB (Red+Green+Blue) = 164+109+23=296 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.41% from 296); Green value is 109 (42.97% from 255 or 36.82% from 296); Blue value is 23 (9.38% from 255 or 7.77% from 296); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46D17 is #5B92E8. Grayscale: #747474. Windows color (decimal): -6001385 or 1535396. OLE color: 1535396.
HSL color Cylindrical-coordinate representation of color #A46D17: hue angle of 36.6º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A46D17 is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 109 | 23 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.36 |
| HSL | 36.6º | 0.75% | 0.37% | - |
| HSV(B) | 36.6º | 0.86% | 0.64% | - |
| XYZ | 20.93 | 18.89 | 3.35 | - |
| YUV | 115.64 | 75.72 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 109 | 23 | 0 | 0.34 | 0.86 | 0.36 | 36.6 | 0.75 | 0.37 |
| Hex | A4 | 6D | 17 | 0 | 22 | 56 | 24 | 25 | 4B | 25 |
| Octal | 244 | 155 | 27 | 0 | 42 | 126 | 44 | 45 | 113 | 45 |
| Binary | 10100100 | 1101101 | 10111 | 0 | 100010 | 1010110 | 100100 | 100101 | 1001011 | 100101 |
Color Harmonies of #A46D17
Complementary color
Monochromatic Colors of #A46D17
Black with #A46D17
Text Example
Text Example
White with #A46D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46D17; }
p { color: rgb(164,109,23); }
H1.HeaderClassName
{
color: #A46D17;
}
.AnyTagClassName
{
color: #A46D17;
}
</style>
background-color css
<style>
a { background-color: #A46D17; }
a { background-color: rgb(164,109,23); }
div.DivClassName
{
background-color: #A46D17;
}
.BgClassName
{
background-color: #A46D17;
}
</style>
border-color css
<style>
span { border-color: #A46D17; }
span { border-color: rgb(164,109,23); }
td.TdClassName
{
border-color: #A46D17;
}
.TagClassName
{
border-color: #A46D17;
}
</style>