Shades of Golden Brown #A15901
Tints of Golden Brown #A15901
RGB
CMYK
RGB Variations
Color information
#A15901 (or 0xA15901) is known color: Golden Brown. HEX triplet: A1, 59 and 01. RGB value is (161,89,1). Sum of RGB (Red+Green+Blue) = 161+89+1=251 (33% of max value = 765). Red value is 161 (63.28% from 255 or 64.14% from 251); Green value is 89 (35.16% from 255 or 35.46% from 251); Blue value is 1 (0.78% from 255 or 0.40% from 251); Max value from RGB is 161 - color contains mainly: red. Hex color #A15901 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15901 is #5EA6FE. Grayscale: #646464. Windows color (decimal): -6203135 or 88481. OLE color: 88481.
HSL color Cylindrical-coordinate representation of color #A15901: hue angle of 33º 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 #A15901 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 89 | 1 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.37 |
| HSL | 33º | 0.99% | 0.32% | - |
| HSV(B) | 33º | 0.99% | 0.63% | - |
| XYZ | 18.28 | 14.72 | 1.91 | - |
| YUV | 100.5 | 71.85 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 89 | 1 | 0 | 0.45 | 0.99 | 0.37 | 33 | 0.99 | 0.32 |
| Hex | A1 | 59 | 1 | 0 | 2D | 63 | 25 | 21 | 63 | 20 |
| Octal | 241 | 131 | 1 | 0 | 55 | 143 | 45 | 41 | 143 | 40 |
| Binary | 10100001 | 1011001 | 1 | 0 | 101101 | 1100011 | 100101 | 100001 | 1100011 | 100000 |
Color Harmonies of #A15901
Complementary color
Monochromatic Colors of #A15901
Black with #A15901
Text Example
Text Example
White with #A15901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15901; }
p { color: rgb(161,89,1); }
H1.HeaderClassName
{
color: #A15901;
}
.AnyTagClassName
{
color: #A15901;
}
</style>
background-color css
<style>
a { background-color: #A15901; }
a { background-color: rgb(161,89,1); }
div.DivClassName
{
background-color: #A15901;
}
.BgClassName
{
background-color: #A15901;
}
</style>
border-color css
<style>
span { border-color: #A15901; }
span { border-color: rgb(161,89,1); }
td.TdClassName
{
border-color: #A15901;
}
.TagClassName
{
border-color: #A15901;
}
</style>