Shades of Tapestry #A2697D
Tints of Tapestry #A2697D
RGB
CMYK
RGB Variations
Color information
#A2697D (or 0xA2697D) is known color: Tapestry. HEX triplet: A2, 69 and 7D. RGB value is (162,105,125). Sum of RGB (Red+Green+Blue) = 162+105+125=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 105 (41.41% from 255 or 26.79% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 162 - color contains mainly: red. Hex color #A2697D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2697D is #5D9682. Grayscale: #7C7C7C. Windows color (decimal): -6133379 or 8219042. OLE color: 8219042.
HSL color Cylindrical-coordinate representation of color #A2697D: hue angle of 338.95º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2697D is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 105 | 125 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.36 |
| HSL | 338.95º | 0.23% | 0.52% | - |
| HSV(B) | 338.95º | 0.35% | 0.64% | - |
| XYZ | 23.65 | 19.27 | 21.87 | - |
| YUV | 124.32 | 128.38 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 105 | 125 | 0 | 0.35 | 0.23 | 0.36 | 338.95 | 0.23 | 0.52 |
| Hex | A2 | 69 | 7D | 0 | 23 | 17 | 24 | 153 | 17 | 34 |
| Octal | 242 | 151 | 175 | 0 | 43 | 27 | 44 | 523 | 27 | 64 |
| Binary | 10100010 | 1101001 | 1111101 | 0 | 100011 | 10111 | 100100 | 101010011 | 10111 | 110100 |
Color Harmonies of #A2697D
Complementary color
Monochromatic Colors of #A2697D
Black with #A2697D
Text Example
Text Example
White with #A2697D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2697D; }
p { color: rgb(162,105,125); }
H1.HeaderClassName
{
color: #A2697D;
}
.AnyTagClassName
{
color: #A2697D;
}
</style>
background-color css
<style>
a { background-color: #A2697D; }
a { background-color: rgb(162,105,125); }
div.DivClassName
{
background-color: #A2697D;
}
.BgClassName
{
background-color: #A2697D;
}
</style>
border-color css
<style>
span { border-color: #A2697D; }
span { border-color: rgb(162,105,125); }
td.TdClassName
{
border-color: #A2697D;
}
.TagClassName
{
border-color: #A2697D;
}
</style>