Shades of Golden Brown #A1660A
Tints of Golden Brown #A1660A
RGB
CMYK
RGB Variations
Color information
#A1660A (or 0xA1660A) is known color: Golden Brown. HEX triplet: A1, 66 and 0A. RGB value is (161,102,10). Sum of RGB (Red+Green+Blue) = 161+102+10=273 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.97% from 273); Green value is 102 (40.23% from 255 or 37.36% from 273); Blue value is 10 (4.30% from 255 or 3.66% from 273); Max value from RGB is 161 - color contains mainly: red. Hex color #A1660A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A1660A is #5E99F5. Grayscale: #6D6D6D. Windows color (decimal): -6199798 or 681633. OLE color: 681633.
HSL color Cylindrical-coordinate representation of color #A1660A: hue angle of 36.56º 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 #A1660A is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 102 | 10 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.37 |
| HSL | 36.56º | 0.88% | 0.34% | - |
| HSV(B) | 36.56º | 0.94% | 0.63% | - |
| XYZ | 19.5 | 17.1 | 2.56 | - |
| YUV | 109.15 | 72.05 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 102 | 10 | 0 | 0.37 | 0.94 | 0.37 | 36.56 | 0.88 | 0.34 |
| Hex | A1 | 66 | A | 0 | 25 | 5E | 25 | 25 | 58 | 22 |
| Octal | 241 | 146 | 12 | 0 | 45 | 136 | 45 | 45 | 130 | 42 |
| Binary | 10100001 | 1100110 | 1010 | 0 | 100101 | 1011110 | 100101 | 100101 | 1011000 | 100010 |
Color Harmonies of #A1660A
Complementary color
Monochromatic Colors of #A1660A
Black with #A1660A
Text Example
Text Example
White with #A1660A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1660A; }
p { color: rgb(161,102,10); }
H1.HeaderClassName
{
color: #A1660A;
}
.AnyTagClassName
{
color: #A1660A;
}
</style>
background-color css
<style>
a { background-color: #A1660A; }
a { background-color: rgb(161,102,10); }
div.DivClassName
{
background-color: #A1660A;
}
.BgClassName
{
background-color: #A1660A;
}
</style>
border-color css
<style>
span { border-color: #A1660A; }
span { border-color: rgb(161,102,10); }
td.TdClassName
{
border-color: #A1660A;
}
.TagClassName
{
border-color: #A1660A;
}
</style>