Shades of Golden Brown #A1760A
Tints of Golden Brown #A1760A
RGB
CMYK
RGB Variations
Color information
#A1760A (or 0xA1760A) is known color: Golden Brown. HEX triplet: A1, 76 and 0A. RGB value is (161,118,10). Sum of RGB (Red+Green+Blue) = 161+118+10=289 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.71% from 289); Green value is 118 (46.48% from 255 or 40.83% from 289); Blue value is 10 (4.30% from 255 or 3.46% from 289); Max value from RGB is 161 - color contains mainly: red. Hex color #A1760A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A1760A is #5E89F5. Grayscale: #777777. Windows color (decimal): -6195702 or 685729. OLE color: 685729.
HSL color Cylindrical-coordinate representation of color #A1760A: hue angle of 42.91º 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 #A1760A is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 118 | 10 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.37 |
| HSL | 42.91º | 0.88% | 0.34% | - |
| HSV(B) | 42.91º | 0.94% | 0.63% | - |
| XYZ | 21.23 | 20.56 | 3.14 | - |
| YUV | 118.55 | 66.75 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 118 | 10 | 0 | 0.27 | 0.94 | 0.37 | 42.91 | 0.88 | 0.34 |
| Hex | A1 | 76 | A | 0 | 1B | 5E | 25 | 2B | 58 | 22 |
| Octal | 241 | 166 | 12 | 0 | 33 | 136 | 45 | 53 | 130 | 42 |
| Binary | 10100001 | 1110110 | 1010 | 0 | 11011 | 1011110 | 100101 | 101011 | 1011000 | 100010 |
Color Harmonies of #A1760A
Complementary color
Monochromatic Colors of #A1760A
Black with #A1760A
Text Example
Text Example
White with #A1760A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1760A; }
p { color: rgb(161,118,10); }
H1.HeaderClassName
{
color: #A1760A;
}
.AnyTagClassName
{
color: #A1760A;
}
</style>
background-color css
<style>
a { background-color: #A1760A; }
a { background-color: rgb(161,118,10); }
div.DivClassName
{
background-color: #A1760A;
}
.BgClassName
{
background-color: #A1760A;
}
</style>
border-color css
<style>
span { border-color: #A1760A; }
span { border-color: rgb(161,118,10); }
td.TdClassName
{
border-color: #A1760A;
}
.TagClassName
{
border-color: #A1760A;
}
</style>