Shades of Golden Brown #A15800
Tints of Golden Brown #A15800
RGB
CMYK
RGB Variations
Color information
#A15800 (or 0xA15800) is known color: Golden Brown. HEX triplet: A1, 58 and 00. RGB value is (161,88,0). Sum of RGB (Red+Green+Blue) = 161+88+0=249 (32% of max value = 765). Red value is 161 (63.28% from 255 or 64.66% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 161 - color contains mainly: red. Hex color #A15800 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15800 is #5EA7FF. Grayscale: #646464. Windows color (decimal): -6203392 or 22689. OLE color: 22689.
HSL color Cylindrical-coordinate representation of color #A15800: hue angle of 32.8º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A15800 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 88 | 0 | - |
| CMYK | 0 | 0.45 | 1 | 0.37 |
| HSL | 32.8º | 1% | 0.32% | - |
| HSV(B) | 32.8º | 1% | 0.63% | - |
| XYZ | 18.19 | 14.56 | 1.85 | - |
| YUV | 99.8 | 71.68 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 88 | 0 | 0 | 0.45 | 1 | 0.37 | 32.8 | 1 | 0.32 |
| Hex | A1 | 58 | 0 | 0 | 2D | 64 | 25 | 21 | 64 | 20 |
| Octal | 241 | 130 | 0 | 0 | 55 | 144 | 45 | 41 | 144 | 40 |
| Binary | 10100001 | 1011000 | 0 | 0 | 101101 | 1100100 | 100101 | 100001 | 1100100 | 100000 |
Color Harmonies of #A15800
Complementary color
Monochromatic Colors of #A15800
Black with #A15800
Text Example
Text Example
White with #A15800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15800; }
p { color: rgb(161,88,0); }
H1.HeaderClassName
{
color: #A15800;
}
.AnyTagClassName
{
color: #A15800;
}
</style>
background-color css
<style>
a { background-color: #A15800; }
a { background-color: rgb(161,88,0); }
div.DivClassName
{
background-color: #A15800;
}
.BgClassName
{
background-color: #A15800;
}
</style>
border-color css
<style>
span { border-color: #A15800; }
span { border-color: rgb(161,88,0); }
td.TdClassName
{
border-color: #A15800;
}
.TagClassName
{
border-color: #A15800;
}
</style>