Shades of Tapestry #A5687E
Tints of Tapestry #A5687E
RGB
CMYK
RGB Variations
Color information
#A5687E (or 0xA5687E) is known color: Tapestry. HEX triplet: A5, 68 and 7E. RGB value is (165,104,126). Sum of RGB (Red+Green+Blue) = 165+104+126=395 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.77% from 395); Green value is 104 (41.02% from 255 or 26.33% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 165 - color contains mainly: red. Hex color #A5687E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5687E is #5A9781. Grayscale: #7C7C7C. Windows color (decimal): -5937026 or 8284325. OLE color: 8284325.
HSL color Cylindrical-coordinate representation of color #A5687E: hue angle of 338.36º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A5687E is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 104 | 126 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.35 |
| HSL | 338.36º | 0.25% | 0.53% | - |
| HSV(B) | 338.36º | 0.37% | 0.65% | - |
| XYZ | 24.23 | 19.41 | 22.21 | - |
| YUV | 124.75 | 128.71 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 104 | 126 | 0 | 0.37 | 0.24 | 0.35 | 338.36 | 0.25 | 0.53 |
| Hex | A5 | 68 | 7E | 0 | 25 | 18 | 23 | 152 | 19 | 35 |
| Octal | 245 | 150 | 176 | 0 | 45 | 30 | 43 | 522 | 31 | 65 |
| Binary | 10100101 | 1101000 | 1111110 | 0 | 100101 | 11000 | 100011 | 101010010 | 11001 | 110101 |
Color Harmonies of #A5687E
Complementary color
Monochromatic Colors of #A5687E
Black with #A5687E
Text Example
Text Example
White with #A5687E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5687E; }
p { color: rgb(165,104,126); }
H1.HeaderClassName
{
color: #A5687E;
}
.AnyTagClassName
{
color: #A5687E;
}
</style>
background-color css
<style>
a { background-color: #A5687E; }
a { background-color: rgb(165,104,126); }
div.DivClassName
{
background-color: #A5687E;
}
.BgClassName
{
background-color: #A5687E;
}
</style>
border-color css
<style>
span { border-color: #A5687E; }
span { border-color: rgb(165,104,126); }
td.TdClassName
{
border-color: #A5687E;
}
.TagClassName
{
border-color: #A5687E;
}
</style>