Shades of Golden Brown #A17307
Tints of Golden Brown #A17307
RGB
CMYK
RGB Variations
Color information
#A17307 (or 0xA17307) is known color: Golden Brown. HEX triplet: A1, 73 and 07. RGB value is (161,115,7). Sum of RGB (Red+Green+Blue) = 161+115+7=283 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.89% from 283); Green value is 115 (45.31% from 255 or 40.64% from 283); Blue value is 7 (3.12% from 255 or 2.47% from 283); Max value from RGB is 161 - color contains mainly: red. Hex color #A17307 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17307 is #5E8CF8. Grayscale: #747474. Windows color (decimal): -6196473 or 488353. OLE color: 488353.
HSL color Cylindrical-coordinate representation of color #A17307: hue angle of 42.08º 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 #A17307 is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 115 | 7 | - |
| CMYK | 0 | 0.29 | 0.96 | 0.37 |
| HSL | 42.08º | 0.92% | 0.33% | - |
| HSV(B) | 42.08º | 0.96% | 0.63% | - |
| XYZ | 20.87 | 19.85 | 2.93 | - |
| YUV | 116.44 | 66.24 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 115 | 7 | 0 | 0.29 | 0.96 | 0.37 | 42.08 | 0.92 | 0.33 |
| Hex | A1 | 73 | 7 | 0 | 1D | 60 | 25 | 2A | 5C | 21 |
| Octal | 241 | 163 | 7 | 0 | 35 | 140 | 45 | 52 | 134 | 41 |
| Binary | 10100001 | 1110011 | 111 | 0 | 11101 | 1100000 | 100101 | 101010 | 1011100 | 100001 |
Color Harmonies of #A17307
Complementary color
Monochromatic Colors of #A17307
Black with #A17307
Text Example
Text Example
White with #A17307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17307; }
p { color: rgb(161,115,7); }
H1.HeaderClassName
{
color: #A17307;
}
.AnyTagClassName
{
color: #A17307;
}
</style>
background-color css
<style>
a { background-color: #A17307; }
a { background-color: rgb(161,115,7); }
div.DivClassName
{
background-color: #A17307;
}
.BgClassName
{
background-color: #A17307;
}
</style>
border-color css
<style>
span { border-color: #A17307; }
span { border-color: rgb(161,115,7); }
td.TdClassName
{
border-color: #A17307;
}
.TagClassName
{
border-color: #A17307;
}
</style>