Shades of Golden Brown #A16F1E
Tints of Golden Brown #A16F1E
RGB
CMYK
RGB Variations
Color information
#A16F1E (or 0xA16F1E) is known color: Golden Brown. HEX triplet: A1, 6F and 1E. RGB value is (161,111,30). Sum of RGB (Red+Green+Blue) = 161+111+30=302 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.31% from 302); Green value is 111 (43.75% from 255 or 36.75% from 302); Blue value is 30 (12.11% from 255 or 9.93% from 302); Max value from RGB is 161 - color contains mainly: red. Hex color #A16F1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16F1E is #5E90E1. Grayscale: #757575. Windows color (decimal): -6197474 or 1994657. OLE color: 1994657.
HSL color Cylindrical-coordinate representation of color #A16F1E: hue angle of 37.1º 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 #A16F1E is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 111 | 30 | - |
| CMYK | 0 | 0.31 | 0.81 | 0.37 |
| HSL | 37.1º | 0.69% | 0.37% | - |
| HSV(B) | 37.1º | 0.81% | 0.63% | - |
| XYZ | 20.62 | 19.04 | 3.82 | - |
| YUV | 116.72 | 79.07 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 111 | 30 | 0 | 0.31 | 0.81 | 0.37 | 37.1 | 0.69 | 0.37 |
| Hex | A1 | 6F | 1E | 0 | 1F | 51 | 25 | 25 | 45 | 25 |
| Octal | 241 | 157 | 36 | 0 | 37 | 121 | 45 | 45 | 105 | 45 |
| Binary | 10100001 | 1101111 | 11110 | 0 | 11111 | 1010001 | 100101 | 100101 | 1000101 | 100101 |
Color Harmonies of #A16F1E
Complementary color
Monochromatic Colors of #A16F1E
Black with #A16F1E
Text Example
Text Example
White with #A16F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16F1E; }
p { color: rgb(161,111,30); }
H1.HeaderClassName
{
color: #A16F1E;
}
.AnyTagClassName
{
color: #A16F1E;
}
</style>
background-color css
<style>
a { background-color: #A16F1E; }
a { background-color: rgb(161,111,30); }
div.DivClassName
{
background-color: #A16F1E;
}
.BgClassName
{
background-color: #A16F1E;
}
</style>
border-color css
<style>
span { border-color: #A16F1E; }
span { border-color: rgb(161,111,30); }
td.TdClassName
{
border-color: #A16F1E;
}
.TagClassName
{
border-color: #A16F1E;
}
</style>