Shades of Golden Brown #A15206
Tints of Golden Brown #A15206
RGB
CMYK
RGB Variations
Color information
#A15206 (or 0xA15206) is known color: Golden Brown. HEX triplet: A1, 52 and 06. RGB value is (161,82,6). Sum of RGB (Red+Green+Blue) = 161+82+6=249 (32% of max value = 765). Red value is 161 (63.28% from 255 or 64.66% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 6 (2.73% from 255 or 2.41% from 249); Max value from RGB is 161 - color contains mainly: red. Hex color #A15206 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15206 is #5EADF9. Grayscale: #616161. Windows color (decimal): -6204922 or 414369. OLE color: 414369.
HSL color Cylindrical-coordinate representation of color #A15206: hue angle of 29.42º 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 #A15206 is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 82 | 6 | - |
| CMYK | 0 | 0.49 | 0.96 | 0.37 |
| HSL | 29.42º | 0.93% | 0.33% | - |
| HSV(B) | 29.42º | 0.96% | 0.63% | - |
| XYZ | 17.75 | 13.62 | 1.87 | - |
| YUV | 96.96 | 76.67 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 82 | 6 | 0 | 0.49 | 0.96 | 0.37 | 29.42 | 0.93 | 0.33 |
| Hex | A1 | 52 | 6 | 0 | 31 | 60 | 25 | 1D | 5D | 21 |
| Octal | 241 | 122 | 6 | 0 | 61 | 140 | 45 | 35 | 135 | 41 |
| Binary | 10100001 | 1010010 | 110 | 0 | 110001 | 1100000 | 100101 | 11101 | 1011101 | 100001 |
Color Harmonies of #A15206
Complementary color
Monochromatic Colors of #A15206
Black with #A15206
Text Example
Text Example
White with #A15206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15206; }
p { color: rgb(161,82,6); }
H1.HeaderClassName
{
color: #A15206;
}
.AnyTagClassName
{
color: #A15206;
}
</style>
background-color css
<style>
a { background-color: #A15206; }
a { background-color: rgb(161,82,6); }
div.DivClassName
{
background-color: #A15206;
}
.BgClassName
{
background-color: #A15206;
}
</style>
border-color css
<style>
span { border-color: #A15206; }
span { border-color: rgb(161,82,6); }
td.TdClassName
{
border-color: #A15206;
}
.TagClassName
{
border-color: #A15206;
}
</style>