Shades of Pale Brown #A0744D
Tints of Pale Brown #A0744D
RGB
CMYK
RGB Variations
Color information
#A0744D (or 0xA0744D) is known color: Pale Brown. HEX triplet: A0, 74 and 4D. RGB value is (160,116,77). Sum of RGB (Red+Green+Blue) = 160+116+77=353 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.33% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 160 - color contains mainly: red. Hex color #A0744D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0744D is #5F8BB2. Grayscale: #7C7C7C. Windows color (decimal): -6261683 or 5076128. OLE color: 5076128.
HSL color Cylindrical-coordinate representation of color #A0744D: hue angle of 28.19º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A0744D is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 116 | 77 | - |
| CMYK | 0 | 0.28 | 0.52 | 0.37 |
| HSL | 28.19º | 0.35% | 0.46% | - |
| HSV(B) | 28.19º | 0.52% | 0.63% | - |
| XYZ | 22.08 | 20.5 | 9.81 | - |
| YUV | 124.71 | 101.08 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 116 | 77 | 0 | 0.28 | 0.52 | 0.37 | 28.19 | 0.35 | 0.46 |
| Hex | A0 | 74 | 4D | 0 | 1C | 34 | 25 | 1C | 23 | 2E |
| Octal | 240 | 164 | 115 | 0 | 34 | 64 | 45 | 34 | 43 | 56 |
| Binary | 10100000 | 1110100 | 1001101 | 0 | 11100 | 110100 | 100101 | 11100 | 100011 | 101110 |
Color Harmonies of #A0744D
Complementary color
Monochromatic Colors of #A0744D
Black with #A0744D
Text Example
Text Example
White with #A0744D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0744D; }
p { color: rgb(160,116,77); }
H1.HeaderClassName
{
color: #A0744D;
}
.AnyTagClassName
{
color: #A0744D;
}
</style>
background-color css
<style>
a { background-color: #A0744D; }
a { background-color: rgb(160,116,77); }
div.DivClassName
{
background-color: #A0744D;
}
.BgClassName
{
background-color: #A0744D;
}
</style>
border-color css
<style>
span { border-color: #A0744D; }
span { border-color: rgb(160,116,77); }
td.TdClassName
{
border-color: #A0744D;
}
.TagClassName
{
border-color: #A0744D;
}
</style>