Shades of Golden Brown #A46C16
Tints of Golden Brown #A46C16
RGB
CMYK
RGB Variations
Color information
#A46C16 (or 0xA46C16) is known color: Golden Brown. HEX triplet: A4, 6C and 16. RGB value is (164,108,22). Sum of RGB (Red+Green+Blue) = 164+108+22=294 (38% of max value = 765). Red value is 164 (64.45% from 255 or 55.78% from 294); Green value is 108 (42.58% from 255 or 36.73% from 294); Blue value is 22 (8.98% from 255 or 7.48% from 294); Max value from RGB is 164 - color contains mainly: red. Hex color #A46C16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46C16 is #5B93E9. Grayscale: #737373. Windows color (decimal): -6001642 or 1469604. OLE color: 1469604.
HSL color Cylindrical-coordinate representation of color #A46C16: hue angle of 36.34º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A46C16 is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 108 | 22 | - |
| CMYK | 0 | 0.34 | 0.87 | 0.36 |
| HSL | 36.34º | 0.76% | 0.36% | - |
| HSV(B) | 36.34º | 0.87% | 0.64% | - |
| XYZ | 20.82 | 18.68 | 3.27 | - |
| YUV | 114.94 | 75.55 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 108 | 22 | 0 | 0.34 | 0.87 | 0.36 | 36.34 | 0.76 | 0.36 |
| Hex | A4 | 6C | 16 | 0 | 22 | 57 | 24 | 24 | 4C | 24 |
| Octal | 244 | 154 | 26 | 0 | 42 | 127 | 44 | 44 | 114 | 44 |
| Binary | 10100100 | 1101100 | 10110 | 0 | 100010 | 1010111 | 100100 | 100100 | 1001100 | 100100 |
Color Harmonies of #A46C16
Complementary color
Monochromatic Colors of #A46C16
Black with #A46C16
Text Example
Text Example
White with #A46C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46C16; }
p { color: rgb(164,108,22); }
H1.HeaderClassName
{
color: #A46C16;
}
.AnyTagClassName
{
color: #A46C16;
}
</style>
background-color css
<style>
a { background-color: #A46C16; }
a { background-color: rgb(164,108,22); }
div.DivClassName
{
background-color: #A46C16;
}
.BgClassName
{
background-color: #A46C16;
}
</style>
border-color css
<style>
span { border-color: #A46C16; }
span { border-color: rgb(164,108,22); }
td.TdClassName
{
border-color: #A46C16;
}
.TagClassName
{
border-color: #A46C16;
}
</style>