Shades of Pale Brown #A07447
Tints of Pale Brown #A07447
RGB
CMYK
RGB Variations
Color information
#A07447 (or 0xA07447) is known color: Pale Brown. HEX triplet: A0, 74 and 47. RGB value is (160,116,71). Sum of RGB (Red+Green+Blue) = 160+116+71=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 71 (28.12% from 255 or 20.46% from 347); Max value from RGB is 160 - color contains mainly: red. Hex color #A07447 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07447 is #5F8BB8. Grayscale: #7C7C7C. Windows color (decimal): -6261689 or 4682912. OLE color: 4682912.
HSL color Cylindrical-coordinate representation of color #A07447: hue angle of 30.34º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A07447 is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 116 | 71 | - |
| CMYK | 0 | 0.28 | 0.56 | 0.37 |
| HSL | 30.34º | 0.39% | 0.45% | - |
| HSV(B) | 30.34º | 0.56% | 0.63% | - |
| XYZ | 21.88 | 20.42 | 8.75 | - |
| YUV | 124.03 | 98.08 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 116 | 71 | 0 | 0.28 | 0.56 | 0.37 | 30.34 | 0.39 | 0.45 |
| Hex | A0 | 74 | 47 | 0 | 1C | 38 | 25 | 1E | 27 | 2D |
| Octal | 240 | 164 | 107 | 0 | 34 | 70 | 45 | 36 | 47 | 55 |
| Binary | 10100000 | 1110100 | 1000111 | 0 | 11100 | 111000 | 100101 | 11110 | 100111 | 101101 |
Color Harmonies of #A07447
Complementary color
Monochromatic Colors of #A07447
Black with #A07447
Text Example
Text Example
White with #A07447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07447; }
p { color: rgb(160,116,71); }
H1.HeaderClassName
{
color: #A07447;
}
.AnyTagClassName
{
color: #A07447;
}
</style>
background-color css
<style>
a { background-color: #A07447; }
a { background-color: rgb(160,116,71); }
div.DivClassName
{
background-color: #A07447;
}
.BgClassName
{
background-color: #A07447;
}
</style>
border-color css
<style>
span { border-color: #A07447; }
span { border-color: rgb(160,116,71); }
td.TdClassName
{
border-color: #A07447;
}
.TagClassName
{
border-color: #A07447;
}
</style>