Shades of Pale Brown #A17147
Tints of Pale Brown #A17147
RGB
CMYK
RGB Variations
Color information
#A17147 (or 0xA17147) is known color: Pale Brown. HEX triplet: A1, 71 and 47. RGB value is (161,113,71). Sum of RGB (Red+Green+Blue) = 161+113+71=345 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.67% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 71 (28.12% from 255 or 20.58% from 345); Max value from RGB is 161 - color contains mainly: red. Hex color #A17147 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17147 is #5E8EB8. Grayscale: #7A7A7A. Windows color (decimal): -6196921 or 4682145. OLE color: 4682145.
HSL color Cylindrical-coordinate representation of color #A17147: hue angle of 28º 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 #A17147 is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 113 | 71 | - |
| CMYK | 0 | 0.30 | 0.56 | 0.37 |
| HSL | 28º | 0.39% | 0.45% | - |
| HSV(B) | 28º | 0.56% | 0.63% | - |
| XYZ | 21.74 | 19.84 | 8.65 | - |
| YUV | 122.56 | 98.9 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 113 | 71 | 0 | 0.30 | 0.56 | 0.37 | 28 | 0.39 | 0.45 |
| Hex | A1 | 71 | 47 | 0 | 1E | 38 | 25 | 1C | 27 | 2D |
| Octal | 241 | 161 | 107 | 0 | 36 | 70 | 45 | 34 | 47 | 55 |
| Binary | 10100001 | 1110001 | 1000111 | 0 | 11110 | 111000 | 100101 | 11100 | 100111 | 101101 |
Color Harmonies of #A17147
Complementary color
Monochromatic Colors of #A17147
Black with #A17147
Text Example
Text Example
White with #A17147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17147; }
p { color: rgb(161,113,71); }
H1.HeaderClassName
{
color: #A17147;
}
.AnyTagClassName
{
color: #A17147;
}
</style>
background-color css
<style>
a { background-color: #A17147; }
a { background-color: rgb(161,113,71); }
div.DivClassName
{
background-color: #A17147;
}
.BgClassName
{
background-color: #A17147;
}
</style>
border-color css
<style>
span { border-color: #A17147; }
span { border-color: rgb(161,113,71); }
td.TdClassName
{
border-color: #A17147;
}
.TagClassName
{
border-color: #A17147;
}
</style>