Shades of Golden Brown #A0731A
Tints of Golden Brown #A0731A
RGB
CMYK
RGB Variations
Color information
#A0731A (or 0xA0731A) is known color: Golden Brown. HEX triplet: A0, 73 and 1A. RGB value is (160,115,26). Sum of RGB (Red+Green+Blue) = 160+115+26=301 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.16% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 26 (10.55% from 255 or 8.64% from 301); Max value from RGB is 160 - color contains mainly: red. Hex color #A0731A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0731A is #5F8CE5. Grayscale: #767676. Windows color (decimal): -6261990 or 1733536. OLE color: 1733536.
HSL color Cylindrical-coordinate representation of color #A0731A: hue angle of 39.85º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A0731A is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 115 | 26 | - |
| CMYK | 0 | 0.28 | 0.84 | 0.37 |
| HSL | 39.85º | 0.72% | 0.36% | - |
| HSV(B) | 39.85º | 0.84% | 0.63% | - |
| XYZ | 20.81 | 19.81 | 3.7 | - |
| YUV | 118.31 | 75.91 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 115 | 26 | 0 | 0.28 | 0.84 | 0.37 | 39.85 | 0.72 | 0.36 |
| Hex | A0 | 73 | 1A | 0 | 1C | 54 | 25 | 28 | 48 | 24 |
| Octal | 240 | 163 | 32 | 0 | 34 | 124 | 45 | 50 | 110 | 44 |
| Binary | 10100000 | 1110011 | 11010 | 0 | 11100 | 1010100 | 100101 | 101000 | 1001000 | 100100 |
Color Harmonies of #A0731A
Complementary color
Monochromatic Colors of #A0731A
Black with #A0731A
Text Example
Text Example
White with #A0731A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0731A; }
p { color: rgb(160,115,26); }
H1.HeaderClassName
{
color: #A0731A;
}
.AnyTagClassName
{
color: #A0731A;
}
</style>
background-color css
<style>
a { background-color: #A0731A; }
a { background-color: rgb(160,115,26); }
div.DivClassName
{
background-color: #A0731A;
}
.BgClassName
{
background-color: #A0731A;
}
</style>
border-color css
<style>
span { border-color: #A0731A; }
span { border-color: rgb(160,115,26); }
td.TdClassName
{
border-color: #A0731A;
}
.TagClassName
{
border-color: #A0731A;
}
</style>