Shades of Tapestry #A85E7E
Tints of Tapestry #A85E7E
RGB
CMYK
RGB Variations
Color information
#A85E7E (or 0xA85E7E) is known color: Tapestry. HEX triplet: A8, 5E and 7E. RGB value is (168,94,126). Sum of RGB (Red+Green+Blue) = 168+94+126=388 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.30% from 388); Green value is 94 (37.11% from 255 or 24.23% from 388); Blue value is 126 (49.61% from 255 or 32.47% from 388); Max value from RGB is 168 - color contains mainly: red. Hex color #A85E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85E7E is #57A181. Grayscale: #777777. Windows color (decimal): -5742978 or 8281768. OLE color: 8281768.
HSL color Cylindrical-coordinate representation of color #A85E7E: hue angle of 334.05º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A85E7E is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 94 | 126 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.34 |
| HSL | 334.05º | 0.3% | 0.51% | - |
| HSV(B) | 334.05º | 0.44% | 0.66% | - |
| XYZ | 23.92 | 17.84 | 21.92 | - |
| YUV | 119.77 | 131.52 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 94 | 126 | 0 | 0.44 | 0.25 | 0.34 | 334.05 | 0.3 | 0.51 |
| Hex | A8 | 5E | 7E | 0 | 2C | 19 | 22 | 14E | 1E | 33 |
| Octal | 250 | 136 | 176 | 0 | 54 | 31 | 42 | 516 | 36 | 63 |
| Binary | 10101000 | 1011110 | 1111110 | 0 | 101100 | 11001 | 100010 | 101001110 | 11110 | 110011 |
Color Harmonies of #A85E7E
Complementary color
Monochromatic Colors of #A85E7E
Black with #A85E7E
Text Example
Text Example
White with #A85E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85E7E; }
p { color: rgb(168,94,126); }
H1.HeaderClassName
{
color: #A85E7E;
}
.AnyTagClassName
{
color: #A85E7E;
}
</style>
background-color css
<style>
a { background-color: #A85E7E; }
a { background-color: rgb(168,94,126); }
div.DivClassName
{
background-color: #A85E7E;
}
.BgClassName
{
background-color: #A85E7E;
}
</style>
border-color css
<style>
span { border-color: #A85E7E; }
span { border-color: rgb(168,94,126); }
td.TdClassName
{
border-color: #A85E7E;
}
.TagClassName
{
border-color: #A85E7E;
}
</style>