Shades of Pale Brown #A1714E
Tints of Pale Brown #A1714E
RGB
CMYK
RGB Variations
Color information
#A1714E (or 0xA1714E) is known color: Pale Brown. HEX triplet: A1, 71 and 4E. RGB value is (161,113,78). Sum of RGB (Red+Green+Blue) = 161+113+78=352 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.74% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 78 (30.86% from 255 or 22.16% from 352); Max value from RGB is 161 - color contains mainly: red. Hex color #A1714E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1714E is #5E8EB1. Grayscale: #7B7B7B. Windows color (decimal): -6196914 or 5140897. OLE color: 5140897.
HSL color Cylindrical-coordinate representation of color #A1714E: hue angle of 25.3º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A1714E is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 113 | 78 | - |
| CMYK | 0 | 0.30 | 0.52 | 0.37 |
| HSL | 25.3º | 0.35% | 0.47% | - |
| HSV(B) | 25.3º | 0.52% | 0.63% | - |
| XYZ | 21.98 | 19.94 | 9.9 | - |
| YUV | 123.36 | 102.4 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 113 | 78 | 0 | 0.30 | 0.52 | 0.37 | 25.3 | 0.35 | 0.47 |
| Hex | A1 | 71 | 4E | 0 | 1E | 34 | 25 | 19 | 23 | 2F |
| Octal | 241 | 161 | 116 | 0 | 36 | 64 | 45 | 31 | 43 | 57 |
| Binary | 10100001 | 1110001 | 1001110 | 0 | 11110 | 110100 | 100101 | 11001 | 100011 | 101111 |
Color Harmonies of #A1714E
Complementary color
Monochromatic Colors of #A1714E
Black with #A1714E
Text Example
Text Example
White with #A1714E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1714E; }
p { color: rgb(161,113,78); }
H1.HeaderClassName
{
color: #A1714E;
}
.AnyTagClassName
{
color: #A1714E;
}
</style>
background-color css
<style>
a { background-color: #A1714E; }
a { background-color: rgb(161,113,78); }
div.DivClassName
{
background-color: #A1714E;
}
.BgClassName
{
background-color: #A1714E;
}
</style>
border-color css
<style>
span { border-color: #A1714E; }
span { border-color: rgb(161,113,78); }
td.TdClassName
{
border-color: #A1714E;
}
.TagClassName
{
border-color: #A1714E;
}
</style>