Shades of Golden Brown #A16307
Tints of Golden Brown #A16307
RGB
CMYK
RGB Variations
Color information
#A16307 (or 0xA16307) is known color: Golden Brown. HEX triplet: A1, 63 and 07. RGB value is (161,99,7). Sum of RGB (Red+Green+Blue) = 161+99+7=267 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.30% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 7 (3.12% from 255 or 2.62% from 267); Max value from RGB is 161 - color contains mainly: red. Hex color #A16307 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16307 is #5E9CF8. Grayscale: #6B6B6B. Windows color (decimal): -6200569 or 484257. OLE color: 484257.
HSL color Cylindrical-coordinate representation of color #A16307: hue angle of 35.84º degrees, saturation: 0.92, 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 #A16307 is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 99 | 7 | - |
| CMYK | 0 | 0.39 | 0.96 | 0.37 |
| HSL | 35.84º | 0.92% | 0.33% | - |
| HSV(B) | 35.84º | 0.96% | 0.63% | - |
| XYZ | 19.2 | 16.52 | 2.38 | - |
| YUV | 107.05 | 71.54 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 99 | 7 | 0 | 0.39 | 0.96 | 0.37 | 35.84 | 0.92 | 0.33 |
| Hex | A1 | 63 | 7 | 0 | 27 | 60 | 25 | 24 | 5C | 21 |
| Octal | 241 | 143 | 7 | 0 | 47 | 140 | 45 | 44 | 134 | 41 |
| Binary | 10100001 | 1100011 | 111 | 0 | 100111 | 1100000 | 100101 | 100100 | 1011100 | 100001 |
Color Harmonies of #A16307
Complementary color
Monochromatic Colors of #A16307
Black with #A16307
Text Example
Text Example
White with #A16307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16307; }
p { color: rgb(161,99,7); }
H1.HeaderClassName
{
color: #A16307;
}
.AnyTagClassName
{
color: #A16307;
}
</style>
background-color css
<style>
a { background-color: #A16307; }
a { background-color: rgb(161,99,7); }
div.DivClassName
{
background-color: #A16307;
}
.BgClassName
{
background-color: #A16307;
}
</style>
border-color css
<style>
span { border-color: #A16307; }
span { border-color: rgb(161,99,7); }
td.TdClassName
{
border-color: #A16307;
}
.TagClassName
{
border-color: #A16307;
}
</style>