Shades of Golden Brown #A1701A
Tints of Golden Brown #A1701A
RGB
CMYK
RGB Variations
Color information
#A1701A (or 0xA1701A) is known color: Golden Brown. HEX triplet: A1, 70 and 1A. RGB value is (161,112,26). Sum of RGB (Red+Green+Blue) = 161+112+26=299 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.85% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 26 (10.55% from 255 or 8.70% from 299); Max value from RGB is 161 - color contains mainly: red. Hex color #A1701A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1701A is #5E8FE5. Grayscale: #757575. Windows color (decimal): -6197222 or 1732769. OLE color: 1732769.
HSL color Cylindrical-coordinate representation of color #A1701A: hue angle of 38.22º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A1701A is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 112 | 26 | - |
| CMYK | 0 | 0.30 | 0.84 | 0.37 |
| HSL | 38.22º | 0.72% | 0.37% | - |
| HSV(B) | 38.22º | 0.84% | 0.63% | - |
| XYZ | 20.68 | 19.24 | 3.6 | - |
| YUV | 116.85 | 76.73 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 112 | 26 | 0 | 0.30 | 0.84 | 0.37 | 38.22 | 0.72 | 0.37 |
| Hex | A1 | 70 | 1A | 0 | 1E | 54 | 25 | 26 | 48 | 25 |
| Octal | 241 | 160 | 32 | 0 | 36 | 124 | 45 | 46 | 110 | 45 |
| Binary | 10100001 | 1110000 | 11010 | 0 | 11110 | 1010100 | 100101 | 100110 | 1001000 | 100101 |
Color Harmonies of #A1701A
Complementary color
Monochromatic Colors of #A1701A
Black with #A1701A
Text Example
Text Example
White with #A1701A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1701A; }
p { color: rgb(161,112,26); }
H1.HeaderClassName
{
color: #A1701A;
}
.AnyTagClassName
{
color: #A1701A;
}
</style>
background-color css
<style>
a { background-color: #A1701A; }
a { background-color: rgb(161,112,26); }
div.DivClassName
{
background-color: #A1701A;
}
.BgClassName
{
background-color: #A1701A;
}
</style>
border-color css
<style>
span { border-color: #A1701A; }
span { border-color: rgb(161,112,26); }
td.TdClassName
{
border-color: #A1701A;
}
.TagClassName
{
border-color: #A1701A;
}
</style>