Shades of Golden Brown #A1641F
Tints of Golden Brown #A1641F
RGB
CMYK
RGB Variations
Color information
#A1641F (or 0xA1641F) is known color: Golden Brown. HEX triplet: A1, 64 and 1F. RGB value is (161,100,31). Sum of RGB (Red+Green+Blue) = 161+100+31=292 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.14% from 292); Green value is 100 (39.45% from 255 or 34.25% from 292); Blue value is 31 (12.5% from 255 or 10.62% from 292); Max value from RGB is 161 - color contains mainly: red. Hex color #A1641F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1641F is #5E9BE0. Grayscale: #6E6E6E. Windows color (decimal): -6200289 or 2057377. OLE color: 2057377.
HSL color Cylindrical-coordinate representation of color #A1641F: hue angle of 31.85º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A1641F is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 100 | 31 | - |
| CMYK | 0 | 0.38 | 0.81 | 0.37 |
| HSL | 31.85º | 0.68% | 0.38% | - |
| HSV(B) | 31.85º | 0.81% | 0.63% | - |
| XYZ | 19.5 | 16.79 | 3.51 | - |
| YUV | 110.37 | 83.21 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 100 | 31 | 0 | 0.38 | 0.81 | 0.37 | 31.85 | 0.68 | 0.38 |
| Hex | A1 | 64 | 1F | 0 | 26 | 51 | 25 | 20 | 44 | 26 |
| Octal | 241 | 144 | 37 | 0 | 46 | 121 | 45 | 40 | 104 | 46 |
| Binary | 10100001 | 1100100 | 11111 | 0 | 100110 | 1010001 | 100101 | 100000 | 1000100 | 100110 |
Color Harmonies of #A1641F
Complementary color
Monochromatic Colors of #A1641F
Black with #A1641F
Text Example
Text Example
White with #A1641F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1641F; }
p { color: rgb(161,100,31); }
H1.HeaderClassName
{
color: #A1641F;
}
.AnyTagClassName
{
color: #A1641F;
}
</style>
background-color css
<style>
a { background-color: #A1641F; }
a { background-color: rgb(161,100,31); }
div.DivClassName
{
background-color: #A1641F;
}
.BgClassName
{
background-color: #A1641F;
}
</style>
border-color css
<style>
span { border-color: #A1641F; }
span { border-color: rgb(161,100,31); }
td.TdClassName
{
border-color: #A1641F;
}
.TagClassName
{
border-color: #A1641F;
}
</style>