Shades of Golden Brown #A46C0A
Tints of Golden Brown #A46C0A
RGB
CMYK
RGB Variations
Color information
#A46C0A (or 0xA46C0A) is known color: Golden Brown. HEX triplet: A4, 6C and 0A. RGB value is (164,108,10). Sum of RGB (Red+Green+Blue) = 164+108+10=282 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.16% from 282); Green value is 108 (42.58% from 255 or 38.30% from 282); Blue value is 10 (4.30% from 255 or 3.55% from 282); Max value from RGB is 164 - color contains mainly: red. Hex color #A46C0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46C0A is #5B93F5. Grayscale: #727272. Windows color (decimal): -6001654 or 683172. OLE color: 683172.
HSL color Cylindrical-coordinate representation of color #A46C0A: hue angle of 38.18º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A46C0A is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 108 | 10 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.36 |
| HSL | 38.18º | 0.89% | 0.34% | - |
| HSV(B) | 38.18º | 0.94% | 0.64% | - |
| XYZ | 20.73 | 18.64 | 2.79 | - |
| YUV | 113.57 | 69.55 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 108 | 10 | 0 | 0.34 | 0.94 | 0.36 | 38.18 | 0.89 | 0.34 |
| Hex | A4 | 6C | A | 0 | 22 | 5E | 24 | 26 | 59 | 22 |
| Octal | 244 | 154 | 12 | 0 | 42 | 136 | 44 | 46 | 131 | 42 |
| Binary | 10100100 | 1101100 | 1010 | 0 | 100010 | 1011110 | 100100 | 100110 | 1011001 | 100010 |
Color Harmonies of #A46C0A
Complementary color
Monochromatic Colors of #A46C0A
Black with #A46C0A
Text Example
Text Example
White with #A46C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46C0A; }
p { color: rgb(164,108,10); }
H1.HeaderClassName
{
color: #A46C0A;
}
.AnyTagClassName
{
color: #A46C0A;
}
</style>
background-color css
<style>
a { background-color: #A46C0A; }
a { background-color: rgb(164,108,10); }
div.DivClassName
{
background-color: #A46C0A;
}
.BgClassName
{
background-color: #A46C0A;
}
</style>
border-color css
<style>
span { border-color: #A46C0A; }
span { border-color: rgb(164,108,10); }
td.TdClassName
{
border-color: #A46C0A;
}
.TagClassName
{
border-color: #A46C0A;
}
</style>