Shades of Golden Brown #A1610A
Tints of Golden Brown #A1610A
RGB
CMYK
RGB Variations
Color information
#A1610A (or 0xA1610A) is known color: Golden Brown. HEX triplet: A1, 61 and 0A. RGB value is (161,97,10). Sum of RGB (Red+Green+Blue) = 161+97+10=268 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.07% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 10 (4.30% from 255 or 3.73% from 268); Max value from RGB is 161 - color contains mainly: red. Hex color #A1610A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A1610A is #5E9EF5. Grayscale: #6A6A6A. Windows color (decimal): -6201078 or 680353. OLE color: 680353.
HSL color Cylindrical-coordinate representation of color #A1610A: hue angle of 34.57º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A1610A is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 97 | 10 | - |
| CMYK | 0 | 0.40 | 0.94 | 0.37 |
| HSL | 34.57º | 0.88% | 0.34% | - |
| HSV(B) | 34.57º | 0.94% | 0.63% | - |
| XYZ | 19.03 | 16.15 | 2.4 | - |
| YUV | 106.22 | 73.7 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 97 | 10 | 0 | 0.40 | 0.94 | 0.37 | 34.57 | 0.88 | 0.34 |
| Hex | A1 | 61 | A | 0 | 28 | 5E | 25 | 23 | 58 | 22 |
| Octal | 241 | 141 | 12 | 0 | 50 | 136 | 45 | 43 | 130 | 42 |
| Binary | 10100001 | 1100001 | 1010 | 0 | 101000 | 1011110 | 100101 | 100011 | 1011000 | 100010 |
Color Harmonies of #A1610A
Complementary color
Monochromatic Colors of #A1610A
Black with #A1610A
Text Example
Text Example
White with #A1610A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1610A; }
p { color: rgb(161,97,10); }
H1.HeaderClassName
{
color: #A1610A;
}
.AnyTagClassName
{
color: #A1610A;
}
</style>
background-color css
<style>
a { background-color: #A1610A; }
a { background-color: rgb(161,97,10); }
div.DivClassName
{
background-color: #A1610A;
}
.BgClassName
{
background-color: #A1610A;
}
</style>
border-color css
<style>
span { border-color: #A1610A; }
span { border-color: rgb(161,97,10); }
td.TdClassName
{
border-color: #A1610A;
}
.TagClassName
{
border-color: #A1610A;
}
</style>