Shades of Golden Brown #A0640D
Tints of Golden Brown #A0640D
RGB
CMYK
RGB Variations
Color information
#A0640D (or 0xA0640D) is known color: Golden Brown. HEX triplet: A0, 64 and 0D. RGB value is (160,100,13). Sum of RGB (Red+Green+Blue) = 160+100+13=273 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.61% from 273); Green value is 100 (39.45% from 255 or 36.63% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 160 - color contains mainly: red. Hex color #A0640D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A0640D is #5F9BF2. Grayscale: #6C6C6C. Windows color (decimal): -6265843 or 877728. OLE color: 877728.
HSL color Cylindrical-coordinate representation of color #A0640D: hue angle of 35.51º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A0640D is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 100 | 13 | - |
| CMYK | 0 | 0.38 | 0.92 | 0.37 |
| HSL | 35.51º | 0.85% | 0.34% | - |
| HSV(B) | 35.51º | 0.92% | 0.63% | - |
| XYZ | 19.13 | 16.62 | 2.58 | - |
| YUV | 108.02 | 74.38 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 100 | 13 | 0 | 0.38 | 0.92 | 0.37 | 35.51 | 0.85 | 0.34 |
| Hex | A0 | 64 | D | 0 | 26 | 5C | 25 | 24 | 55 | 22 |
| Octal | 240 | 144 | 15 | 0 | 46 | 134 | 45 | 44 | 125 | 42 |
| Binary | 10100000 | 1100100 | 1101 | 0 | 100110 | 1011100 | 100101 | 100100 | 1010101 | 100010 |
Color Harmonies of #A0640D
Complementary color
Monochromatic Colors of #A0640D
Black with #A0640D
Text Example
Text Example
White with #A0640D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0640D; }
p { color: rgb(160,100,13); }
H1.HeaderClassName
{
color: #A0640D;
}
.AnyTagClassName
{
color: #A0640D;
}
</style>
background-color css
<style>
a { background-color: #A0640D; }
a { background-color: rgb(160,100,13); }
div.DivClassName
{
background-color: #A0640D;
}
.BgClassName
{
background-color: #A0640D;
}
</style>
border-color css
<style>
span { border-color: #A0640D; }
span { border-color: rgb(160,100,13); }
td.TdClassName
{
border-color: #A0640D;
}
.TagClassName
{
border-color: #A0640D;
}
</style>