Shades of Golden Brown #A15510
Tints of Golden Brown #A15510
RGB
CMYK
RGB Variations
Color information
#A15510 (or 0xA15510) is known color: Golden Brown. HEX triplet: A1, 55 and 10. RGB value is (161,85,16). Sum of RGB (Red+Green+Blue) = 161+85+16=262 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.45% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 16 (6.64% from 255 or 6.11% from 262); Max value from RGB is 161 - color contains mainly: red. Hex color #A15510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15510 is #5EAAEF. Grayscale: #646464. Windows color (decimal): -6204144 or 1070497. OLE color: 1070497.
HSL color Cylindrical-coordinate representation of color #A15510: hue angle of 28.55º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A15510 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 85 | 16 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.37 |
| HSL | 28.55º | 0.82% | 0.35% | - |
| HSV(B) | 28.55º | 0.9% | 0.63% | - |
| XYZ | 18.04 | 14.11 | 2.26 | - |
| YUV | 99.86 | 80.68 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 85 | 16 | 0 | 0.47 | 0.90 | 0.37 | 28.55 | 0.82 | 0.35 |
| Hex | A1 | 55 | 10 | 0 | 2F | 5A | 25 | 1D | 52 | 23 |
| Octal | 241 | 125 | 20 | 0 | 57 | 132 | 45 | 35 | 122 | 43 |
| Binary | 10100001 | 1010101 | 10000 | 0 | 101111 | 1011010 | 100101 | 11101 | 1010010 | 100011 |
Color Harmonies of #A15510
Complementary color
Monochromatic Colors of #A15510
Black with #A15510
Text Example
Text Example
White with #A15510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15510; }
p { color: rgb(161,85,16); }
H1.HeaderClassName
{
color: #A15510;
}
.AnyTagClassName
{
color: #A15510;
}
</style>
background-color css
<style>
a { background-color: #A15510; }
a { background-color: rgb(161,85,16); }
div.DivClassName
{
background-color: #A15510;
}
.BgClassName
{
background-color: #A15510;
}
</style>
border-color css
<style>
span { border-color: #A15510; }
span { border-color: rgb(161,85,16); }
td.TdClassName
{
border-color: #A15510;
}
.TagClassName
{
border-color: #A15510;
}
</style>