Shades of Golden Brown #A1750A
Tints of Golden Brown #A1750A
RGB
CMYK
RGB Variations
Color information
#A1750A (or 0xA1750A) is known color: Golden Brown. HEX triplet: A1, 75 and 0A. RGB value is (161,117,10). Sum of RGB (Red+Green+Blue) = 161+117+10=288 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.90% from 288); Green value is 117 (46.09% from 255 or 40.62% from 288); Blue value is 10 (4.30% from 255 or 3.47% from 288); Max value from RGB is 161 - color contains mainly: red. Hex color #A1750A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A1750A is #5E8AF5. Grayscale: #767676. Windows color (decimal): -6195958 or 685473. OLE color: 685473.
HSL color Cylindrical-coordinate representation of color #A1750A: hue angle of 42.52º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A1750A is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 117 | 10 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.37 |
| HSL | 42.52º | 0.88% | 0.34% | - |
| HSV(B) | 42.52º | 0.94% | 0.63% | - |
| XYZ | 21.11 | 20.32 | 3.1 | - |
| YUV | 117.96 | 67.08 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 117 | 10 | 0 | 0.27 | 0.94 | 0.37 | 42.52 | 0.88 | 0.34 |
| Hex | A1 | 75 | A | 0 | 1B | 5E | 25 | 2B | 58 | 22 |
| Octal | 241 | 165 | 12 | 0 | 33 | 136 | 45 | 53 | 130 | 42 |
| Binary | 10100001 | 1110101 | 1010 | 0 | 11011 | 1011110 | 100101 | 101011 | 1011000 | 100010 |
Color Harmonies of #A1750A
Complementary color
Monochromatic Colors of #A1750A
Black with #A1750A
Text Example
Text Example
White with #A1750A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1750A; }
p { color: rgb(161,117,10); }
H1.HeaderClassName
{
color: #A1750A;
}
.AnyTagClassName
{
color: #A1750A;
}
</style>
background-color css
<style>
a { background-color: #A1750A; }
a { background-color: rgb(161,117,10); }
div.DivClassName
{
background-color: #A1750A;
}
.BgClassName
{
background-color: #A1750A;
}
</style>
border-color css
<style>
span { border-color: #A1750A; }
span { border-color: rgb(161,117,10); }
td.TdClassName
{
border-color: #A1750A;
}
.TagClassName
{
border-color: #A1750A;
}
</style>