Shades of Golden Brown #A1610E
Tints of Golden Brown #A1610E
RGB
CMYK
RGB Variations
Color information
#A1610E (or 0xA1610E) is known color: Golden Brown. HEX triplet: A1, 61 and 0E. RGB value is (161,97,14). Sum of RGB (Red+Green+Blue) = 161+97+14=272 (36% of max value = 765). Red value is 161 (63.28% from 255 or 59.19% from 272); Green value is 97 (38.28% from 255 or 35.66% from 272); Blue value is 14 (5.86% from 255 or 5.15% from 272); Max value from RGB is 161 - color contains mainly: red. Hex color #A1610E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A1610E is #5E9EF1. Grayscale: #6B6B6B. Windows color (decimal): -6201074 or 942497. OLE color: 942497.
HSL color Cylindrical-coordinate representation of color #A1610E: hue angle of 33.88º 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 #A1610E is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 97 | 14 | - |
| CMYK | 0 | 0.40 | 0.91 | 0.37 |
| HSL | 33.88º | 0.84% | 0.34% | - |
| HSV(B) | 33.88º | 0.91% | 0.63% | - |
| XYZ | 19.05 | 16.16 | 2.53 | - |
| YUV | 106.67 | 75.7 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 97 | 14 | 0 | 0.40 | 0.91 | 0.37 | 33.88 | 0.84 | 0.34 |
| Hex | A1 | 61 | E | 0 | 28 | 5B | 25 | 22 | 54 | 22 |
| Octal | 241 | 141 | 16 | 0 | 50 | 133 | 45 | 42 | 124 | 42 |
| Binary | 10100001 | 1100001 | 1110 | 0 | 101000 | 1011011 | 100101 | 100010 | 1010100 | 100010 |
Color Harmonies of #A1610E
Complementary color
Monochromatic Colors of #A1610E
Black with #A1610E
Text Example
Text Example
White with #A1610E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1610E; }
p { color: rgb(161,97,14); }
H1.HeaderClassName
{
color: #A1610E;
}
.AnyTagClassName
{
color: #A1610E;
}
</style>
background-color css
<style>
a { background-color: #A1610E; }
a { background-color: rgb(161,97,14); }
div.DivClassName
{
background-color: #A1610E;
}
.BgClassName
{
background-color: #A1610E;
}
</style>
border-color css
<style>
span { border-color: #A1610E; }
span { border-color: rgb(161,97,14); }
td.TdClassName
{
border-color: #A1610E;
}
.TagClassName
{
border-color: #A1610E;
}
</style>