Shades of Golden Brown #A0520F
Tints of Golden Brown #A0520F
RGB
CMYK
RGB Variations
Color information
#A0520F (or 0xA0520F) is known color: Golden Brown. HEX triplet: A0, 52 and 0F. RGB value is (160,82,15). Sum of RGB (Red+Green+Blue) = 160+82+15=257 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.26% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 160 - color contains mainly: red. Hex color #A0520F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A0520F is #5FADF0. Grayscale: #626262. Windows color (decimal): -6270449 or 1004192. OLE color: 1004192.
HSL color Cylindrical-coordinate representation of color #A0520F: hue angle of 27.72º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A0520F is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 82 | 15 | - |
| CMYK | 0 | 0.49 | 0.91 | 0.37 |
| HSL | 27.72º | 0.83% | 0.34% | - |
| HSV(B) | 27.72º | 0.91% | 0.63% | - |
| XYZ | 17.6 | 13.54 | 2.14 | - |
| YUV | 97.68 | 81.34 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 82 | 15 | 0 | 0.49 | 0.91 | 0.37 | 27.72 | 0.83 | 0.34 |
| Hex | A0 | 52 | F | 0 | 31 | 5B | 25 | 1C | 53 | 22 |
| Octal | 240 | 122 | 17 | 0 | 61 | 133 | 45 | 34 | 123 | 42 |
| Binary | 10100000 | 1010010 | 1111 | 0 | 110001 | 1011011 | 100101 | 11100 | 1010011 | 100010 |
Color Harmonies of #A0520F
Complementary color
Monochromatic Colors of #A0520F
Black with #A0520F
Text Example
Text Example
White with #A0520F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0520F; }
p { color: rgb(160,82,15); }
H1.HeaderClassName
{
color: #A0520F;
}
.AnyTagClassName
{
color: #A0520F;
}
</style>
background-color css
<style>
a { background-color: #A0520F; }
a { background-color: rgb(160,82,15); }
div.DivClassName
{
background-color: #A0520F;
}
.BgClassName
{
background-color: #A0520F;
}
</style>
border-color css
<style>
span { border-color: #A0520F; }
span { border-color: rgb(160,82,15); }
td.TdClassName
{
border-color: #A0520F;
}
.TagClassName
{
border-color: #A0520F;
}
</style>