Shades of Golden Brown #A15301
Tints of Golden Brown #A15301
RGB
CMYK
RGB Variations
Color information
#A15301 (or 0xA15301) is known color: Golden Brown. HEX triplet: A1, 53 and 01. RGB value is (161,83,1). Sum of RGB (Red+Green+Blue) = 161+83+1=245 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.71% from 245); Green value is 83 (32.81% from 255 or 33.88% from 245); Blue value is 1 (0.78% from 255 or 0.41% from 245); Max value from RGB is 161 - color contains mainly: red. Hex color #A15301 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15301 is #5EACFE. Grayscale: #616161. Windows color (decimal): -6204671 or 86945. OLE color: 86945.
HSL color Cylindrical-coordinate representation of color #A15301: hue angle of 30.75º 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 #A15301 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 83 | 1 | - |
| CMYK | 0 | 0.48 | 0.99 | 0.37 |
| HSL | 30.75º | 0.99% | 0.32% | - |
| HSV(B) | 30.75º | 0.99% | 0.63% | - |
| XYZ | 17.8 | 13.77 | 1.75 | - |
| YUV | 96.97 | 73.84 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 83 | 1 | 0 | 0.48 | 0.99 | 0.37 | 30.75 | 0.99 | 0.32 |
| Hex | A1 | 53 | 1 | 0 | 30 | 63 | 25 | 1F | 63 | 20 |
| Octal | 241 | 123 | 1 | 0 | 60 | 143 | 45 | 37 | 143 | 40 |
| Binary | 10100001 | 1010011 | 1 | 0 | 110000 | 1100011 | 100101 | 11111 | 1100011 | 100000 |
Color Harmonies of #A15301
Complementary color
Monochromatic Colors of #A15301
Black with #A15301
Text Example
Text Example
White with #A15301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15301; }
p { color: rgb(161,83,1); }
H1.HeaderClassName
{
color: #A15301;
}
.AnyTagClassName
{
color: #A15301;
}
</style>
background-color css
<style>
a { background-color: #A15301; }
a { background-color: rgb(161,83,1); }
div.DivClassName
{
background-color: #A15301;
}
.BgClassName
{
background-color: #A15301;
}
</style>
border-color css
<style>
span { border-color: #A15301; }
span { border-color: rgb(161,83,1); }
td.TdClassName
{
border-color: #A15301;
}
.TagClassName
{
border-color: #A15301;
}
</style>