Shades of Pale Brown #A07444
Tints of Pale Brown #A07444
RGB
CMYK
RGB Variations
Color information
#A07444 (or 0xA07444) is known color: Pale Brown. HEX triplet: A0, 74 and 44. RGB value is (160,116,68). Sum of RGB (Red+Green+Blue) = 160+116+68=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 68 (26.95% from 255 or 19.77% from 344); Max value from RGB is 160 - color contains mainly: red. Hex color #A07444 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07444 is #5F8BBB. Grayscale: #7B7B7B. Windows color (decimal): -6261692 or 4486304. OLE color: 4486304.
HSL color Cylindrical-coordinate representation of color #A07444: hue angle of 31.3º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A07444 is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 116 | 68 | - |
| CMYK | 0 | 0.28 | 0.57 | 0.37 |
| HSL | 31.3º | 0.4% | 0.45% | - |
| HSV(B) | 31.3º | 0.58% | 0.63% | - |
| XYZ | 21.79 | 20.38 | 8.25 | - |
| YUV | 123.68 | 96.58 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 116 | 68 | 0 | 0.28 | 0.57 | 0.37 | 31.3 | 0.4 | 0.45 |
| Hex | A0 | 74 | 44 | 0 | 1C | 39 | 25 | 1F | 28 | 2D |
| Octal | 240 | 164 | 104 | 0 | 34 | 71 | 45 | 37 | 50 | 55 |
| Binary | 10100000 | 1110100 | 1000100 | 0 | 11100 | 111001 | 100101 | 11111 | 101000 | 101101 |
Color Harmonies of #A07444
Complementary color
Monochromatic Colors of #A07444
Black with #A07444
Text Example
Text Example
White with #A07444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07444; }
p { color: rgb(160,116,68); }
H1.HeaderClassName
{
color: #A07444;
}
.AnyTagClassName
{
color: #A07444;
}
</style>
background-color css
<style>
a { background-color: #A07444; }
a { background-color: rgb(160,116,68); }
div.DivClassName
{
background-color: #A07444;
}
.BgClassName
{
background-color: #A07444;
}
</style>
border-color css
<style>
span { border-color: #A07444; }
span { border-color: rgb(160,116,68); }
td.TdClassName
{
border-color: #A07444;
}
.TagClassName
{
border-color: #A07444;
}
</style>