Shades of Golden Brown #A16908
Tints of Golden Brown #A16908
RGB
CMYK
RGB Variations
Color information
#A16908 (or 0xA16908) is known color: Golden Brown. HEX triplet: A1, 69 and 08. RGB value is (161,105,8). Sum of RGB (Red+Green+Blue) = 161+105+8=274 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.76% from 274); Green value is 105 (41.41% from 255 or 38.32% from 274); Blue value is 8 (3.52% from 255 or 2.92% from 274); Max value from RGB is 161 - color contains mainly: red. Hex color #A16908 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16908 is #5E96F7. Grayscale: #6F6F6F. Windows color (decimal): -6199032 or 551329. OLE color: 551329.
HSL color Cylindrical-coordinate representation of color #A16908: hue angle of 38.04º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A16908 is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 105 | 8 | - |
| CMYK | 0 | 0.35 | 0.95 | 0.37 |
| HSL | 38.04º | 0.91% | 0.33% | - |
| HSV(B) | 38.04º | 0.95% | 0.63% | - |
| XYZ | 19.79 | 17.7 | 2.6 | - |
| YUV | 110.69 | 70.05 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 105 | 8 | 0 | 0.35 | 0.95 | 0.37 | 38.04 | 0.91 | 0.33 |
| Hex | A1 | 69 | 8 | 0 | 23 | 5F | 25 | 26 | 5B | 21 |
| Octal | 241 | 151 | 10 | 0 | 43 | 137 | 45 | 46 | 133 | 41 |
| Binary | 10100001 | 1101001 | 1000 | 0 | 100011 | 1011111 | 100101 | 100110 | 1011011 | 100001 |
Color Harmonies of #A16908
Complementary color
Monochromatic Colors of #A16908
Black with #A16908
Text Example
Text Example
White with #A16908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16908; }
p { color: rgb(161,105,8); }
H1.HeaderClassName
{
color: #A16908;
}
.AnyTagClassName
{
color: #A16908;
}
</style>
background-color css
<style>
a { background-color: #A16908; }
a { background-color: rgb(161,105,8); }
div.DivClassName
{
background-color: #A16908;
}
.BgClassName
{
background-color: #A16908;
}
</style>
border-color css
<style>
span { border-color: #A16908; }
span { border-color: rgb(161,105,8); }
td.TdClassName
{
border-color: #A16908;
}
.TagClassName
{
border-color: #A16908;
}
</style>