Shades of Tapestry #A8637F
Tints of Tapestry #A8637F
RGB
CMYK
RGB Variations
Color information
#A8637F (or 0xA8637F) is known color: Tapestry. HEX triplet: A8, 63 and 7F. RGB value is (168,99,127). Sum of RGB (Red+Green+Blue) = 168+99+127=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 99 (39.06% from 255 or 25.13% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 168 - color contains mainly: red. Hex color #A8637F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8637F is #579C80. Grayscale: #7A7A7A. Windows color (decimal): -5741697 or 8348584. OLE color: 8348584.
HSL color Cylindrical-coordinate representation of color #A8637F: hue angle of 335.65º 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 #A8637F is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 99 | 127 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.34 |
| HSL | 335.65º | 0.28% | 0.52% | - |
| HSV(B) | 335.65º | 0.41% | 0.66% | - |
| XYZ | 24.44 | 18.78 | 22.42 | - |
| YUV | 122.82 | 130.36 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 99 | 127 | 0 | 0.41 | 0.24 | 0.34 | 335.65 | 0.28 | 0.52 |
| Hex | A8 | 63 | 7F | 0 | 29 | 18 | 22 | 150 | 1C | 34 |
| Octal | 250 | 143 | 177 | 0 | 51 | 30 | 42 | 520 | 34 | 64 |
| Binary | 10101000 | 1100011 | 1111111 | 0 | 101001 | 11000 | 100010 | 101010000 | 11100 | 110100 |
Color Harmonies of #A8637F
Complementary color
Monochromatic Colors of #A8637F
Black with #A8637F
Text Example
Text Example
White with #A8637F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8637F; }
p { color: rgb(168,99,127); }
H1.HeaderClassName
{
color: #A8637F;
}
.AnyTagClassName
{
color: #A8637F;
}
</style>
background-color css
<style>
a { background-color: #A8637F; }
a { background-color: rgb(168,99,127); }
div.DivClassName
{
background-color: #A8637F;
}
.BgClassName
{
background-color: #A8637F;
}
</style>
border-color css
<style>
span { border-color: #A8637F; }
span { border-color: rgb(168,99,127); }
td.TdClassName
{
border-color: #A8637F;
}
.TagClassName
{
border-color: #A8637F;
}
</style>