Shades of Golden Brown #A46F17
Tints of Golden Brown #A46F17
RGB
CMYK
RGB Variations
Color information
#A46F17 (or 0xA46F17) is known color: Golden Brown. HEX triplet: A4, 6F and 17. RGB value is (164,111,23). Sum of RGB (Red+Green+Blue) = 164+111+23=298 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.03% from 298); Green value is 111 (43.75% from 255 or 37.25% from 298); Blue value is 23 (9.38% from 255 or 7.72% from 298); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46F17 is #5B90E8. Grayscale: #757575. Windows color (decimal): -6000873 or 1535908. OLE color: 1535908.
HSL color Cylindrical-coordinate representation of color #A46F17: hue angle of 37.45º 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 #A46F17 is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 111 | 23 | - |
| CMYK | 0 | 0.32 | 0.86 | 0.36 |
| HSL | 37.45º | 0.75% | 0.37% | - |
| HSV(B) | 37.45º | 0.86% | 0.64% | - |
| XYZ | 21.15 | 19.32 | 3.43 | - |
| YUV | 116.82 | 75.06 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 111 | 23 | 0 | 0.32 | 0.86 | 0.36 | 37.45 | 0.75 | 0.37 |
| Hex | A4 | 6F | 17 | 0 | 20 | 56 | 24 | 25 | 4B | 25 |
| Octal | 244 | 157 | 27 | 0 | 40 | 126 | 44 | 45 | 113 | 45 |
| Binary | 10100100 | 1101111 | 10111 | 0 | 100000 | 1010110 | 100100 | 100101 | 1001011 | 100101 |
Color Harmonies of #A46F17
Complementary color
Monochromatic Colors of #A46F17
Black with #A46F17
Text Example
Text Example
White with #A46F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46F17; }
p { color: rgb(164,111,23); }
H1.HeaderClassName
{
color: #A46F17;
}
.AnyTagClassName
{
color: #A46F17;
}
</style>
background-color css
<style>
a { background-color: #A46F17; }
a { background-color: rgb(164,111,23); }
div.DivClassName
{
background-color: #A46F17;
}
.BgClassName
{
background-color: #A46F17;
}
</style>
border-color css
<style>
span { border-color: #A46F17; }
span { border-color: rgb(164,111,23); }
td.TdClassName
{
border-color: #A46F17;
}
.TagClassName
{
border-color: #A46F17;
}
</style>