Shades of Golden Brown #A1740F
Tints of Golden Brown #A1740F
RGB
CMYK
RGB Variations
Color information
#A1740F (or 0xA1740F) is known color: Golden Brown. HEX triplet: A1, 74 and 0F. RGB value is (161,116,15). Sum of RGB (Red+Green+Blue) = 161+116+15=292 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.14% from 292); Green value is 116 (45.70% from 255 or 39.73% from 292); Blue value is 15 (6.25% from 255 or 5.14% from 292); Max value from RGB is 161 - color contains mainly: red. Hex color #A1740F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A1740F is #5E8BF0. Grayscale: #767676. Windows color (decimal): -6196209 or 1012897. OLE color: 1012897.
HSL color Cylindrical-coordinate representation of color #A1740F: hue angle of 41.51º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A1740F is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 116 | 15 | - |
| CMYK | 0 | 0.28 | 0.91 | 0.37 |
| HSL | 41.51º | 0.83% | 0.35% | - |
| HSV(B) | 41.51º | 0.91% | 0.63% | - |
| XYZ | 21.03 | 20.1 | 3.22 | - |
| YUV | 117.94 | 69.91 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 116 | 15 | 0 | 0.28 | 0.91 | 0.37 | 41.51 | 0.83 | 0.35 |
| Hex | A1 | 74 | F | 0 | 1C | 5B | 25 | 2A | 53 | 23 |
| Octal | 241 | 164 | 17 | 0 | 34 | 133 | 45 | 52 | 123 | 43 |
| Binary | 10100001 | 1110100 | 1111 | 0 | 11100 | 1011011 | 100101 | 101010 | 1010011 | 100011 |
Color Harmonies of #A1740F
Complementary color
Monochromatic Colors of #A1740F
Black with #A1740F
Text Example
Text Example
White with #A1740F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1740F; }
p { color: rgb(161,116,15); }
H1.HeaderClassName
{
color: #A1740F;
}
.AnyTagClassName
{
color: #A1740F;
}
</style>
background-color css
<style>
a { background-color: #A1740F; }
a { background-color: rgb(161,116,15); }
div.DivClassName
{
background-color: #A1740F;
}
.BgClassName
{
background-color: #A1740F;
}
</style>
border-color css
<style>
span { border-color: #A1740F; }
span { border-color: rgb(161,116,15); }
td.TdClassName
{
border-color: #A1740F;
}
.TagClassName
{
border-color: #A1740F;
}
</style>