Shades of Golden Brown #A1691E
Tints of Golden Brown #A1691E
RGB
CMYK
RGB Variations
Color information
#A1691E (or 0xA1691E) is known color: Golden Brown. HEX triplet: A1, 69 and 1E. RGB value is (161,105,30). Sum of RGB (Red+Green+Blue) = 161+105+30=296 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.39% from 296); Green value is 105 (41.41% from 255 or 35.47% from 296); Blue value is 30 (12.11% from 255 or 10.14% from 296); Max value from RGB is 161 - color contains mainly: red. Hex color #A1691E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1691E is #5E96E1. Grayscale: #717171. Windows color (decimal): -6199010 or 1993121. OLE color: 1993121.
HSL color Cylindrical-coordinate representation of color #A1691E: hue angle of 34.35º 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 #A1691E is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 105 | 30 | - |
| CMYK | 0 | 0.35 | 0.81 | 0.37 |
| HSL | 34.35º | 0.69% | 0.37% | - |
| HSV(B) | 34.35º | 0.81% | 0.63% | - |
| XYZ | 19.98 | 17.77 | 3.61 | - |
| YUV | 113.19 | 81.05 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 105 | 30 | 0 | 0.35 | 0.81 | 0.37 | 34.35 | 0.69 | 0.37 |
| Hex | A1 | 69 | 1E | 0 | 23 | 51 | 25 | 22 | 45 | 25 |
| Octal | 241 | 151 | 36 | 0 | 43 | 121 | 45 | 42 | 105 | 45 |
| Binary | 10100001 | 1101001 | 11110 | 0 | 100011 | 1010001 | 100101 | 100010 | 1000101 | 100101 |
Color Harmonies of #A1691E
Complementary color
Monochromatic Colors of #A1691E
Black with #A1691E
Text Example
Text Example
White with #A1691E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1691E; }
p { color: rgb(161,105,30); }
H1.HeaderClassName
{
color: #A1691E;
}
.AnyTagClassName
{
color: #A1691E;
}
</style>
background-color css
<style>
a { background-color: #A1691E; }
a { background-color: rgb(161,105,30); }
div.DivClassName
{
background-color: #A1691E;
}
.BgClassName
{
background-color: #A1691E;
}
</style>
border-color css
<style>
span { border-color: #A1691E; }
span { border-color: rgb(161,105,30); }
td.TdClassName
{
border-color: #A1691E;
}
.TagClassName
{
border-color: #A1691E;
}
</style>