Shades of Golden Brown #A46E1D
Tints of Golden Brown #A46E1D
RGB
CMYK
RGB Variations
Color information
#A46E1D (or 0xA46E1D) is known color: Golden Brown. HEX triplet: A4, 6E and 1D. RGB value is (164,110,29). Sum of RGB (Red+Green+Blue) = 164+110+29=303 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.13% from 303); Green value is 110 (43.36% from 255 or 36.30% from 303); Blue value is 29 (11.72% from 255 or 9.57% from 303); Max value from RGB is 164 - color contains mainly: red. Hex color #A46E1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46E1D is #5B91E2. Grayscale: #757575. Windows color (decimal): -6001123 or 1928868. OLE color: 1928868.
HSL color Cylindrical-coordinate representation of color #A46E1D: hue angle of 36º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A46E1D is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 110 | 29 | - |
| CMYK | 0 | 0.33 | 0.82 | 0.36 |
| HSL | 36º | 0.7% | 0.38% | - |
| HSV(B) | 36º | 0.82% | 0.64% | - |
| XYZ | 21.11 | 19.13 | 3.74 | - |
| YUV | 116.91 | 78.39 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 110 | 29 | 0 | 0.33 | 0.82 | 0.36 | 36 | 0.7 | 0.38 |
| Hex | A4 | 6E | 1D | 0 | 21 | 52 | 24 | 24 | 46 | 26 |
| Octal | 244 | 156 | 35 | 0 | 41 | 122 | 44 | 44 | 106 | 46 |
| Binary | 10100100 | 1101110 | 11101 | 0 | 100001 | 1010010 | 100100 | 100100 | 1000110 | 100110 |
Color Harmonies of #A46E1D
Complementary color
Monochromatic Colors of #A46E1D
Black with #A46E1D
Text Example
Text Example
White with #A46E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46E1D; }
p { color: rgb(164,110,29); }
H1.HeaderClassName
{
color: #A46E1D;
}
.AnyTagClassName
{
color: #A46E1D;
}
</style>
background-color css
<style>
a { background-color: #A46E1D; }
a { background-color: rgb(164,110,29); }
div.DivClassName
{
background-color: #A46E1D;
}
.BgClassName
{
background-color: #A46E1D;
}
</style>
border-color css
<style>
span { border-color: #A46E1D; }
span { border-color: rgb(164,110,29); }
td.TdClassName
{
border-color: #A46E1D;
}
.TagClassName
{
border-color: #A46E1D;
}
</style>