Shades of Pale Brown #A07149
Tints of Pale Brown #A07149
RGB
CMYK
RGB Variations
Color information
#A07149 (or 0xA07149) is known color: Pale Brown. HEX triplet: A0, 71 and 49. RGB value is (160,113,73). Sum of RGB (Red+Green+Blue) = 160+113+73=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 160 - color contains mainly: red. Hex color #A07149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07149 is #5F8EB6. Grayscale: #7A7A7A. Windows color (decimal): -6262455 or 4813216. OLE color: 4813216.
HSL color Cylindrical-coordinate representation of color #A07149: hue angle of 27.59º 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 #A07149 is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 113 | 73 | - |
| CMYK | 0 | 0.29 | 0.54 | 0.37 |
| HSL | 27.59º | 0.37% | 0.46% | - |
| HSV(B) | 27.59º | 0.54% | 0.63% | - |
| XYZ | 21.6 | 19.76 | 8.98 | - |
| YUV | 122.49 | 100.07 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 113 | 73 | 0 | 0.29 | 0.54 | 0.37 | 27.59 | 0.37 | 0.46 |
| Hex | A0 | 71 | 49 | 0 | 1D | 36 | 25 | 1C | 25 | 2E |
| Octal | 240 | 161 | 111 | 0 | 35 | 66 | 45 | 34 | 45 | 56 |
| Binary | 10100000 | 1110001 | 1001001 | 0 | 11101 | 110110 | 100101 | 11100 | 100101 | 101110 |
Color Harmonies of #A07149
Complementary color
Monochromatic Colors of #A07149
Black with #A07149
Text Example
Text Example
White with #A07149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07149; }
p { color: rgb(160,113,73); }
H1.HeaderClassName
{
color: #A07149;
}
.AnyTagClassName
{
color: #A07149;
}
</style>
background-color css
<style>
a { background-color: #A07149; }
a { background-color: rgb(160,113,73); }
div.DivClassName
{
background-color: #A07149;
}
.BgClassName
{
background-color: #A07149;
}
</style>
border-color css
<style>
span { border-color: #A07149; }
span { border-color: rgb(160,113,73); }
td.TdClassName
{
border-color: #A07149;
}
.TagClassName
{
border-color: #A07149;
}
</style>