Shades of Golden Brown #A46A1D
Tints of Golden Brown #A46A1D
RGB
CMYK
RGB Variations
Color information
#A46A1D (or 0xA46A1D) is known color: Golden Brown. HEX triplet: A4, 6A and 1D. RGB value is (164,106,29). Sum of RGB (Red+Green+Blue) = 164+106+29=299 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.85% from 299); Green value is 106 (41.80% from 255 or 35.45% from 299); Blue value is 29 (11.72% from 255 or 9.70% from 299); Max value from RGB is 164 - color contains mainly: red. Hex color #A46A1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46A1D is #5B95E2. Grayscale: #727272. Windows color (decimal): -6002147 or 1927844. OLE color: 1927844.
HSL color Cylindrical-coordinate representation of color #A46A1D: hue angle of 34.22º 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 #A46A1D is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 106 | 29 | - |
| CMYK | 0 | 0.35 | 0.82 | 0.36 |
| HSL | 34.22º | 0.7% | 0.38% | - |
| HSV(B) | 34.22º | 0.82% | 0.64% | - |
| XYZ | 20.69 | 18.29 | 3.6 | - |
| YUV | 114.56 | 79.72 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 106 | 29 | 0 | 0.35 | 0.82 | 0.36 | 34.22 | 0.7 | 0.38 |
| Hex | A4 | 6A | 1D | 0 | 23 | 52 | 24 | 22 | 46 | 26 |
| Octal | 244 | 152 | 35 | 0 | 43 | 122 | 44 | 42 | 106 | 46 |
| Binary | 10100100 | 1101010 | 11101 | 0 | 100011 | 1010010 | 100100 | 100010 | 1000110 | 100110 |
Color Harmonies of #A46A1D
Complementary color
Monochromatic Colors of #A46A1D
Black with #A46A1D
Text Example
Text Example
White with #A46A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46A1D; }
p { color: rgb(164,106,29); }
H1.HeaderClassName
{
color: #A46A1D;
}
.AnyTagClassName
{
color: #A46A1D;
}
</style>
background-color css
<style>
a { background-color: #A46A1D; }
a { background-color: rgb(164,106,29); }
div.DivClassName
{
background-color: #A46A1D;
}
.BgClassName
{
background-color: #A46A1D;
}
</style>
border-color css
<style>
span { border-color: #A46A1D; }
span { border-color: rgb(164,106,29); }
td.TdClassName
{
border-color: #A46A1D;
}
.TagClassName
{
border-color: #A46A1D;
}
</style>