Shades of Golden Brown #A16F13
Tints of Golden Brown #A16F13
RGB
CMYK
RGB Variations
Color information
#A16F13 (or 0xA16F13) is known color: Golden Brown. HEX triplet: A1, 6F and 13. RGB value is (161,111,19). Sum of RGB (Red+Green+Blue) = 161+111+19=291 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.33% from 291); Green value is 111 (43.75% from 255 or 38.14% from 291); Blue value is 19 (7.81% from 255 or 6.53% from 291); Max value from RGB is 161 - color contains mainly: red. Hex color #A16F13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16F13 is #5E90EC. Grayscale: #737373. Windows color (decimal): -6197485 or 1273761. OLE color: 1273761.
HSL color Cylindrical-coordinate representation of color #A16F13: hue angle of 38.87º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A16F13 is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 111 | 19 | - |
| CMYK | 0 | 0.31 | 0.88 | 0.37 |
| HSL | 38.87º | 0.79% | 0.35% | - |
| HSV(B) | 38.87º | 0.88% | 0.63% | - |
| XYZ | 20.5 | 18.99 | 3.2 | - |
| YUV | 115.46 | 73.57 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 111 | 19 | 0 | 0.31 | 0.88 | 0.37 | 38.87 | 0.79 | 0.35 |
| Hex | A1 | 6F | 13 | 0 | 1F | 58 | 25 | 27 | 4F | 23 |
| Octal | 241 | 157 | 23 | 0 | 37 | 130 | 45 | 47 | 117 | 43 |
| Binary | 10100001 | 1101111 | 10011 | 0 | 11111 | 1011000 | 100101 | 100111 | 1001111 | 100011 |
Color Harmonies of #A16F13
Complementary color
Monochromatic Colors of #A16F13
Black with #A16F13
Text Example
Text Example
White with #A16F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16F13; }
p { color: rgb(161,111,19); }
H1.HeaderClassName
{
color: #A16F13;
}
.AnyTagClassName
{
color: #A16F13;
}
</style>
background-color css
<style>
a { background-color: #A16F13; }
a { background-color: rgb(161,111,19); }
div.DivClassName
{
background-color: #A16F13;
}
.BgClassName
{
background-color: #A16F13;
}
</style>
border-color css
<style>
span { border-color: #A16F13; }
span { border-color: rgb(161,111,19); }
td.TdClassName
{
border-color: #A16F13;
}
.TagClassName
{
border-color: #A16F13;
}
</style>