Shades of Golden Brown #A15918
Tints of Golden Brown #A15918
RGB
CMYK
RGB Variations
Color information
#A15918 (or 0xA15918) is known color: Golden Brown. HEX triplet: A1, 59 and 18. RGB value is (161,89,24). Sum of RGB (Red+Green+Blue) = 161+89+24=274 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.76% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 24 (9.77% from 255 or 8.76% from 274); Max value from RGB is 161 - color contains mainly: red. Hex color #A15918 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15918 is #5EA6E7. Grayscale: #676767. Windows color (decimal): -6203112 or 1595809. OLE color: 1595809.
HSL color Cylindrical-coordinate representation of color #A15918: hue angle of 28.47º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A15918 is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 89 | 24 | - |
| CMYK | 0 | 0.45 | 0.85 | 0.37 |
| HSL | 28.47º | 0.74% | 0.36% | - |
| HSV(B) | 28.47º | 0.85% | 0.63% | - |
| XYZ | 18.44 | 14.79 | 2.75 | - |
| YUV | 103.12 | 83.35 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 89 | 24 | 0 | 0.45 | 0.85 | 0.37 | 28.47 | 0.74 | 0.36 |
| Hex | A1 | 59 | 18 | 0 | 2D | 55 | 25 | 1C | 4A | 24 |
| Octal | 241 | 131 | 30 | 0 | 55 | 125 | 45 | 34 | 112 | 44 |
| Binary | 10100001 | 1011001 | 11000 | 0 | 101101 | 1010101 | 100101 | 11100 | 1001010 | 100100 |
Color Harmonies of #A15918
Complementary color
Monochromatic Colors of #A15918
Black with #A15918
Text Example
Text Example
White with #A15918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15918; }
p { color: rgb(161,89,24); }
H1.HeaderClassName
{
color: #A15918;
}
.AnyTagClassName
{
color: #A15918;
}
</style>
background-color css
<style>
a { background-color: #A15918; }
a { background-color: rgb(161,89,24); }
div.DivClassName
{
background-color: #A15918;
}
.BgClassName
{
background-color: #A15918;
}
</style>
border-color css
<style>
span { border-color: #A15918; }
span { border-color: rgb(161,89,24); }
td.TdClassName
{
border-color: #A15918;
}
.TagClassName
{
border-color: #A15918;
}
</style>