Shades of Tapestry #A8637D
Tints of Tapestry #A8637D
RGB
CMYK
RGB Variations
Color information
#A8637D (or 0xA8637D) is known color: Tapestry. HEX triplet: A8, 63 and 7D. RGB value is (168,99,125). Sum of RGB (Red+Green+Blue) = 168+99+125=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 99 (39.06% from 255 or 25.26% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 168 - color contains mainly: red. Hex color #A8637D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8637D is #579C82. Grayscale: #7A7A7A. Windows color (decimal): -5741699 or 8217512. OLE color: 8217512.
HSL color Cylindrical-coordinate representation of color #A8637D: hue angle of 337.39º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A8637D is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 99 | 125 | - |
| CMYK | 0 | 0.41 | 0.26 | 0.34 |
| HSL | 337.39º | 0.28% | 0.52% | - |
| HSV(B) | 337.39º | 0.41% | 0.66% | - |
| XYZ | 24.31 | 18.73 | 21.74 | - |
| YUV | 122.6 | 129.36 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 99 | 125 | 0 | 0.41 | 0.26 | 0.34 | 337.39 | 0.28 | 0.52 |
| Hex | A8 | 63 | 7D | 0 | 29 | 1A | 22 | 151 | 1C | 34 |
| Octal | 250 | 143 | 175 | 0 | 51 | 32 | 42 | 521 | 34 | 64 |
| Binary | 10101000 | 1100011 | 1111101 | 0 | 101001 | 11010 | 100010 | 101010001 | 11100 | 110100 |
Color Harmonies of #A8637D
Complementary color
Monochromatic Colors of #A8637D
Black with #A8637D
Text Example
Text Example
White with #A8637D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8637D; }
p { color: rgb(168,99,125); }
H1.HeaderClassName
{
color: #A8637D;
}
.AnyTagClassName
{
color: #A8637D;
}
</style>
background-color css
<style>
a { background-color: #A8637D; }
a { background-color: rgb(168,99,125); }
div.DivClassName
{
background-color: #A8637D;
}
.BgClassName
{
background-color: #A8637D;
}
</style>
border-color css
<style>
span { border-color: #A8637D; }
span { border-color: rgb(168,99,125); }
td.TdClassName
{
border-color: #A8637D;
}
.TagClassName
{
border-color: #A8637D;
}
</style>