Shades of Golden Brown #A06E1C
Tints of Golden Brown #A06E1C
RGB
CMYK
RGB Variations
Color information
#A06E1C (or 0xA06E1C) is known color: Golden Brown. HEX triplet: A0, 6E and 1C. RGB value is (160,110,28). Sum of RGB (Red+Green+Blue) = 160+110+28=298 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.69% from 298); Green value is 110 (43.36% from 255 or 36.91% from 298); Blue value is 28 (11.33% from 255 or 9.40% from 298); Max value from RGB is 160 - color contains mainly: red. Hex color #A06E1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06E1C is #5F91E3. Grayscale: #737373. Windows color (decimal): -6263268 or 1863328. OLE color: 1863328.
HSL color Cylindrical-coordinate representation of color #A06E1C: hue angle of 37.27º 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 #A06E1C is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 110 | 28 | - |
| CMYK | 0 | 0.31 | 0.82 | 0.37 |
| HSL | 37.27º | 0.7% | 0.37% | - |
| HSV(B) | 37.27º | 0.83% | 0.63% | - |
| XYZ | 20.28 | 18.71 | 3.64 | - |
| YUV | 115.6 | 78.57 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 110 | 28 | 0 | 0.31 | 0.82 | 0.37 | 37.27 | 0.7 | 0.37 |
| Hex | A0 | 6E | 1C | 0 | 1F | 52 | 25 | 25 | 46 | 25 |
| Octal | 240 | 156 | 34 | 0 | 37 | 122 | 45 | 45 | 106 | 45 |
| Binary | 10100000 | 1101110 | 11100 | 0 | 11111 | 1010010 | 100101 | 100101 | 1000110 | 100101 |
Color Harmonies of #A06E1C
Complementary color
Monochromatic Colors of #A06E1C
Black with #A06E1C
Text Example
Text Example
White with #A06E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06E1C; }
p { color: rgb(160,110,28); }
H1.HeaderClassName
{
color: #A06E1C;
}
.AnyTagClassName
{
color: #A06E1C;
}
</style>
background-color css
<style>
a { background-color: #A06E1C; }
a { background-color: rgb(160,110,28); }
div.DivClassName
{
background-color: #A06E1C;
}
.BgClassName
{
background-color: #A06E1C;
}
</style>
border-color css
<style>
span { border-color: #A06E1C; }
span { border-color: rgb(160,110,28); }
td.TdClassName
{
border-color: #A06E1C;
}
.TagClassName
{
border-color: #A06E1C;
}
</style>