Shades of Golden Brown #A16F18
Tints of Golden Brown #A16F18
RGB
CMYK
RGB Variations
Color information
#A16F18 (or 0xA16F18) is known color: Golden Brown. HEX triplet: A1, 6F and 18. RGB value is (161,111,24). Sum of RGB (Red+Green+Blue) = 161+111+24=296 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.39% from 296); Green value is 111 (43.75% from 255 or 37.5% from 296); Blue value is 24 (9.77% from 255 or 8.11% from 296); Max value from RGB is 161 - color contains mainly: red. Hex color #A16F18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16F18 is #5E90E7. Grayscale: #747474. Windows color (decimal): -6197480 or 1601441. OLE color: 1601441.
HSL color Cylindrical-coordinate representation of color #A16F18: hue angle of 38.1º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A16F18 is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 111 | 24 | - |
| CMYK | 0 | 0.31 | 0.85 | 0.37 |
| HSL | 38.1º | 0.74% | 0.36% | - |
| HSV(B) | 38.1º | 0.85% | 0.63% | - |
| XYZ | 20.55 | 19.01 | 3.45 | - |
| YUV | 116.03 | 76.07 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 111 | 24 | 0 | 0.31 | 0.85 | 0.37 | 38.1 | 0.74 | 0.36 |
| Hex | A1 | 6F | 18 | 0 | 1F | 55 | 25 | 26 | 4A | 24 |
| Octal | 241 | 157 | 30 | 0 | 37 | 125 | 45 | 46 | 112 | 44 |
| Binary | 10100001 | 1101111 | 11000 | 0 | 11111 | 1010101 | 100101 | 100110 | 1001010 | 100100 |
Color Harmonies of #A16F18
Complementary color
Monochromatic Colors of #A16F18
Black with #A16F18
Text Example
Text Example
White with #A16F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16F18; }
p { color: rgb(161,111,24); }
H1.HeaderClassName
{
color: #A16F18;
}
.AnyTagClassName
{
color: #A16F18;
}
</style>
background-color css
<style>
a { background-color: #A16F18; }
a { background-color: rgb(161,111,24); }
div.DivClassName
{
background-color: #A16F18;
}
.BgClassName
{
background-color: #A16F18;
}
</style>
border-color css
<style>
span { border-color: #A16F18; }
span { border-color: rgb(161,111,24); }
td.TdClassName
{
border-color: #A16F18;
}
.TagClassName
{
border-color: #A16F18;
}
</style>