Shades of Golden Brown #A15101
Tints of Golden Brown #A15101
RGB
CMYK
RGB Variations
Color information
#A15101 (or 0xA15101) is known color: Golden Brown. HEX triplet: A1, 51 and 01. RGB value is (161,81,1). Sum of RGB (Red+Green+Blue) = 161+81+1=243 (32% of max value = 765). Red value is 161 (63.28% from 255 or 66.26% from 243); Green value is 81 (32.03% from 255 or 33.33% from 243); Blue value is 1 (0.78% from 255 or 0.41% from 243); Max value from RGB is 161 - color contains mainly: red. Hex color #A15101 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15101 is #5EAEFE. Grayscale: #606060. Windows color (decimal): -6205183 or 86433. OLE color: 86433.
HSL color Cylindrical-coordinate representation of color #A15101: hue angle of 30º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A15101 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 81 | 1 | - |
| CMYK | 0 | 0.50 | 0.99 | 0.37 |
| HSL | 30º | 0.99% | 0.32% | - |
| HSV(B) | 30º | 0.99% | 0.63% | - |
| XYZ | 17.65 | 13.46 | 1.7 | - |
| YUV | 95.8 | 74.5 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 81 | 1 | 0 | 0.50 | 0.99 | 0.37 | 30 | 0.99 | 0.32 |
| Hex | A1 | 51 | 1 | 0 | 32 | 63 | 25 | 1E | 63 | 20 |
| Octal | 241 | 121 | 1 | 0 | 62 | 143 | 45 | 36 | 143 | 40 |
| Binary | 10100001 | 1010001 | 1 | 0 | 110010 | 1100011 | 100101 | 11110 | 1100011 | 100000 |
Color Harmonies of #A15101
Complementary color
Monochromatic Colors of #A15101
Black with #A15101
Text Example
Text Example
White with #A15101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15101; }
p { color: rgb(161,81,1); }
H1.HeaderClassName
{
color: #A15101;
}
.AnyTagClassName
{
color: #A15101;
}
</style>
background-color css
<style>
a { background-color: #A15101; }
a { background-color: rgb(161,81,1); }
div.DivClassName
{
background-color: #A15101;
}
.BgClassName
{
background-color: #A15101;
}
</style>
border-color css
<style>
span { border-color: #A15101; }
span { border-color: rgb(161,81,1); }
td.TdClassName
{
border-color: #A15101;
}
.TagClassName
{
border-color: #A15101;
}
</style>