Shades of Pale Brown #A17246
Tints of Pale Brown #A17246
RGB
CMYK
RGB Variations
Color information
#A17246 (or 0xA17246) is known color: Pale Brown. HEX triplet: A1, 72 and 46. RGB value is (161,114,70). Sum of RGB (Red+Green+Blue) = 161+114+70=345 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.67% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 70 (27.73% from 255 or 20.29% from 345); Max value from RGB is 161 - color contains mainly: red. Hex color #A17246 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17246 is #5E8DB9. Grayscale: #7B7B7B. Windows color (decimal): -6196666 or 4616865. OLE color: 4616865.
HSL color Cylindrical-coordinate representation of color #A17246: hue angle of 29.01º degrees, saturation: 0.39, 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 #A17246 is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 114 | 70 | - |
| CMYK | 0 | 0.29 | 0.57 | 0.37 |
| HSL | 29.01º | 0.39% | 0.45% | - |
| HSV(B) | 29.01º | 0.57% | 0.63% | - |
| XYZ | 21.82 | 20.05 | 8.52 | - |
| YUV | 123.04 | 98.07 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 114 | 70 | 0 | 0.29 | 0.57 | 0.37 | 29.01 | 0.39 | 0.45 |
| Hex | A1 | 72 | 46 | 0 | 1D | 39 | 25 | 1D | 27 | 2D |
| Octal | 241 | 162 | 106 | 0 | 35 | 71 | 45 | 35 | 47 | 55 |
| Binary | 10100001 | 1110010 | 1000110 | 0 | 11101 | 111001 | 100101 | 11101 | 100111 | 101101 |
Color Harmonies of #A17246
Complementary color
Monochromatic Colors of #A17246
Black with #A17246
Text Example
Text Example
White with #A17246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17246; }
p { color: rgb(161,114,70); }
H1.HeaderClassName
{
color: #A17246;
}
.AnyTagClassName
{
color: #A17246;
}
</style>
background-color css
<style>
a { background-color: #A17246; }
a { background-color: rgb(161,114,70); }
div.DivClassName
{
background-color: #A17246;
}
.BgClassName
{
background-color: #A17246;
}
</style>
border-color css
<style>
span { border-color: #A17246; }
span { border-color: rgb(161,114,70); }
td.TdClassName
{
border-color: #A17246;
}
.TagClassName
{
border-color: #A17246;
}
</style>