Shades of Golden Brown #A1580D
Tints of Golden Brown #A1580D
RGB
CMYK
RGB Variations
Color information
#A1580D (or 0xA1580D) is known color: Golden Brown. HEX triplet: A1, 58 and 0D. RGB value is (161,88,13). Sum of RGB (Red+Green+Blue) = 161+88+13=262 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.45% from 262); Green value is 88 (34.77% from 255 or 33.59% from 262); Blue value is 13 (5.47% from 255 or 4.96% from 262); Max value from RGB is 161 - color contains mainly: red. Hex color #A1580D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A1580D is #5EA7F2. Grayscale: #656565. Windows color (decimal): -6203379 or 874657. OLE color: 874657.
HSL color Cylindrical-coordinate representation of color #A1580D: hue angle of 30.41º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A1580D is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 88 | 13 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.37 |
| HSL | 30.41º | 0.85% | 0.34% | - |
| HSV(B) | 30.41º | 0.92% | 0.63% | - |
| XYZ | 18.26 | 14.59 | 2.23 | - |
| YUV | 101.28 | 78.18 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 88 | 13 | 0 | 0.45 | 0.92 | 0.37 | 30.41 | 0.85 | 0.34 |
| Hex | A1 | 58 | D | 0 | 2D | 5C | 25 | 1E | 55 | 22 |
| Octal | 241 | 130 | 15 | 0 | 55 | 134 | 45 | 36 | 125 | 42 |
| Binary | 10100001 | 1011000 | 1101 | 0 | 101101 | 1011100 | 100101 | 11110 | 1010101 | 100010 |
Color Harmonies of #A1580D
Complementary color
Monochromatic Colors of #A1580D
Black with #A1580D
Text Example
Text Example
White with #A1580D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1580D; }
p { color: rgb(161,88,13); }
H1.HeaderClassName
{
color: #A1580D;
}
.AnyTagClassName
{
color: #A1580D;
}
</style>
background-color css
<style>
a { background-color: #A1580D; }
a { background-color: rgb(161,88,13); }
div.DivClassName
{
background-color: #A1580D;
}
.BgClassName
{
background-color: #A1580D;
}
</style>
border-color css
<style>
span { border-color: #A1580D; }
span { border-color: rgb(161,88,13); }
td.TdClassName
{
border-color: #A1580D;
}
.TagClassName
{
border-color: #A1580D;
}
</style>