Shades of Pale Brown #A47856
Tints of Pale Brown #A47856
RGB
CMYK
RGB Variations
Color information
#A47856 (or 0xA47856) is known color: Pale Brown. HEX triplet: A4, 78 and 56. RGB value is (164,120,86). Sum of RGB (Red+Green+Blue) = 164+120+86=370 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.32% from 370); Green value is 120 (47.27% from 255 or 32.43% from 370); Blue value is 86 (33.98% from 255 or 23.24% from 370); Max value from RGB is 164 - color contains mainly: red. Hex color #A47856 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47856 is #5B87A9. Grayscale: #818181. Windows color (decimal): -5998506 or 5666980. OLE color: 5666980.
HSL color Cylindrical-coordinate representation of color #A47856: hue angle of 26.15º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A47856 is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 120 | 86 | - |
| CMYK | 0 | 0.27 | 0.48 | 0.36 |
| HSL | 26.15º | 0.31% | 0.49% | - |
| HSV(B) | 26.15º | 0.48% | 0.64% | - |
| XYZ | 23.71 | 22 | 11.8 | - |
| YUV | 129.28 | 103.58 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 120 | 86 | 0 | 0.27 | 0.48 | 0.36 | 26.15 | 0.31 | 0.49 |
| Hex | A4 | 78 | 56 | 0 | 1B | 30 | 24 | 1A | 1F | 31 |
| Octal | 244 | 170 | 126 | 0 | 33 | 60 | 44 | 32 | 37 | 61 |
| Binary | 10100100 | 1111000 | 1010110 | 0 | 11011 | 110000 | 100100 | 11010 | 11111 | 110001 |
Color Harmonies of #A47856
Complementary color
Monochromatic Colors of #A47856
Black with #A47856
Text Example
Text Example
White with #A47856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47856; }
p { color: rgb(164,120,86); }
H1.HeaderClassName
{
color: #A47856;
}
.AnyTagClassName
{
color: #A47856;
}
</style>
background-color css
<style>
a { background-color: #A47856; }
a { background-color: rgb(164,120,86); }
div.DivClassName
{
background-color: #A47856;
}
.BgClassName
{
background-color: #A47856;
}
</style>
border-color css
<style>
span { border-color: #A47856; }
span { border-color: rgb(164,120,86); }
td.TdClassName
{
border-color: #A47856;
}
.TagClassName
{
border-color: #A47856;
}
</style>