Shades of Golden Brown #A46D1A
Tints of Golden Brown #A46D1A
RGB
CMYK
RGB Variations
Color information
#A46D1A (or 0xA46D1A) is known color: Golden Brown. HEX triplet: A4, 6D and 1A. RGB value is (164,109,26). Sum of RGB (Red+Green+Blue) = 164+109+26=299 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.85% from 299); Green value is 109 (42.97% from 255 or 36.45% from 299); Blue value is 26 (10.55% from 255 or 8.70% from 299); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46D1A is #5B92E5. Grayscale: #747474. Windows color (decimal): -6001382 or 1732004. OLE color: 1732004.
HSL color Cylindrical-coordinate representation of color #A46D1A: hue angle of 36.09º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A46D1A is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 109 | 26 | - |
| CMYK | 0 | 0.34 | 0.84 | 0.36 |
| HSL | 36.09º | 0.73% | 0.37% | - |
| HSV(B) | 36.09º | 0.84% | 0.64% | - |
| XYZ | 20.96 | 18.9 | 3.52 | - |
| YUV | 115.98 | 77.22 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 109 | 26 | 0 | 0.34 | 0.84 | 0.36 | 36.09 | 0.73 | 0.37 |
| Hex | A4 | 6D | 1A | 0 | 22 | 54 | 24 | 24 | 49 | 25 |
| Octal | 244 | 155 | 32 | 0 | 42 | 124 | 44 | 44 | 111 | 45 |
| Binary | 10100100 | 1101101 | 11010 | 0 | 100010 | 1010100 | 100100 | 100100 | 1001001 | 100101 |
Color Harmonies of #A46D1A
Complementary color
Monochromatic Colors of #A46D1A
Black with #A46D1A
Text Example
Text Example
White with #A46D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46D1A; }
p { color: rgb(164,109,26); }
H1.HeaderClassName
{
color: #A46D1A;
}
.AnyTagClassName
{
color: #A46D1A;
}
</style>
background-color css
<style>
a { background-color: #A46D1A; }
a { background-color: rgb(164,109,26); }
div.DivClassName
{
background-color: #A46D1A;
}
.BgClassName
{
background-color: #A46D1A;
}
</style>
border-color css
<style>
span { border-color: #A46D1A; }
span { border-color: rgb(164,109,26); }
td.TdClassName
{
border-color: #A46D1A;
}
.TagClassName
{
border-color: #A46D1A;
}
</style>