Shades of Golden Brown #A05206
Tints of Golden Brown #A05206
RGB
CMYK
RGB Variations
Color information
#A05206 (or 0xA05206) is known color: Golden Brown. HEX triplet: A0, 52 and 06. RGB value is (160,82,6). Sum of RGB (Red+Green+Blue) = 160+82+6=248 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.52% from 248); Green value is 82 (32.42% from 255 or 33.06% from 248); Blue value is 6 (2.73% from 255 or 2.42% from 248); Max value from RGB is 160 - color contains mainly: red. Hex color #A05206 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05206 is #5FADF9. Grayscale: #616161. Windows color (decimal): -6270458 or 414368. OLE color: 414368.
HSL color Cylindrical-coordinate representation of color #A05206: hue angle of 29.61º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A05206 is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 82 | 6 | - |
| CMYK | 0 | 0.49 | 0.96 | 0.37 |
| HSL | 29.61º | 0.93% | 0.33% | - |
| HSV(B) | 29.61º | 0.96% | 0.63% | - |
| XYZ | 17.55 | 13.52 | 1.86 | - |
| YUV | 96.66 | 76.84 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 82 | 6 | 0 | 0.49 | 0.96 | 0.37 | 29.61 | 0.93 | 0.33 |
| Hex | A0 | 52 | 6 | 0 | 31 | 60 | 25 | 1E | 5D | 21 |
| Octal | 240 | 122 | 6 | 0 | 61 | 140 | 45 | 36 | 135 | 41 |
| Binary | 10100000 | 1010010 | 110 | 0 | 110001 | 1100000 | 100101 | 11110 | 1011101 | 100001 |
Color Harmonies of #A05206
Complementary color
Monochromatic Colors of #A05206
Black with #A05206
Text Example
Text Example
White with #A05206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05206; }
p { color: rgb(160,82,6); }
H1.HeaderClassName
{
color: #A05206;
}
.AnyTagClassName
{
color: #A05206;
}
</style>
background-color css
<style>
a { background-color: #A05206; }
a { background-color: rgb(160,82,6); }
div.DivClassName
{
background-color: #A05206;
}
.BgClassName
{
background-color: #A05206;
}
</style>
border-color css
<style>
span { border-color: #A05206; }
span { border-color: rgb(160,82,6); }
td.TdClassName
{
border-color: #A05206;
}
.TagClassName
{
border-color: #A05206;
}
</style>