Shades of Golden Brown #A1640E
Tints of Golden Brown #A1640E
RGB
CMYK
RGB Variations
Color information
#A1640E (or 0xA1640E) is known color: Golden Brown. HEX triplet: A1, 64 and 0E. RGB value is (161,100,14). Sum of RGB (Red+Green+Blue) = 161+100+14=275 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.55% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 14 (5.86% from 255 or 5.09% from 275); Max value from RGB is 161 - color contains mainly: red. Hex color #A1640E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A1640E is #5E9BF1. Grayscale: #6C6C6C. Windows color (decimal): -6200306 or 943265. OLE color: 943265.
HSL color Cylindrical-coordinate representation of color #A1640E: hue angle of 35.1º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A1640E is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 100 | 14 | - |
| CMYK | 0 | 0.38 | 0.91 | 0.37 |
| HSL | 35.1º | 0.84% | 0.34% | - |
| HSV(B) | 35.1º | 0.91% | 0.63% | - |
| XYZ | 19.33 | 16.72 | 2.62 | - |
| YUV | 108.44 | 74.71 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 100 | 14 | 0 | 0.38 | 0.91 | 0.37 | 35.1 | 0.84 | 0.34 |
| Hex | A1 | 64 | E | 0 | 26 | 5B | 25 | 23 | 54 | 22 |
| Octal | 241 | 144 | 16 | 0 | 46 | 133 | 45 | 43 | 124 | 42 |
| Binary | 10100001 | 1100100 | 1110 | 0 | 100110 | 1011011 | 100101 | 100011 | 1010100 | 100010 |
Color Harmonies of #A1640E
Complementary color
Monochromatic Colors of #A1640E
Black with #A1640E
Text Example
Text Example
White with #A1640E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1640E; }
p { color: rgb(161,100,14); }
H1.HeaderClassName
{
color: #A1640E;
}
.AnyTagClassName
{
color: #A1640E;
}
</style>
background-color css
<style>
a { background-color: #A1640E; }
a { background-color: rgb(161,100,14); }
div.DivClassName
{
background-color: #A1640E;
}
.BgClassName
{
background-color: #A1640E;
}
</style>
border-color css
<style>
span { border-color: #A1640E; }
span { border-color: rgb(161,100,14); }
td.TdClassName
{
border-color: #A1640E;
}
.TagClassName
{
border-color: #A1640E;
}
</style>