Shades of Golden Brown #A1701D
Tints of Golden Brown #A1701D
RGB
CMYK
RGB Variations
Color information
#A1701D (or 0xA1701D) is known color: Golden Brown. HEX triplet: A1, 70 and 1D. RGB value is (161,112,29). Sum of RGB (Red+Green+Blue) = 161+112+29=302 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.31% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 29 (11.72% from 255 or 9.60% from 302); Max value from RGB is 161 - color contains mainly: red. Hex color #A1701D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1701D is #5E8FE2. Grayscale: #757575. Windows color (decimal): -6197219 or 1929377. OLE color: 1929377.
HSL color Cylindrical-coordinate representation of color #A1701D: hue angle of 37.73º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A1701D is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 112 | 29 | - |
| CMYK | 0 | 0.30 | 0.82 | 0.37 |
| HSL | 37.73º | 0.69% | 0.37% | - |
| HSV(B) | 37.73º | 0.82% | 0.63% | - |
| XYZ | 20.71 | 19.25 | 3.79 | - |
| YUV | 117.19 | 78.23 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 112 | 29 | 0 | 0.30 | 0.82 | 0.37 | 37.73 | 0.69 | 0.37 |
| Hex | A1 | 70 | 1D | 0 | 1E | 52 | 25 | 26 | 45 | 25 |
| Octal | 241 | 160 | 35 | 0 | 36 | 122 | 45 | 46 | 105 | 45 |
| Binary | 10100001 | 1110000 | 11101 | 0 | 11110 | 1010010 | 100101 | 100110 | 1000101 | 100101 |
Color Harmonies of #A1701D
Complementary color
Monochromatic Colors of #A1701D
Black with #A1701D
Text Example
Text Example
White with #A1701D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1701D; }
p { color: rgb(161,112,29); }
H1.HeaderClassName
{
color: #A1701D;
}
.AnyTagClassName
{
color: #A1701D;
}
</style>
background-color css
<style>
a { background-color: #A1701D; }
a { background-color: rgb(161,112,29); }
div.DivClassName
{
background-color: #A1701D;
}
.BgClassName
{
background-color: #A1701D;
}
</style>
border-color css
<style>
span { border-color: #A1701D; }
span { border-color: rgb(161,112,29); }
td.TdClassName
{
border-color: #A1701D;
}
.TagClassName
{
border-color: #A1701D;
}
</style>