Shades of Tapestry #A95E7D
Tints of Tapestry #A95E7D
RGB
CMYK
RGB Variations
Color information
#A95E7D (or 0xA95E7D) is known color: Tapestry. HEX triplet: A9, 5E and 7D. RGB value is (169,94,125). Sum of RGB (Red+Green+Blue) = 169+94+125=388 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.56% from 388); Green value is 94 (37.11% from 255 or 24.23% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 169 - color contains mainly: red. Hex color #A95E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95E7D is #56A182. Grayscale: #777777. Windows color (decimal): -5677443 or 8216233. OLE color: 8216233.
HSL color Cylindrical-coordinate representation of color #A95E7D: hue angle of 335.2º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A95E7D is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 94 | 125 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.34 |
| HSL | 335.2º | 0.3% | 0.52% | - |
| HSV(B) | 335.2º | 0.44% | 0.66% | - |
| XYZ | 24.07 | 17.92 | 21.59 | - |
| YUV | 119.96 | 130.85 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 94 | 125 | 0 | 0.44 | 0.26 | 0.34 | 335.2 | 0.3 | 0.52 |
| Hex | A9 | 5E | 7D | 0 | 2C | 1A | 22 | 14F | 1E | 34 |
| Octal | 251 | 136 | 175 | 0 | 54 | 32 | 42 | 517 | 36 | 64 |
| Binary | 10101001 | 1011110 | 1111101 | 0 | 101100 | 11010 | 100010 | 101001111 | 11110 | 110100 |
Color Harmonies of #A95E7D
Complementary color
Monochromatic Colors of #A95E7D
Black with #A95E7D
Text Example
Text Example
White with #A95E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95E7D; }
p { color: rgb(169,94,125); }
H1.HeaderClassName
{
color: #A95E7D;
}
.AnyTagClassName
{
color: #A95E7D;
}
</style>
background-color css
<style>
a { background-color: #A95E7D; }
a { background-color: rgb(169,94,125); }
div.DivClassName
{
background-color: #A95E7D;
}
.BgClassName
{
background-color: #A95E7D;
}
</style>
border-color css
<style>
span { border-color: #A95E7D; }
span { border-color: rgb(169,94,125); }
td.TdClassName
{
border-color: #A95E7D;
}
.TagClassName
{
border-color: #A95E7D;
}
</style>