Shades of Golden Brown #A0660A
Tints of Golden Brown #A0660A
RGB
CMYK
RGB Variations
Color information
#A0660A (or 0xA0660A) is known color: Golden Brown. HEX triplet: A0, 66 and 0A. RGB value is (160,102,10). Sum of RGB (Red+Green+Blue) = 160+102+10=272 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.82% from 272); Green value is 102 (40.23% from 255 or 37.5% from 272); Blue value is 10 (4.30% from 255 or 3.68% from 272); Max value from RGB is 160 - color contains mainly: red. Hex color #A0660A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A0660A is #5F99F5. Grayscale: #6D6D6D. Windows color (decimal): -6265334 or 681632. OLE color: 681632.
HSL color Cylindrical-coordinate representation of color #A0660A: hue angle of 36.8º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A0660A is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 102 | 10 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.37 |
| HSL | 36.8º | 0.88% | 0.33% | - |
| HSV(B) | 36.8º | 0.94% | 0.63% | - |
| XYZ | 19.3 | 17 | 2.55 | - |
| YUV | 108.85 | 72.22 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 102 | 10 | 0 | 0.36 | 0.94 | 0.37 | 36.8 | 0.88 | 0.33 |
| Hex | A0 | 66 | A | 0 | 24 | 5E | 25 | 25 | 58 | 21 |
| Octal | 240 | 146 | 12 | 0 | 44 | 136 | 45 | 45 | 130 | 41 |
| Binary | 10100000 | 1100110 | 1010 | 0 | 100100 | 1011110 | 100101 | 100101 | 1011000 | 100001 |
Color Harmonies of #A0660A
Complementary color
Monochromatic Colors of #A0660A
Black with #A0660A
Text Example
Text Example
White with #A0660A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0660A; }
p { color: rgb(160,102,10); }
H1.HeaderClassName
{
color: #A0660A;
}
.AnyTagClassName
{
color: #A0660A;
}
</style>
background-color css
<style>
a { background-color: #A0660A; }
a { background-color: rgb(160,102,10); }
div.DivClassName
{
background-color: #A0660A;
}
.BgClassName
{
background-color: #A0660A;
}
</style>
border-color css
<style>
span { border-color: #A0660A; }
span { border-color: rgb(160,102,10); }
td.TdClassName
{
border-color: #A0660A;
}
.TagClassName
{
border-color: #A0660A;
}
</style>