Shades of Golden Brown #A46E0C
Tints of Golden Brown #A46E0C
RGB
CMYK
RGB Variations
Color information
#A46E0C (or 0xA46E0C) is known color: Golden Brown. HEX triplet: A4, 6E and 0C. RGB value is (164,110,12). Sum of RGB (Red+Green+Blue) = 164+110+12=286 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.34% from 286); Green value is 110 (43.36% from 255 or 38.46% from 286); Blue value is 12 (5.08% from 255 or 4.20% from 286); Max value from RGB is 164 - color contains mainly: red. Hex color #A46E0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46E0C is #5B91F3. Grayscale: #737373. Windows color (decimal): -6001140 or 814756. OLE color: 814756.
HSL color Cylindrical-coordinate representation of color #A46E0C: hue angle of 38.68º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A46E0C is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 110 | 12 | - |
| CMYK | 0 | 0.33 | 0.93 | 0.36 |
| HSL | 38.68º | 0.86% | 0.35% | - |
| HSV(B) | 38.68º | 0.93% | 0.64% | - |
| XYZ | 20.95 | 19.07 | 2.92 | - |
| YUV | 114.97 | 69.89 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 110 | 12 | 0 | 0.33 | 0.93 | 0.36 | 38.68 | 0.86 | 0.35 |
| Hex | A4 | 6E | C | 0 | 21 | 5D | 24 | 27 | 56 | 23 |
| Octal | 244 | 156 | 14 | 0 | 41 | 135 | 44 | 47 | 126 | 43 |
| Binary | 10100100 | 1101110 | 1100 | 0 | 100001 | 1011101 | 100100 | 100111 | 1010110 | 100011 |
Color Harmonies of #A46E0C
Complementary color
Monochromatic Colors of #A46E0C
Black with #A46E0C
Text Example
Text Example
White with #A46E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46E0C; }
p { color: rgb(164,110,12); }
H1.HeaderClassName
{
color: #A46E0C;
}
.AnyTagClassName
{
color: #A46E0C;
}
</style>
background-color css
<style>
a { background-color: #A46E0C; }
a { background-color: rgb(164,110,12); }
div.DivClassName
{
background-color: #A46E0C;
}
.BgClassName
{
background-color: #A46E0C;
}
</style>
border-color css
<style>
span { border-color: #A46E0C; }
span { border-color: rgb(164,110,12); }
td.TdClassName
{
border-color: #A46E0C;
}
.TagClassName
{
border-color: #A46E0C;
}
</style>