Shades of Golden Brown #A16F1C
Tints of Golden Brown #A16F1C
RGB
CMYK
RGB Variations
Color information
#A16F1C (or 0xA16F1C) is known color: Golden Brown. HEX triplet: A1, 6F and 1C. RGB value is (161,111,28). Sum of RGB (Red+Green+Blue) = 161+111+28=300 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.67% from 300); Green value is 111 (43.75% from 255 or 37% from 300); Blue value is 28 (11.33% from 255 or 9.33% from 300); Max value from RGB is 161 - color contains mainly: red. Hex color #A16F1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16F1C is #5E90E3. Grayscale: #747474. Windows color (decimal): -6197476 or 1863585. OLE color: 1863585.
HSL color Cylindrical-coordinate representation of color #A16F1C: hue angle of 37.44º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A16F1C is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 111 | 28 | - |
| CMYK | 0 | 0.31 | 0.83 | 0.37 |
| HSL | 37.44º | 0.7% | 0.37% | - |
| HSV(B) | 37.44º | 0.83% | 0.63% | - |
| XYZ | 20.59 | 19.03 | 3.69 | - |
| YUV | 116.49 | 78.07 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 111 | 28 | 0 | 0.31 | 0.83 | 0.37 | 37.44 | 0.7 | 0.37 |
| Hex | A1 | 6F | 1C | 0 | 1F | 53 | 25 | 25 | 46 | 25 |
| Octal | 241 | 157 | 34 | 0 | 37 | 123 | 45 | 45 | 106 | 45 |
| Binary | 10100001 | 1101111 | 11100 | 0 | 11111 | 1010011 | 100101 | 100101 | 1000110 | 100101 |
Color Harmonies of #A16F1C
Complementary color
Monochromatic Colors of #A16F1C
Black with #A16F1C
Text Example
Text Example
White with #A16F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16F1C; }
p { color: rgb(161,111,28); }
H1.HeaderClassName
{
color: #A16F1C;
}
.AnyTagClassName
{
color: #A16F1C;
}
</style>
background-color css
<style>
a { background-color: #A16F1C; }
a { background-color: rgb(161,111,28); }
div.DivClassName
{
background-color: #A16F1C;
}
.BgClassName
{
background-color: #A16F1C;
}
</style>
border-color css
<style>
span { border-color: #A16F1C; }
span { border-color: rgb(161,111,28); }
td.TdClassName
{
border-color: #A16F1C;
}
.TagClassName
{
border-color: #A16F1C;
}
</style>