Shades of Pale Brown #A47758
Tints of Pale Brown #A47758
RGB
CMYK
RGB Variations
Color information
#A47758 (or 0xA47758) is known color: Pale Brown. HEX triplet: A4, 77 and 58. RGB value is (164,119,88). Sum of RGB (Red+Green+Blue) = 164+119+88=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 88 (34.77% from 255 or 23.72% from 371); Max value from RGB is 164 - color contains mainly: red. Hex color #A47758 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47758 is #5B88A7. Grayscale: #818181. Windows color (decimal): -5998760 or 5797796. OLE color: 5797796.
HSL color Cylindrical-coordinate representation of color #A47758: hue angle of 24.47º 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 #A47758 is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 119 | 88 | - |
| CMYK | 0 | 0.27 | 0.46 | 0.36 |
| HSL | 24.47º | 0.3% | 0.49% | - |
| HSV(B) | 24.47º | 0.46% | 0.64% | - |
| XYZ | 23.67 | 21.79 | 12.19 | - |
| YUV | 128.92 | 104.91 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 119 | 88 | 0 | 0.27 | 0.46 | 0.36 | 24.47 | 0.3 | 0.49 |
| Hex | A4 | 77 | 58 | 0 | 1B | 2E | 24 | 18 | 1E | 31 |
| Octal | 244 | 167 | 130 | 0 | 33 | 56 | 44 | 30 | 36 | 61 |
| Binary | 10100100 | 1110111 | 1011000 | 0 | 11011 | 101110 | 100100 | 11000 | 11110 | 110001 |
Color Harmonies of #A47758
Complementary color
Monochromatic Colors of #A47758
Black with #A47758
Text Example
Text Example
White with #A47758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47758; }
p { color: rgb(164,119,88); }
H1.HeaderClassName
{
color: #A47758;
}
.AnyTagClassName
{
color: #A47758;
}
</style>
background-color css
<style>
a { background-color: #A47758; }
a { background-color: rgb(164,119,88); }
div.DivClassName
{
background-color: #A47758;
}
.BgClassName
{
background-color: #A47758;
}
</style>
border-color css
<style>
span { border-color: #A47758; }
span { border-color: rgb(164,119,88); }
td.TdClassName
{
border-color: #A47758;
}
.TagClassName
{
border-color: #A47758;
}
</style>