Shades of Tapestry #A4687D
Tints of Tapestry #A4687D
RGB
CMYK
RGB Variations
Color information
#A4687D (or 0xA4687D) is known color: Tapestry. HEX triplet: A4, 68 and 7D. RGB value is (164,104,125). Sum of RGB (Red+Green+Blue) = 164+104+125=393 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.73% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 164 - color contains mainly: red. Hex color #A4687D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4687D is #5B9782. Grayscale: #7C7C7C. Windows color (decimal): -6002563 or 8218788. OLE color: 8218788.
HSL color Cylindrical-coordinate representation of color #A4687D: hue angle of 339º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A4687D is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 104 | 125 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.36 |
| HSL | 339º | 0.25% | 0.53% | - |
| HSV(B) | 339º | 0.37% | 0.64% | - |
| XYZ | 23.96 | 19.27 | 21.86 | - |
| YUV | 124.33 | 128.38 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 104 | 125 | 0 | 0.37 | 0.24 | 0.36 | 339 | 0.25 | 0.53 |
| Hex | A4 | 68 | 7D | 0 | 25 | 18 | 24 | 153 | 19 | 35 |
| Octal | 244 | 150 | 175 | 0 | 45 | 30 | 44 | 523 | 31 | 65 |
| Binary | 10100100 | 1101000 | 1111101 | 0 | 100101 | 11000 | 100100 | 101010011 | 11001 | 110101 |
Color Harmonies of #A4687D
Complementary color
Monochromatic Colors of #A4687D
Black with #A4687D
Text Example
Text Example
White with #A4687D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4687D; }
p { color: rgb(164,104,125); }
H1.HeaderClassName
{
color: #A4687D;
}
.AnyTagClassName
{
color: #A4687D;
}
</style>
background-color css
<style>
a { background-color: #A4687D; }
a { background-color: rgb(164,104,125); }
div.DivClassName
{
background-color: #A4687D;
}
.BgClassName
{
background-color: #A4687D;
}
</style>
border-color css
<style>
span { border-color: #A4687D; }
span { border-color: rgb(164,104,125); }
td.TdClassName
{
border-color: #A4687D;
}
.TagClassName
{
border-color: #A4687D;
}
</style>