Shades of Golden Brown #A1730D
Tints of Golden Brown #A1730D
RGB
CMYK
RGB Variations
Color information
#A1730D (or 0xA1730D) is known color: Golden Brown. HEX triplet: A1, 73 and 0D. RGB value is (161,115,13). Sum of RGB (Red+Green+Blue) = 161+115+13=289 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.71% from 289); Green value is 115 (45.31% from 255 or 39.79% from 289); Blue value is 13 (5.47% from 255 or 4.50% from 289); Max value from RGB is 161 - color contains mainly: red. Hex color #A1730D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A1730D is #5E8CF2. Grayscale: #757575. Windows color (decimal): -6196467 or 881569. OLE color: 881569.
HSL color Cylindrical-coordinate representation of color #A1730D: hue angle of 41.35º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A1730D is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 115 | 13 | - |
| CMYK | 0 | 0.29 | 0.92 | 0.37 |
| HSL | 41.35º | 0.85% | 0.34% | - |
| HSV(B) | 41.35º | 0.92% | 0.63% | - |
| XYZ | 20.9 | 19.87 | 3.11 | - |
| YUV | 117.13 | 69.24 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 115 | 13 | 0 | 0.29 | 0.92 | 0.37 | 41.35 | 0.85 | 0.34 |
| Hex | A1 | 73 | D | 0 | 1D | 5C | 25 | 29 | 55 | 22 |
| Octal | 241 | 163 | 15 | 0 | 35 | 134 | 45 | 51 | 125 | 42 |
| Binary | 10100001 | 1110011 | 1101 | 0 | 11101 | 1011100 | 100101 | 101001 | 1010101 | 100010 |
Color Harmonies of #A1730D
Complementary color
Monochromatic Colors of #A1730D
Black with #A1730D
Text Example
Text Example
White with #A1730D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1730D; }
p { color: rgb(161,115,13); }
H1.HeaderClassName
{
color: #A1730D;
}
.AnyTagClassName
{
color: #A1730D;
}
</style>
background-color css
<style>
a { background-color: #A1730D; }
a { background-color: rgb(161,115,13); }
div.DivClassName
{
background-color: #A1730D;
}
.BgClassName
{
background-color: #A1730D;
}
</style>
border-color css
<style>
span { border-color: #A1730D; }
span { border-color: rgb(161,115,13); }
td.TdClassName
{
border-color: #A1730D;
}
.TagClassName
{
border-color: #A1730D;
}
</style>