Shades of Golden Brown #A16F1D
Tints of Golden Brown #A16F1D
RGB
CMYK
RGB Variations
Color information
#A16F1D (or 0xA16F1D) is known color: Golden Brown. HEX triplet: A1, 6F and 1D. RGB value is (161,111,29). Sum of RGB (Red+Green+Blue) = 161+111+29=301 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.49% from 301); Green value is 111 (43.75% from 255 or 36.88% from 301); Blue value is 29 (11.72% from 255 or 9.63% from 301); Max value from RGB is 161 - color contains mainly: red. Hex color #A16F1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16F1D is #5E90E2. Grayscale: #747474. Windows color (decimal): -6197475 or 1929121. OLE color: 1929121.
HSL color Cylindrical-coordinate representation of color #A16F1D: hue angle of 37.27º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A16F1D is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 111 | 29 | - |
| CMYK | 0 | 0.31 | 0.82 | 0.37 |
| HSL | 37.27º | 0.69% | 0.37% | - |
| HSV(B) | 37.27º | 0.82% | 0.63% | - |
| XYZ | 20.6 | 19.03 | 3.75 | - |
| YUV | 116.6 | 78.57 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 111 | 29 | 0 | 0.31 | 0.82 | 0.37 | 37.27 | 0.69 | 0.37 |
| Hex | A1 | 6F | 1D | 0 | 1F | 52 | 25 | 25 | 45 | 25 |
| Octal | 241 | 157 | 35 | 0 | 37 | 122 | 45 | 45 | 105 | 45 |
| Binary | 10100001 | 1101111 | 11101 | 0 | 11111 | 1010010 | 100101 | 100101 | 1000101 | 100101 |
Color Harmonies of #A16F1D
Complementary color
Monochromatic Colors of #A16F1D
Black with #A16F1D
Text Example
Text Example
White with #A16F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16F1D; }
p { color: rgb(161,111,29); }
H1.HeaderClassName
{
color: #A16F1D;
}
.AnyTagClassName
{
color: #A16F1D;
}
</style>
background-color css
<style>
a { background-color: #A16F1D; }
a { background-color: rgb(161,111,29); }
div.DivClassName
{
background-color: #A16F1D;
}
.BgClassName
{
background-color: #A16F1D;
}
</style>
border-color css
<style>
span { border-color: #A16F1D; }
span { border-color: rgb(161,111,29); }
td.TdClassName
{
border-color: #A16F1D;
}
.TagClassName
{
border-color: #A16F1D;
}
</style>