Shades of Tapestry #A47D85
Tints of Tapestry #A47D85
RGB
CMYK
RGB Variations
Color information
#A47D85 (or 0xA47D85) is known color: Tapestry. HEX triplet: A4, 7D and 85. RGB value is (164,125,133). Sum of RGB (Red+Green+Blue) = 164+125+133=422 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.86% from 422); Green value is 125 (49.22% from 255 or 29.62% from 422); Blue value is 133 (52.34% from 255 or 31.52% from 422); Max value from RGB is 164 - color contains mainly: red. Hex color #A47D85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47D85 is #5B827A. Grayscale: #898989. Windows color (decimal): -5997179 or 8748452. OLE color: 8748452.
HSL color Cylindrical-coordinate representation of color #A47D85: hue angle of 347.69º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A47D85 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 125 | 133 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.36 |
| HSL | 347.69º | 0.18% | 0.57% | - |
| HSV(B) | 347.69º | 0.24% | 0.64% | - |
| XYZ | 26.88 | 24.25 | 25.46 | - |
| YUV | 137.57 | 125.42 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 125 | 133 | 0 | 0.24 | 0.19 | 0.36 | 347.69 | 0.18 | 0.57 |
| Hex | A4 | 7D | 85 | 0 | 18 | 13 | 24 | 15C | 12 | 39 |
| Octal | 244 | 175 | 205 | 0 | 30 | 23 | 44 | 534 | 22 | 71 |
| Binary | 10100100 | 1111101 | 10000101 | 0 | 11000 | 10011 | 100100 | 101011100 | 10010 | 111001 |
Color Harmonies of #A47D85
Complementary color
Monochromatic Colors of #A47D85
Black with #A47D85
Text Example
Text Example
White with #A47D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47D85; }
p { color: rgb(164,125,133); }
H1.HeaderClassName
{
color: #A47D85;
}
.AnyTagClassName
{
color: #A47D85;
}
</style>
background-color css
<style>
a { background-color: #A47D85; }
a { background-color: rgb(164,125,133); }
div.DivClassName
{
background-color: #A47D85;
}
.BgClassName
{
background-color: #A47D85;
}
</style>
border-color css
<style>
span { border-color: #A47D85; }
span { border-color: rgb(164,125,133); }
td.TdClassName
{
border-color: #A47D85;
}
.TagClassName
{
border-color: #A47D85;
}
</style>