Shades of Golden Brown #A0641E
Tints of Golden Brown #A0641E
RGB
CMYK
RGB Variations
Color information
#A0641E (or 0xA0641E) is known color: Golden Brown. HEX triplet: A0, 64 and 1E. RGB value is (160,100,30). Sum of RGB (Red+Green+Blue) = 160+100+30=290 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.17% from 290); Green value is 100 (39.45% from 255 or 34.48% from 290); Blue value is 30 (12.11% from 255 or 10.34% from 290); Max value from RGB is 160 - color contains mainly: red. Hex color #A0641E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0641E is #5F9BE1. Grayscale: #6E6E6E. Windows color (decimal): -6265826 or 1991840. OLE color: 1991840.
HSL color Cylindrical-coordinate representation of color #A0641E: hue angle of 32.31º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A0641E is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 100 | 30 | - |
| CMYK | 0 | 0.38 | 0.81 | 0.37 |
| HSL | 32.31º | 0.68% | 0.37% | - |
| HSV(B) | 32.31º | 0.81% | 0.63% | - |
| XYZ | 19.29 | 16.68 | 3.43 | - |
| YUV | 109.96 | 82.88 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 100 | 30 | 0 | 0.38 | 0.81 | 0.37 | 32.31 | 0.68 | 0.37 |
| Hex | A0 | 64 | 1E | 0 | 26 | 51 | 25 | 20 | 44 | 25 |
| Octal | 240 | 144 | 36 | 0 | 46 | 121 | 45 | 40 | 104 | 45 |
| Binary | 10100000 | 1100100 | 11110 | 0 | 100110 | 1010001 | 100101 | 100000 | 1000100 | 100101 |
Color Harmonies of #A0641E
Complementary color
Monochromatic Colors of #A0641E
Black with #A0641E
Text Example
Text Example
White with #A0641E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0641E; }
p { color: rgb(160,100,30); }
H1.HeaderClassName
{
color: #A0641E;
}
.AnyTagClassName
{
color: #A0641E;
}
</style>
background-color css
<style>
a { background-color: #A0641E; }
a { background-color: rgb(160,100,30); }
div.DivClassName
{
background-color: #A0641E;
}
.BgClassName
{
background-color: #A0641E;
}
</style>
border-color css
<style>
span { border-color: #A0641E; }
span { border-color: rgb(160,100,30); }
td.TdClassName
{
border-color: #A0641E;
}
.TagClassName
{
border-color: #A0641E;
}
</style>