Shades of Pale Brown #A47858
Tints of Pale Brown #A47858
RGB
CMYK
RGB Variations
Color information
#A47858 (or 0xA47858) is known color: Pale Brown. HEX triplet: A4, 78 and 58. RGB value is (164,120,88). Sum of RGB (Red+Green+Blue) = 164+120+88=372 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.09% from 372); Green value is 120 (47.27% from 255 or 32.26% from 372); Blue value is 88 (34.77% from 255 or 23.66% from 372); Max value from RGB is 164 - color contains mainly: red. Hex color #A47858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47858 is #5B87A7. Grayscale: #818181. Windows color (decimal): -5998504 or 5798052. OLE color: 5798052.
HSL color Cylindrical-coordinate representation of color #A47858: hue angle of 25.26º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A47858 is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 120 | 88 | - |
| CMYK | 0 | 0.27 | 0.46 | 0.36 |
| HSL | 25.26º | 0.3% | 0.49% | - |
| HSV(B) | 25.26º | 0.46% | 0.64% | - |
| XYZ | 23.79 | 22.03 | 12.23 | - |
| YUV | 129.51 | 104.58 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 120 | 88 | 0 | 0.27 | 0.46 | 0.36 | 25.26 | 0.3 | 0.49 |
| Hex | A4 | 78 | 58 | 0 | 1B | 2E | 24 | 19 | 1E | 31 |
| Octal | 244 | 170 | 130 | 0 | 33 | 56 | 44 | 31 | 36 | 61 |
| Binary | 10100100 | 1111000 | 1011000 | 0 | 11011 | 101110 | 100100 | 11001 | 11110 | 110001 |
Color Harmonies of #A47858
Complementary color
Monochromatic Colors of #A47858
Black with #A47858
Text Example
Text Example
White with #A47858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47858; }
p { color: rgb(164,120,88); }
H1.HeaderClassName
{
color: #A47858;
}
.AnyTagClassName
{
color: #A47858;
}
</style>
background-color css
<style>
a { background-color: #A47858; }
a { background-color: rgb(164,120,88); }
div.DivClassName
{
background-color: #A47858;
}
.BgClassName
{
background-color: #A47858;
}
</style>
border-color css
<style>
span { border-color: #A47858; }
span { border-color: rgb(164,120,88); }
td.TdClassName
{
border-color: #A47858;
}
.TagClassName
{
border-color: #A47858;
}
</style>