Shades of Golden Brown #A16306
Tints of Golden Brown #A16306
RGB
CMYK
RGB Variations
Color information
#A16306 (or 0xA16306) is known color: Golden Brown. HEX triplet: A1, 63 and 06. RGB value is (161,99,6). Sum of RGB (Red+Green+Blue) = 161+99+6=266 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.53% from 266); Green value is 99 (39.06% from 255 or 37.22% from 266); Blue value is 6 (2.73% from 255 or 2.26% from 266); Max value from RGB is 161 - color contains mainly: red. Hex color #A16306 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16306 is #5E9CF9. Grayscale: #6B6B6B. Windows color (decimal): -6200570 or 418721. OLE color: 418721.
HSL color Cylindrical-coordinate representation of color #A16306: hue angle of 36º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A16306 is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 99 | 6 | - |
| CMYK | 0 | 0.39 | 0.96 | 0.37 |
| HSL | 36º | 0.93% | 0.33% | - |
| HSV(B) | 36º | 0.96% | 0.63% | - |
| XYZ | 19.19 | 16.51 | 2.35 | - |
| YUV | 106.94 | 71.04 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 99 | 6 | 0 | 0.39 | 0.96 | 0.37 | 36 | 0.93 | 0.33 |
| Hex | A1 | 63 | 6 | 0 | 27 | 60 | 25 | 24 | 5D | 21 |
| Octal | 241 | 143 | 6 | 0 | 47 | 140 | 45 | 44 | 135 | 41 |
| Binary | 10100001 | 1100011 | 110 | 0 | 100111 | 1100000 | 100101 | 100100 | 1011101 | 100001 |
Color Harmonies of #A16306
Complementary color
Monochromatic Colors of #A16306
Black with #A16306
Text Example
Text Example
White with #A16306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16306; }
p { color: rgb(161,99,6); }
H1.HeaderClassName
{
color: #A16306;
}
.AnyTagClassName
{
color: #A16306;
}
</style>
background-color css
<style>
a { background-color: #A16306; }
a { background-color: rgb(161,99,6); }
div.DivClassName
{
background-color: #A16306;
}
.BgClassName
{
background-color: #A16306;
}
</style>
border-color css
<style>
span { border-color: #A16306; }
span { border-color: rgb(161,99,6); }
td.TdClassName
{
border-color: #A16306;
}
.TagClassName
{
border-color: #A16306;
}
</style>