Shades of Golden Brown #A1701C
Tints of Golden Brown #A1701C
RGB
CMYK
RGB Variations
Color information
#A1701C (or 0xA1701C) is known color: Golden Brown. HEX triplet: A1, 70 and 1C. RGB value is (161,112,28). Sum of RGB (Red+Green+Blue) = 161+112+28=301 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.49% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 28 (11.33% from 255 or 9.30% from 301); Max value from RGB is 161 - color contains mainly: red. Hex color #A1701C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1701C is #5E8FE3. Grayscale: #757575. Windows color (decimal): -6197220 or 1863841. OLE color: 1863841.
HSL color Cylindrical-coordinate representation of color #A1701C: hue angle of 37.89º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A1701C is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 112 | 28 | - |
| CMYK | 0 | 0.30 | 0.83 | 0.37 |
| HSL | 37.89º | 0.7% | 0.37% | - |
| HSV(B) | 37.89º | 0.83% | 0.63% | - |
| XYZ | 20.7 | 19.25 | 3.72 | - |
| YUV | 117.08 | 77.73 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 112 | 28 | 0 | 0.30 | 0.83 | 0.37 | 37.89 | 0.7 | 0.37 |
| Hex | A1 | 70 | 1C | 0 | 1E | 53 | 25 | 26 | 46 | 25 |
| Octal | 241 | 160 | 34 | 0 | 36 | 123 | 45 | 46 | 106 | 45 |
| Binary | 10100001 | 1110000 | 11100 | 0 | 11110 | 1010011 | 100101 | 100110 | 1000110 | 100101 |
Color Harmonies of #A1701C
Complementary color
Monochromatic Colors of #A1701C
Black with #A1701C
Text Example
Text Example
White with #A1701C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1701C; }
p { color: rgb(161,112,28); }
H1.HeaderClassName
{
color: #A1701C;
}
.AnyTagClassName
{
color: #A1701C;
}
</style>
background-color css
<style>
a { background-color: #A1701C; }
a { background-color: rgb(161,112,28); }
div.DivClassName
{
background-color: #A1701C;
}
.BgClassName
{
background-color: #A1701C;
}
</style>
border-color css
<style>
span { border-color: #A1701C; }
span { border-color: rgb(161,112,28); }
td.TdClassName
{
border-color: #A1701C;
}
.TagClassName
{
border-color: #A1701C;
}
</style>