Shades of Golden Brown #A46C13
Tints of Golden Brown #A46C13
RGB
CMYK
RGB Variations
Color information
#A46C13 (or 0xA46C13) is known color: Golden Brown. HEX triplet: A4, 6C and 13. RGB value is (164,108,19). Sum of RGB (Red+Green+Blue) = 164+108+19=291 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.36% from 291); Green value is 108 (42.58% from 255 or 37.11% from 291); Blue value is 19 (7.81% from 255 or 6.53% from 291); Max value from RGB is 164 - color contains mainly: red. Hex color #A46C13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46C13 is #5B93EC. Grayscale: #737373. Windows color (decimal): -6001645 or 1272996. OLE color: 1272996.
HSL color Cylindrical-coordinate representation of color #A46C13: hue angle of 36.83º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A46C13 is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 108 | 19 | - |
| CMYK | 0 | 0.34 | 0.88 | 0.36 |
| HSL | 36.83º | 0.79% | 0.36% | - |
| HSV(B) | 36.83º | 0.88% | 0.64% | - |
| XYZ | 20.79 | 18.66 | 3.12 | - |
| YUV | 114.6 | 74.05 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 108 | 19 | 0 | 0.34 | 0.88 | 0.36 | 36.83 | 0.79 | 0.36 |
| Hex | A4 | 6C | 13 | 0 | 22 | 58 | 24 | 25 | 4F | 24 |
| Octal | 244 | 154 | 23 | 0 | 42 | 130 | 44 | 45 | 117 | 44 |
| Binary | 10100100 | 1101100 | 10011 | 0 | 100010 | 1011000 | 100100 | 100101 | 1001111 | 100100 |
Color Harmonies of #A46C13
Complementary color
Monochromatic Colors of #A46C13
Black with #A46C13
Text Example
Text Example
White with #A46C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46C13; }
p { color: rgb(164,108,19); }
H1.HeaderClassName
{
color: #A46C13;
}
.AnyTagClassName
{
color: #A46C13;
}
</style>
background-color css
<style>
a { background-color: #A46C13; }
a { background-color: rgb(164,108,19); }
div.DivClassName
{
background-color: #A46C13;
}
.BgClassName
{
background-color: #A46C13;
}
</style>
border-color css
<style>
span { border-color: #A46C13; }
span { border-color: rgb(164,108,19); }
td.TdClassName
{
border-color: #A46C13;
}
.TagClassName
{
border-color: #A46C13;
}
</style>