Shades of Tapestry #A5667F
Tints of Tapestry #A5667F
RGB
CMYK
RGB Variations
Color information
#A5667F (or 0xA5667F) is known color: Tapestry. HEX triplet: A5, 66 and 7F. RGB value is (165,102,127). Sum of RGB (Red+Green+Blue) = 165+102+127=394 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.88% from 394); Green value is 102 (40.23% from 255 or 25.89% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 165 - color contains mainly: red. Hex color #A5667F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5667F is #5A9980. Grayscale: #7B7B7B. Windows color (decimal): -5937537 or 8349349. OLE color: 8349349.
HSL color Cylindrical-coordinate representation of color #A5667F: hue angle of 336.19º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A5667F is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 102 | 127 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.35 |
| HSL | 336.19º | 0.26% | 0.52% | - |
| HSV(B) | 336.19º | 0.38% | 0.65% | - |
| XYZ | 24.1 | 19.03 | 22.48 | - |
| YUV | 123.69 | 129.87 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 102 | 127 | 0 | 0.38 | 0.23 | 0.35 | 336.19 | 0.26 | 0.52 |
| Hex | A5 | 66 | 7F | 0 | 26 | 17 | 23 | 150 | 1A | 34 |
| Octal | 245 | 146 | 177 | 0 | 46 | 27 | 43 | 520 | 32 | 64 |
| Binary | 10100101 | 1100110 | 1111111 | 0 | 100110 | 10111 | 100011 | 101010000 | 11010 | 110100 |
Color Harmonies of #A5667F
Complementary color
Monochromatic Colors of #A5667F
Black with #A5667F
Text Example
Text Example
White with #A5667F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5667F; }
p { color: rgb(165,102,127); }
H1.HeaderClassName
{
color: #A5667F;
}
.AnyTagClassName
{
color: #A5667F;
}
</style>
background-color css
<style>
a { background-color: #A5667F; }
a { background-color: rgb(165,102,127); }
div.DivClassName
{
background-color: #A5667F;
}
.BgClassName
{
background-color: #A5667F;
}
</style>
border-color css
<style>
span { border-color: #A5667F; }
span { border-color: rgb(165,102,127); }
td.TdClassName
{
border-color: #A5667F;
}
.TagClassName
{
border-color: #A5667F;
}
</style>