Shades of Golden Brown #A0721A
Tints of Golden Brown #A0721A
RGB
CMYK
RGB Variations
Color information
#A0721A (or 0xA0721A) is known color: Golden Brown. HEX triplet: A0, 72 and 1A. RGB value is (160,114,26). Sum of RGB (Red+Green+Blue) = 160+114+26=300 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.33% from 300); Green value is 114 (44.92% from 255 or 38% from 300); Blue value is 26 (10.55% from 255 or 8.67% from 300); Max value from RGB is 160 - color contains mainly: red. Hex color #A0721A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0721A is #5F8DE5. Grayscale: #767676. Windows color (decimal): -6262246 or 1733280. OLE color: 1733280.
HSL color Cylindrical-coordinate representation of color #A0721A: hue angle of 39.4º 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 #A0721A is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 114 | 26 | - |
| CMYK | 0 | 0.29 | 0.84 | 0.37 |
| HSL | 39.4º | 0.72% | 0.36% | - |
| HSV(B) | 39.4º | 0.84% | 0.63% | - |
| XYZ | 20.7 | 19.58 | 3.67 | - |
| YUV | 117.72 | 76.24 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 114 | 26 | 0 | 0.29 | 0.84 | 0.37 | 39.4 | 0.72 | 0.36 |
| Hex | A0 | 72 | 1A | 0 | 1D | 54 | 25 | 27 | 48 | 24 |
| Octal | 240 | 162 | 32 | 0 | 35 | 124 | 45 | 47 | 110 | 44 |
| Binary | 10100000 | 1110010 | 11010 | 0 | 11101 | 1010100 | 100101 | 100111 | 1001000 | 100100 |
Color Harmonies of #A0721A
Complementary color
Monochromatic Colors of #A0721A
Black with #A0721A
Text Example
Text Example
White with #A0721A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0721A; }
p { color: rgb(160,114,26); }
H1.HeaderClassName
{
color: #A0721A;
}
.AnyTagClassName
{
color: #A0721A;
}
</style>
background-color css
<style>
a { background-color: #A0721A; }
a { background-color: rgb(160,114,26); }
div.DivClassName
{
background-color: #A0721A;
}
.BgClassName
{
background-color: #A0721A;
}
</style>
border-color css
<style>
span { border-color: #A0721A; }
span { border-color: rgb(160,114,26); }
td.TdClassName
{
border-color: #A0721A;
}
.TagClassName
{
border-color: #A0721A;
}
</style>