Shades of Golden Brown #A16F19
Tints of Golden Brown #A16F19
RGB
CMYK
RGB Variations
Color information
#A16F19 (or 0xA16F19) is known color: Golden Brown. HEX triplet: A1, 6F and 19. RGB value is (161,111,25). Sum of RGB (Red+Green+Blue) = 161+111+25=297 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.21% from 297); Green value is 111 (43.75% from 255 or 37.37% from 297); Blue value is 25 (10.16% from 255 or 8.42% from 297); Max value from RGB is 161 - color contains mainly: red. Hex color #A16F19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16F19 is #5E90E6. Grayscale: #747474. Windows color (decimal): -6197479 or 1666977. OLE color: 1666977.
HSL color Cylindrical-coordinate representation of color #A16F19: hue angle of 37.94º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A16F19 is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 111 | 25 | - |
| CMYK | 0 | 0.31 | 0.84 | 0.37 |
| HSL | 37.94º | 0.73% | 0.36% | - |
| HSV(B) | 37.94º | 0.84% | 0.63% | - |
| XYZ | 20.56 | 19.02 | 3.51 | - |
| YUV | 116.15 | 76.57 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 111 | 25 | 0 | 0.31 | 0.84 | 0.37 | 37.94 | 0.73 | 0.36 |
| Hex | A1 | 6F | 19 | 0 | 1F | 54 | 25 | 26 | 49 | 24 |
| Octal | 241 | 157 | 31 | 0 | 37 | 124 | 45 | 46 | 111 | 44 |
| Binary | 10100001 | 1101111 | 11001 | 0 | 11111 | 1010100 | 100101 | 100110 | 1001001 | 100100 |
Color Harmonies of #A16F19
Complementary color
Monochromatic Colors of #A16F19
Black with #A16F19
Text Example
Text Example
White with #A16F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16F19; }
p { color: rgb(161,111,25); }
H1.HeaderClassName
{
color: #A16F19;
}
.AnyTagClassName
{
color: #A16F19;
}
</style>
background-color css
<style>
a { background-color: #A16F19; }
a { background-color: rgb(161,111,25); }
div.DivClassName
{
background-color: #A16F19;
}
.BgClassName
{
background-color: #A16F19;
}
</style>
border-color css
<style>
span { border-color: #A16F19; }
span { border-color: rgb(161,111,25); }
td.TdClassName
{
border-color: #A16F19;
}
.TagClassName
{
border-color: #A16F19;
}
</style>