Shades of Golden Brown #A46D1E
Tints of Golden Brown #A46D1E
RGB
CMYK
RGB Variations
Color information
#A46D1E (or 0xA46D1E) is known color: Golden Brown. HEX triplet: A4, 6D and 1E. RGB value is (164,109,30). Sum of RGB (Red+Green+Blue) = 164+109+30=303 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.13% from 303); Green value is 109 (42.97% from 255 or 35.97% from 303); Blue value is 30 (12.11% from 255 or 9.90% from 303); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46D1E is #5B92E1. Grayscale: #747474. Windows color (decimal): -6001378 or 1994148. OLE color: 1994148.
HSL color Cylindrical-coordinate representation of color #A46D1E: hue angle of 35.37º degrees, saturation: 0.69, 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 #A46D1E is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 109 | 30 | - |
| CMYK | 0 | 0.34 | 0.82 | 0.36 |
| HSL | 35.37º | 0.69% | 0.38% | - |
| HSV(B) | 35.37º | 0.82% | 0.64% | - |
| XYZ | 21.01 | 18.92 | 3.77 | - |
| YUV | 116.44 | 79.22 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 109 | 30 | 0 | 0.34 | 0.82 | 0.36 | 35.37 | 0.69 | 0.38 |
| Hex | A4 | 6D | 1E | 0 | 22 | 52 | 24 | 23 | 45 | 26 |
| Octal | 244 | 155 | 36 | 0 | 42 | 122 | 44 | 43 | 105 | 46 |
| Binary | 10100100 | 1101101 | 11110 | 0 | 100010 | 1010010 | 100100 | 100011 | 1000101 | 100110 |
Color Harmonies of #A46D1E
Complementary color
Monochromatic Colors of #A46D1E
Black with #A46D1E
Text Example
Text Example
White with #A46D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46D1E; }
p { color: rgb(164,109,30); }
H1.HeaderClassName
{
color: #A46D1E;
}
.AnyTagClassName
{
color: #A46D1E;
}
</style>
background-color css
<style>
a { background-color: #A46D1E; }
a { background-color: rgb(164,109,30); }
div.DivClassName
{
background-color: #A46D1E;
}
.BgClassName
{
background-color: #A46D1E;
}
</style>
border-color css
<style>
span { border-color: #A46D1E; }
span { border-color: rgb(164,109,30); }
td.TdClassName
{
border-color: #A46D1E;
}
.TagClassName
{
border-color: #A46D1E;
}
</style>