Shades of Golden Brown #A06105
Tints of Golden Brown #A06105
RGB
CMYK
RGB Variations
Color information
#A06105 (or 0xA06105) is known color: Golden Brown. HEX triplet: A0, 61 and 05. RGB value is (160,97,5). Sum of RGB (Red+Green+Blue) = 160+97+5=262 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.07% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 5 (2.34% from 255 or 1.91% from 262); Max value from RGB is 160 - color contains mainly: red. Hex color #A06105 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06105 is #5F9EFA. Grayscale: #696969. Windows color (decimal): -6266619 or 352672. OLE color: 352672.
HSL color Cylindrical-coordinate representation of color #A06105: hue angle of 35.61º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A06105 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 97 | 5 | - |
| CMYK | 0 | 0.39 | 0.97 | 0.37 |
| HSL | 35.61º | 0.94% | 0.32% | - |
| HSV(B) | 35.61º | 0.97% | 0.63% | - |
| XYZ | 18.8 | 16.03 | 2.25 | - |
| YUV | 105.35 | 71.37 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 97 | 5 | 0 | 0.39 | 0.97 | 0.37 | 35.61 | 0.94 | 0.32 |
| Hex | A0 | 61 | 5 | 0 | 27 | 61 | 25 | 24 | 5E | 20 |
| Octal | 240 | 141 | 5 | 0 | 47 | 141 | 45 | 44 | 136 | 40 |
| Binary | 10100000 | 1100001 | 101 | 0 | 100111 | 1100001 | 100101 | 100100 | 1011110 | 100000 |
Color Harmonies of #A06105
Complementary color
Monochromatic Colors of #A06105
Black with #A06105
Text Example
Text Example
White with #A06105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06105; }
p { color: rgb(160,97,5); }
H1.HeaderClassName
{
color: #A06105;
}
.AnyTagClassName
{
color: #A06105;
}
</style>
background-color css
<style>
a { background-color: #A06105; }
a { background-color: rgb(160,97,5); }
div.DivClassName
{
background-color: #A06105;
}
.BgClassName
{
background-color: #A06105;
}
</style>
border-color css
<style>
span { border-color: #A06105; }
span { border-color: rgb(160,97,5); }
td.TdClassName
{
border-color: #A06105;
}
.TagClassName
{
border-color: #A06105;
}
</style>