Shades of Golden Brown #A0681C
Tints of Golden Brown #A0681C
RGB
CMYK
RGB Variations
Color information
#A0681C (or 0xA0681C) is known color: Golden Brown. HEX triplet: A0, 68 and 1C. RGB value is (160,104,28). Sum of RGB (Red+Green+Blue) = 160+104+28=292 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.79% from 292); Green value is 104 (41.02% from 255 or 35.62% from 292); Blue value is 28 (11.33% from 255 or 9.59% from 292); Max value from RGB is 160 - color contains mainly: red. Hex color #A0681C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0681C is #5F97E3. Grayscale: #707070. Windows color (decimal): -6264804 or 1861792. OLE color: 1861792.
HSL color Cylindrical-coordinate representation of color #A0681C: hue angle of 34.55º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A0681C is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 104 | 28 | - |
| CMYK | 0 | 0.35 | 0.82 | 0.37 |
| HSL | 34.55º | 0.7% | 0.37% | - |
| HSV(B) | 34.55º | 0.83% | 0.63% | - |
| XYZ | 19.66 | 17.46 | 3.43 | - |
| YUV | 112.08 | 80.55 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 104 | 28 | 0 | 0.35 | 0.82 | 0.37 | 34.55 | 0.7 | 0.37 |
| Hex | A0 | 68 | 1C | 0 | 23 | 52 | 25 | 23 | 46 | 25 |
| Octal | 240 | 150 | 34 | 0 | 43 | 122 | 45 | 43 | 106 | 45 |
| Binary | 10100000 | 1101000 | 11100 | 0 | 100011 | 1010010 | 100101 | 100011 | 1000110 | 100101 |
Color Harmonies of #A0681C
Complementary color
Monochromatic Colors of #A0681C
Black with #A0681C
Text Example
Text Example
White with #A0681C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0681C; }
p { color: rgb(160,104,28); }
H1.HeaderClassName
{
color: #A0681C;
}
.AnyTagClassName
{
color: #A0681C;
}
</style>
background-color css
<style>
a { background-color: #A0681C; }
a { background-color: rgb(160,104,28); }
div.DivClassName
{
background-color: #A0681C;
}
.BgClassName
{
background-color: #A0681C;
}
</style>
border-color css
<style>
span { border-color: #A0681C; }
span { border-color: rgb(160,104,28); }
td.TdClassName
{
border-color: #A0681C;
}
.TagClassName
{
border-color: #A0681C;
}
</style>