Shades of Golden Brown #A15C11
Tints of Golden Brown #A15C11
RGB
CMYK
RGB Variations
Color information
#A15C11 (or 0xA15C11) is known color: Golden Brown. HEX triplet: A1, 5C and 11. RGB value is (161,92,17). Sum of RGB (Red+Green+Blue) = 161+92+17=270 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.63% from 270); Green value is 92 (36.33% from 255 or 34.07% from 270); Blue value is 17 (7.03% from 255 or 6.30% from 270); Max value from RGB is 161 - color contains mainly: red. Hex color #A15C11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15C11 is #5EA3EE. Grayscale: #686868. Windows color (decimal): -6202351 or 1137825. OLE color: 1137825.
HSL color Cylindrical-coordinate representation of color #A15C11: hue angle of 31.25º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A15C11 is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 92 | 17 | - |
| CMYK | 0 | 0.43 | 0.89 | 0.37 |
| HSL | 31.25º | 0.81% | 0.35% | - |
| HSV(B) | 31.25º | 0.89% | 0.63% | - |
| XYZ | 18.63 | 15.27 | 2.5 | - |
| YUV | 104.08 | 78.86 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 92 | 17 | 0 | 0.43 | 0.89 | 0.37 | 31.25 | 0.81 | 0.35 |
| Hex | A1 | 5C | 11 | 0 | 2B | 59 | 25 | 1F | 51 | 23 |
| Octal | 241 | 134 | 21 | 0 | 53 | 131 | 45 | 37 | 121 | 43 |
| Binary | 10100001 | 1011100 | 10001 | 0 | 101011 | 1011001 | 100101 | 11111 | 1010001 | 100011 |
Color Harmonies of #A15C11
Complementary color
Monochromatic Colors of #A15C11
Black with #A15C11
Text Example
Text Example
White with #A15C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15C11; }
p { color: rgb(161,92,17); }
H1.HeaderClassName
{
color: #A15C11;
}
.AnyTagClassName
{
color: #A15C11;
}
</style>
background-color css
<style>
a { background-color: #A15C11; }
a { background-color: rgb(161,92,17); }
div.DivClassName
{
background-color: #A15C11;
}
.BgClassName
{
background-color: #A15C11;
}
</style>
border-color css
<style>
span { border-color: #A15C11; }
span { border-color: rgb(161,92,17); }
td.TdClassName
{
border-color: #A15C11;
}
.TagClassName
{
border-color: #A15C11;
}
</style>