Shades of Golden Brown #A1610C
Tints of Golden Brown #A1610C
RGB
CMYK
RGB Variations
Color information
#A1610C (or 0xA1610C) is known color: Golden Brown. HEX triplet: A1, 61 and 0C. RGB value is (161,97,12). Sum of RGB (Red+Green+Blue) = 161+97+12=270 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.63% from 270); Green value is 97 (38.28% from 255 or 35.93% from 270); Blue value is 12 (5.08% from 255 or 4.44% from 270); Max value from RGB is 161 - color contains mainly: red. Hex color #A1610C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A1610C is #5E9EF3. Grayscale: #6A6A6A. Windows color (decimal): -6201076 or 811425. OLE color: 811425.
HSL color Cylindrical-coordinate representation of color #A1610C: hue angle of 34.23º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A1610C is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 97 | 12 | - |
| CMYK | 0 | 0.40 | 0.93 | 0.37 |
| HSL | 34.23º | 0.86% | 0.34% | - |
| HSV(B) | 34.23º | 0.93% | 0.63% | - |
| XYZ | 19.04 | 16.15 | 2.46 | - |
| YUV | 106.45 | 74.7 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 97 | 12 | 0 | 0.40 | 0.93 | 0.37 | 34.23 | 0.86 | 0.34 |
| Hex | A1 | 61 | C | 0 | 28 | 5D | 25 | 22 | 56 | 22 |
| Octal | 241 | 141 | 14 | 0 | 50 | 135 | 45 | 42 | 126 | 42 |
| Binary | 10100001 | 1100001 | 1100 | 0 | 101000 | 1011101 | 100101 | 100010 | 1010110 | 100010 |
Color Harmonies of #A1610C
Complementary color
Monochromatic Colors of #A1610C
Black with #A1610C
Text Example
Text Example
White with #A1610C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1610C; }
p { color: rgb(161,97,12); }
H1.HeaderClassName
{
color: #A1610C;
}
.AnyTagClassName
{
color: #A1610C;
}
</style>
background-color css
<style>
a { background-color: #A1610C; }
a { background-color: rgb(161,97,12); }
div.DivClassName
{
background-color: #A1610C;
}
.BgClassName
{
background-color: #A1610C;
}
</style>
border-color css
<style>
span { border-color: #A1610C; }
span { border-color: rgb(161,97,12); }
td.TdClassName
{
border-color: #A1610C;
}
.TagClassName
{
border-color: #A1610C;
}
</style>