Shades of Golden Brown #A46C0B
Tints of Golden Brown #A46C0B
RGB
CMYK
RGB Variations
Color information
#A46C0B (or 0xA46C0B) is known color: Golden Brown. HEX triplet: A4, 6C and 0B. RGB value is (164,108,11). Sum of RGB (Red+Green+Blue) = 164+108+11=283 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.95% from 283); Green value is 108 (42.58% from 255 or 38.16% from 283); Blue value is 11 (4.69% from 255 or 3.89% from 283); Max value from RGB is 164 - color contains mainly: red. Hex color #A46C0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46C0B is #5B93F4. Grayscale: #727272. Windows color (decimal): -6001653 or 748708. OLE color: 748708.
HSL color Cylindrical-coordinate representation of color #A46C0B: hue angle of 38.04º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A46C0B is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 108 | 11 | - |
| CMYK | 0 | 0.34 | 0.93 | 0.36 |
| HSL | 38.04º | 0.87% | 0.34% | - |
| HSV(B) | 38.04º | 0.93% | 0.64% | - |
| XYZ | 20.73 | 18.64 | 2.82 | - |
| YUV | 113.69 | 70.05 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 108 | 11 | 0 | 0.34 | 0.93 | 0.36 | 38.04 | 0.87 | 0.34 |
| Hex | A4 | 6C | B | 0 | 22 | 5D | 24 | 26 | 57 | 22 |
| Octal | 244 | 154 | 13 | 0 | 42 | 135 | 44 | 46 | 127 | 42 |
| Binary | 10100100 | 1101100 | 1011 | 0 | 100010 | 1011101 | 100100 | 100110 | 1010111 | 100010 |
Color Harmonies of #A46C0B
Complementary color
Monochromatic Colors of #A46C0B
Black with #A46C0B
Text Example
Text Example
White with #A46C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46C0B; }
p { color: rgb(164,108,11); }
H1.HeaderClassName
{
color: #A46C0B;
}
.AnyTagClassName
{
color: #A46C0B;
}
</style>
background-color css
<style>
a { background-color: #A46C0B; }
a { background-color: rgb(164,108,11); }
div.DivClassName
{
background-color: #A46C0B;
}
.BgClassName
{
background-color: #A46C0B;
}
</style>
border-color css
<style>
span { border-color: #A46C0B; }
span { border-color: rgb(164,108,11); }
td.TdClassName
{
border-color: #A46C0B;
}
.TagClassName
{
border-color: #A46C0B;
}
</style>