Shades of Golden Brown #A1520D
Tints of Golden Brown #A1520D
RGB
CMYK
RGB Variations
Color information
#A1520D (or 0xA1520D) is known color: Golden Brown. HEX triplet: A1, 52 and 0D. RGB value is (161,82,13). Sum of RGB (Red+Green+Blue) = 161+82+13=256 (33% of max value = 765). Red value is 161 (63.28% from 255 or 62.89% from 256); Green value is 82 (32.42% from 255 or 32.03% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 161 - color contains mainly: red. Hex color #A1520D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A1520D is #5EADF2. Grayscale: #626262. Windows color (decimal): -6204915 or 873121. OLE color: 873121.
HSL color Cylindrical-coordinate representation of color #A1520D: hue angle of 27.97º 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 #A1520D is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 82 | 13 | - |
| CMYK | 0 | 0.49 | 0.92 | 0.37 |
| HSL | 27.97º | 0.85% | 0.34% | - |
| HSV(B) | 27.97º | 0.92% | 0.63% | - |
| XYZ | 17.79 | 13.64 | 2.08 | - |
| YUV | 97.76 | 80.17 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 82 | 13 | 0 | 0.49 | 0.92 | 0.37 | 27.97 | 0.85 | 0.34 |
| Hex | A1 | 52 | D | 0 | 31 | 5C | 25 | 1C | 55 | 22 |
| Octal | 241 | 122 | 15 | 0 | 61 | 134 | 45 | 34 | 125 | 42 |
| Binary | 10100001 | 1010010 | 1101 | 0 | 110001 | 1011100 | 100101 | 11100 | 1010101 | 100010 |
Color Harmonies of #A1520D
Complementary color
Monochromatic Colors of #A1520D
Black with #A1520D
Text Example
Text Example
White with #A1520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1520D; }
p { color: rgb(161,82,13); }
H1.HeaderClassName
{
color: #A1520D;
}
.AnyTagClassName
{
color: #A1520D;
}
</style>
background-color css
<style>
a { background-color: #A1520D; }
a { background-color: rgb(161,82,13); }
div.DivClassName
{
background-color: #A1520D;
}
.BgClassName
{
background-color: #A1520D;
}
</style>
border-color css
<style>
span { border-color: #A1520D; }
span { border-color: rgb(161,82,13); }
td.TdClassName
{
border-color: #A1520D;
}
.TagClassName
{
border-color: #A1520D;
}
</style>