Shades of Golden Brown #A1750E
Tints of Golden Brown #A1750E
RGB
CMYK
RGB Variations
Color information
#A1750E (or 0xA1750E) is known color: Golden Brown. HEX triplet: A1, 75 and 0E. RGB value is (161,117,14). Sum of RGB (Red+Green+Blue) = 161+117+14=292 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.14% from 292); Green value is 117 (46.09% from 255 or 40.07% from 292); Blue value is 14 (5.86% from 255 or 4.79% from 292); Max value from RGB is 161 - color contains mainly: red. Hex color #A1750E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A1750E is #5E8AF1. Grayscale: #767676. Windows color (decimal): -6195954 or 947617. OLE color: 947617.
HSL color Cylindrical-coordinate representation of color #A1750E: hue angle of 42.04º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A1750E is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 117 | 14 | - |
| CMYK | 0 | 0.27 | 0.91 | 0.37 |
| HSL | 42.04º | 0.84% | 0.34% | - |
| HSV(B) | 42.04º | 0.91% | 0.63% | - |
| XYZ | 21.14 | 20.33 | 3.23 | - |
| YUV | 118.41 | 69.08 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 117 | 14 | 0 | 0.27 | 0.91 | 0.37 | 42.04 | 0.84 | 0.34 |
| Hex | A1 | 75 | E | 0 | 1B | 5B | 25 | 2A | 54 | 22 |
| Octal | 241 | 165 | 16 | 0 | 33 | 133 | 45 | 52 | 124 | 42 |
| Binary | 10100001 | 1110101 | 1110 | 0 | 11011 | 1011011 | 100101 | 101010 | 1010100 | 100010 |
Color Harmonies of #A1750E
Complementary color
Monochromatic Colors of #A1750E
Black with #A1750E
Text Example
Text Example
White with #A1750E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1750E; }
p { color: rgb(161,117,14); }
H1.HeaderClassName
{
color: #A1750E;
}
.AnyTagClassName
{
color: #A1750E;
}
</style>
background-color css
<style>
a { background-color: #A1750E; }
a { background-color: rgb(161,117,14); }
div.DivClassName
{
background-color: #A1750E;
}
.BgClassName
{
background-color: #A1750E;
}
</style>
border-color css
<style>
span { border-color: #A1750E; }
span { border-color: rgb(161,117,14); }
td.TdClassName
{
border-color: #A1750E;
}
.TagClassName
{
border-color: #A1750E;
}
</style>