Shades of Pale Brown #A07249
Tints of Pale Brown #A07249
RGB
CMYK
RGB Variations
Color information
#A07249 (or 0xA07249) is known color: Pale Brown. HEX triplet: A0, 72 and 49. RGB value is (160,114,73). Sum of RGB (Red+Green+Blue) = 160+114+73=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 73 (28.91% from 255 or 21.04% from 347); Max value from RGB is 160 - color contains mainly: red. Hex color #A07249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07249 is #5F8DB6. Grayscale: #7B7B7B. Windows color (decimal): -6262199 or 4813472. OLE color: 4813472.
HSL color Cylindrical-coordinate representation of color #A07249: hue angle of 28.28º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A07249 is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 114 | 73 | - |
| CMYK | 0 | 0.29 | 0.54 | 0.37 |
| HSL | 28.28º | 0.37% | 0.46% | - |
| HSV(B) | 28.28º | 0.54% | 0.63% | - |
| XYZ | 21.72 | 19.99 | 9.02 | - |
| YUV | 123.08 | 99.74 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 114 | 73 | 0 | 0.29 | 0.54 | 0.37 | 28.28 | 0.37 | 0.46 |
| Hex | A0 | 72 | 49 | 0 | 1D | 36 | 25 | 1C | 25 | 2E |
| Octal | 240 | 162 | 111 | 0 | 35 | 66 | 45 | 34 | 45 | 56 |
| Binary | 10100000 | 1110010 | 1001001 | 0 | 11101 | 110110 | 100101 | 11100 | 100101 | 101110 |
Color Harmonies of #A07249
Complementary color
Monochromatic Colors of #A07249
Black with #A07249
Text Example
Text Example
White with #A07249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07249; }
p { color: rgb(160,114,73); }
H1.HeaderClassName
{
color: #A07249;
}
.AnyTagClassName
{
color: #A07249;
}
</style>
background-color css
<style>
a { background-color: #A07249; }
a { background-color: rgb(160,114,73); }
div.DivClassName
{
background-color: #A07249;
}
.BgClassName
{
background-color: #A07249;
}
</style>
border-color css
<style>
span { border-color: #A07249; }
span { border-color: rgb(160,114,73); }
td.TdClassName
{
border-color: #A07249;
}
.TagClassName
{
border-color: #A07249;
}
</style>