Shades of Golden Brown #A1620E
Tints of Golden Brown #A1620E
RGB
CMYK
RGB Variations
Color information
#A1620E (or 0xA1620E) is known color: Golden Brown. HEX triplet: A1, 62 and 0E. RGB value is (161,98,14). Sum of RGB (Red+Green+Blue) = 161+98+14=273 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.97% from 273); Green value is 98 (38.67% from 255 or 35.90% from 273); Blue value is 14 (5.86% from 255 or 5.13% from 273); Max value from RGB is 161 - color contains mainly: red. Hex color #A1620E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A1620E is #5E9DF1. Grayscale: #6B6B6B. Windows color (decimal): -6200818 or 942753. OLE color: 942753.
HSL color Cylindrical-coordinate representation of color #A1620E: hue angle of 34.29º 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 #A1620E is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 98 | 14 | - |
| CMYK | 0 | 0.39 | 0.91 | 0.37 |
| HSL | 34.29º | 0.84% | 0.34% | - |
| HSV(B) | 34.29º | 0.91% | 0.63% | - |
| XYZ | 19.14 | 16.34 | 2.56 | - |
| YUV | 107.26 | 75.37 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 98 | 14 | 0 | 0.39 | 0.91 | 0.37 | 34.29 | 0.84 | 0.34 |
| Hex | A1 | 62 | E | 0 | 27 | 5B | 25 | 22 | 54 | 22 |
| Octal | 241 | 142 | 16 | 0 | 47 | 133 | 45 | 42 | 124 | 42 |
| Binary | 10100001 | 1100010 | 1110 | 0 | 100111 | 1011011 | 100101 | 100010 | 1010100 | 100010 |
Color Harmonies of #A1620E
Complementary color
Monochromatic Colors of #A1620E
Black with #A1620E
Text Example
Text Example
White with #A1620E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1620E; }
p { color: rgb(161,98,14); }
H1.HeaderClassName
{
color: #A1620E;
}
.AnyTagClassName
{
color: #A1620E;
}
</style>
background-color css
<style>
a { background-color: #A1620E; }
a { background-color: rgb(161,98,14); }
div.DivClassName
{
background-color: #A1620E;
}
.BgClassName
{
background-color: #A1620E;
}
</style>
border-color css
<style>
span { border-color: #A1620E; }
span { border-color: rgb(161,98,14); }
td.TdClassName
{
border-color: #A1620E;
}
.TagClassName
{
border-color: #A1620E;
}
</style>