Shades of Golden Brown #A1641E
Tints of Golden Brown #A1641E
RGB
CMYK
RGB Variations
Color information
#A1641E (or 0xA1641E) is known color: Golden Brown. HEX triplet: A1, 64 and 1E. RGB value is (161,100,30). Sum of RGB (Red+Green+Blue) = 161+100+30=291 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.33% from 291); Green value is 100 (39.45% from 255 or 34.36% from 291); Blue value is 30 (12.11% from 255 or 10.31% from 291); Max value from RGB is 161 - color contains mainly: red. Hex color #A1641E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1641E is #5E9BE1. Grayscale: #6E6E6E. Windows color (decimal): -6200290 or 1991841. OLE color: 1991841.
HSL color Cylindrical-coordinate representation of color #A1641E: hue angle of 32.06º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A1641E is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 100 | 30 | - |
| CMYK | 0 | 0.38 | 0.81 | 0.37 |
| HSL | 32.06º | 0.69% | 0.37% | - |
| HSV(B) | 32.06º | 0.81% | 0.63% | - |
| XYZ | 19.49 | 16.79 | 3.44 | - |
| YUV | 110.26 | 82.71 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 100 | 30 | 0 | 0.38 | 0.81 | 0.37 | 32.06 | 0.69 | 0.37 |
| Hex | A1 | 64 | 1E | 0 | 26 | 51 | 25 | 20 | 45 | 25 |
| Octal | 241 | 144 | 36 | 0 | 46 | 121 | 45 | 40 | 105 | 45 |
| Binary | 10100001 | 1100100 | 11110 | 0 | 100110 | 1010001 | 100101 | 100000 | 1000101 | 100101 |
Color Harmonies of #A1641E
Complementary color
Monochromatic Colors of #A1641E
Black with #A1641E
Text Example
Text Example
White with #A1641E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1641E; }
p { color: rgb(161,100,30); }
H1.HeaderClassName
{
color: #A1641E;
}
.AnyTagClassName
{
color: #A1641E;
}
</style>
background-color css
<style>
a { background-color: #A1641E; }
a { background-color: rgb(161,100,30); }
div.DivClassName
{
background-color: #A1641E;
}
.BgClassName
{
background-color: #A1641E;
}
</style>
border-color css
<style>
span { border-color: #A1641E; }
span { border-color: rgb(161,100,30); }
td.TdClassName
{
border-color: #A1641E;
}
.TagClassName
{
border-color: #A1641E;
}
</style>