Shades of Golden Brown #A15801
Tints of Golden Brown #A15801
RGB
CMYK
RGB Variations
Color information
#A15801 (or 0xA15801) is known color: Golden Brown. HEX triplet: A1, 58 and 01. RGB value is (161,88,1). Sum of RGB (Red+Green+Blue) = 161+88+1=250 (33% of max value = 765). Red value is 161 (63.28% from 255 or 64.4% from 250); Green value is 88 (34.77% from 255 or 35.2% from 250); Blue value is 1 (0.78% from 255 or 0.4% from 250); Max value from RGB is 161 - color contains mainly: red. Hex color #A15801 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15801 is #5EA7FE. Grayscale: #646464. Windows color (decimal): -6203391 or 88225. OLE color: 88225.
HSL color Cylindrical-coordinate representation of color #A15801: hue angle of 32.62º 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 #A15801 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 88 | 1 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.37 |
| HSL | 32.63º | 0.99% | 0.32% | - |
| HSV(B) | 32.63º | 0.99% | 0.63% | - |
| XYZ | 18.19 | 14.56 | 1.88 | - |
| YUV | 99.91 | 72.18 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 88 | 1 | 0 | 0.45 | 0.99 | 0.37 | 32.63 | 0.99 | 0.32 |
| Hex | A1 | 58 | 1 | 0 | 2D | 63 | 25 | 21 | 63 | 20 |
| Octal | 241 | 130 | 1 | 0 | 55 | 143 | 45 | 41 | 143 | 40 |
| Binary | 10100001 | 1011000 | 1 | 0 | 101101 | 1100011 | 100101 | 100001 | 1100011 | 100000 |
Color Harmonies of #A15801
Complementary color
Monochromatic Colors of #A15801
Black with #A15801
Text Example
Text Example
White with #A15801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15801; }
p { color: rgb(161,88,1); }
H1.HeaderClassName
{
color: #A15801;
}
.AnyTagClassName
{
color: #A15801;
}
</style>
background-color css
<style>
a { background-color: #A15801; }
a { background-color: rgb(161,88,1); }
div.DivClassName
{
background-color: #A15801;
}
.BgClassName
{
background-color: #A15801;
}
</style>
border-color css
<style>
span { border-color: #A15801; }
span { border-color: rgb(161,88,1); }
td.TdClassName
{
border-color: #A15801;
}
.TagClassName
{
border-color: #A15801;
}
</style>