Shades of Golden Brown #A0681A
Tints of Golden Brown #A0681A
RGB
CMYK
RGB Variations
Color information
#A0681A (or 0xA0681A) is known color: Golden Brown. HEX triplet: A0, 68 and 1A. RGB value is (160,104,26). Sum of RGB (Red+Green+Blue) = 160+104+26=290 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.17% from 290); Green value is 104 (41.02% from 255 or 35.86% from 290); Blue value is 26 (10.55% from 255 or 8.97% from 290); Max value from RGB is 160 - color contains mainly: red. Hex color #A0681A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0681A is #5F97E5. Grayscale: #707070. Windows color (decimal): -6264806 or 1730720. OLE color: 1730720.
HSL color Cylindrical-coordinate representation of color #A0681A: hue angle of 34.93º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A0681A is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 104 | 26 | - |
| CMYK | 0 | 0.35 | 0.84 | 0.37 |
| HSL | 34.93º | 0.72% | 0.36% | - |
| HSV(B) | 34.93º | 0.84% | 0.63% | - |
| XYZ | 19.63 | 17.45 | 3.31 | - |
| YUV | 111.85 | 79.55 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 104 | 26 | 0 | 0.35 | 0.84 | 0.37 | 34.93 | 0.72 | 0.36 |
| Hex | A0 | 68 | 1A | 0 | 23 | 54 | 25 | 23 | 48 | 24 |
| Octal | 240 | 150 | 32 | 0 | 43 | 124 | 45 | 43 | 110 | 44 |
| Binary | 10100000 | 1101000 | 11010 | 0 | 100011 | 1010100 | 100101 | 100011 | 1001000 | 100100 |
Color Harmonies of #A0681A
Complementary color
Monochromatic Colors of #A0681A
Black with #A0681A
Text Example
Text Example
White with #A0681A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0681A; }
p { color: rgb(160,104,26); }
H1.HeaderClassName
{
color: #A0681A;
}
.AnyTagClassName
{
color: #A0681A;
}
</style>
background-color css
<style>
a { background-color: #A0681A; }
a { background-color: rgb(160,104,26); }
div.DivClassName
{
background-color: #A0681A;
}
.BgClassName
{
background-color: #A0681A;
}
</style>
border-color css
<style>
span { border-color: #A0681A; }
span { border-color: rgb(160,104,26); }
td.TdClassName
{
border-color: #A0681A;
}
.TagClassName
{
border-color: #A0681A;
}
</style>