Shades of Golden Brown #A46B0E
Tints of Golden Brown #A46B0E
RGB
CMYK
RGB Variations
Color information
#A46B0E (or 0xA46B0E) is known color: Golden Brown. HEX triplet: A4, 6B and 0E. RGB value is (164,107,14). Sum of RGB (Red+Green+Blue) = 164+107+14=285 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.54% from 285); Green value is 107 (42.19% from 255 or 37.54% from 285); Blue value is 14 (5.86% from 255 or 4.91% from 285); Max value from RGB is 164 - color contains mainly: red. Hex color #A46B0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46B0E is #5B94F1. Grayscale: #717171. Windows color (decimal): -6001906 or 945060. OLE color: 945060.
HSL color Cylindrical-coordinate representation of color #A46B0E: hue angle of 37.2º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A46B0E is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 107 | 14 | - |
| CMYK | 0 | 0.35 | 0.91 | 0.36 |
| HSL | 37.2º | 0.84% | 0.35% | - |
| HSV(B) | 37.2º | 0.91% | 0.64% | - |
| XYZ | 20.65 | 18.44 | 2.89 | - |
| YUV | 113.44 | 71.88 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 107 | 14 | 0 | 0.35 | 0.91 | 0.36 | 37.2 | 0.84 | 0.35 |
| Hex | A4 | 6B | E | 0 | 23 | 5B | 24 | 25 | 54 | 23 |
| Octal | 244 | 153 | 16 | 0 | 43 | 133 | 44 | 45 | 124 | 43 |
| Binary | 10100100 | 1101011 | 1110 | 0 | 100011 | 1011011 | 100100 | 100101 | 1010100 | 100011 |
Color Harmonies of #A46B0E
Complementary color
Monochromatic Colors of #A46B0E
Black with #A46B0E
Text Example
Text Example
White with #A46B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46B0E; }
p { color: rgb(164,107,14); }
H1.HeaderClassName
{
color: #A46B0E;
}
.AnyTagClassName
{
color: #A46B0E;
}
</style>
background-color css
<style>
a { background-color: #A46B0E; }
a { background-color: rgb(164,107,14); }
div.DivClassName
{
background-color: #A46B0E;
}
.BgClassName
{
background-color: #A46B0E;
}
</style>
border-color css
<style>
span { border-color: #A46B0E; }
span { border-color: rgb(164,107,14); }
td.TdClassName
{
border-color: #A46B0E;
}
.TagClassName
{
border-color: #A46B0E;
}
</style>