Shades of Golden Brown #A16C08
Tints of Golden Brown #A16C08
RGB
CMYK
RGB Variations
Color information
#A16C08 (or 0xA16C08) is known color: Golden Brown. HEX triplet: A1, 6C and 08. RGB value is (161,108,8). Sum of RGB (Red+Green+Blue) = 161+108+8=277 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.12% from 277); Green value is 108 (42.58% from 255 or 38.99% from 277); Blue value is 8 (3.52% from 255 or 2.89% from 277); Max value from RGB is 161 - color contains mainly: red. Hex color #A16C08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16C08 is #5E93F7. Grayscale: #707070. Windows color (decimal): -6198264 or 552097. OLE color: 552097.
HSL color Cylindrical-coordinate representation of color #A16C08: hue angle of 39.22º 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 #A16C08 is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 108 | 8 | - |
| CMYK | 0 | 0.33 | 0.95 | 0.37 |
| HSL | 39.22º | 0.91% | 0.33% | - |
| HSV(B) | 39.22º | 0.95% | 0.63% | - |
| XYZ | 20.1 | 18.32 | 2.71 | - |
| YUV | 112.45 | 69.06 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 108 | 8 | 0 | 0.33 | 0.95 | 0.37 | 39.22 | 0.91 | 0.33 |
| Hex | A1 | 6C | 8 | 0 | 21 | 5F | 25 | 27 | 5B | 21 |
| Octal | 241 | 154 | 10 | 0 | 41 | 137 | 45 | 47 | 133 | 41 |
| Binary | 10100001 | 1101100 | 1000 | 0 | 100001 | 1011111 | 100101 | 100111 | 1011011 | 100001 |
Color Harmonies of #A16C08
Complementary color
Monochromatic Colors of #A16C08
Black with #A16C08
Text Example
Text Example
White with #A16C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16C08; }
p { color: rgb(161,108,8); }
H1.HeaderClassName
{
color: #A16C08;
}
.AnyTagClassName
{
color: #A16C08;
}
</style>
background-color css
<style>
a { background-color: #A16C08; }
a { background-color: rgb(161,108,8); }
div.DivClassName
{
background-color: #A16C08;
}
.BgClassName
{
background-color: #A16C08;
}
</style>
border-color css
<style>
span { border-color: #A16C08; }
span { border-color: rgb(161,108,8); }
td.TdClassName
{
border-color: #A16C08;
}
.TagClassName
{
border-color: #A16C08;
}
</style>