Shades of Golden Brown #A06E1D
Tints of Golden Brown #A06E1D
RGB
CMYK
RGB Variations
Color information
#A06E1D (or 0xA06E1D) is known color: Golden Brown. HEX triplet: A0, 6E and 1D. RGB value is (160,110,29). Sum of RGB (Red+Green+Blue) = 160+110+29=299 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.51% from 299); Green value is 110 (43.36% from 255 or 36.79% from 299); Blue value is 29 (11.72% from 255 or 9.70% from 299); Max value from RGB is 160 - color contains mainly: red. Hex color #A06E1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06E1D is #5F91E2. Grayscale: #747474. Windows color (decimal): -6263267 or 1928864. OLE color: 1928864.
HSL color Cylindrical-coordinate representation of color #A06E1D: hue angle of 37.1º degrees, saturation: 0.69, 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 #A06E1D is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 110 | 29 | - |
| CMYK | 0 | 0.31 | 0.82 | 0.37 |
| HSL | 37.1º | 0.69% | 0.37% | - |
| HSV(B) | 37.1º | 0.82% | 0.63% | - |
| XYZ | 20.29 | 18.71 | 3.7 | - |
| YUV | 115.72 | 79.07 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 110 | 29 | 0 | 0.31 | 0.82 | 0.37 | 37.1 | 0.69 | 0.37 |
| Hex | A0 | 6E | 1D | 0 | 1F | 52 | 25 | 25 | 45 | 25 |
| Octal | 240 | 156 | 35 | 0 | 37 | 122 | 45 | 45 | 105 | 45 |
| Binary | 10100000 | 1101110 | 11101 | 0 | 11111 | 1010010 | 100101 | 100101 | 1000101 | 100101 |
Color Harmonies of #A06E1D
Complementary color
Monochromatic Colors of #A06E1D
Black with #A06E1D
Text Example
Text Example
White with #A06E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06E1D; }
p { color: rgb(160,110,29); }
H1.HeaderClassName
{
color: #A06E1D;
}
.AnyTagClassName
{
color: #A06E1D;
}
</style>
background-color css
<style>
a { background-color: #A06E1D; }
a { background-color: rgb(160,110,29); }
div.DivClassName
{
background-color: #A06E1D;
}
.BgClassName
{
background-color: #A06E1D;
}
</style>
border-color css
<style>
span { border-color: #A06E1D; }
span { border-color: rgb(160,110,29); }
td.TdClassName
{
border-color: #A06E1D;
}
.TagClassName
{
border-color: #A06E1D;
}
</style>