#AD697C

Color #AD697C Tapestry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tapestry #AD697C

Tints of Tapestry #AD697C

Color information

#AD697C (or 0xAD697C) is unknown color: approx Tapestry. HEX triplet: AD, 69 and 7C. RGB value is (173,105,124). Sum of RGB (Red+Green+Blue) = 173+105+124=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 105 (41.41% from 255 or 26.12% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 173 - color contains mainly: red. Hex color #AD697C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD697C is #529683. Grayscale: #7F7F7F. Windows color (decimal): -5412484 or 8153517. OLE color: 8153517.

HSL color Cylindrical-coordinate representation of color #AD697C: hue angle of 343.24º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD697C is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB173105124-
CMYK00.390.280.32
HSL343.24º29.31%54.51%-
HSV(B)343.24º39.31%67.84%-
XYZ25.9220.4421.65-
YUV127.5126.03160.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 43.03%
GREEN value IS 105 (41.41% from 255) = 26.12%
BLUE value IS 124 (48.83% from 255) = 30.85%
R=43.03%
G=26.12%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310512400.390.280.32343.2429.3154.51
HexAD697C0271C201571d37
Octal25515117404734405273567
Binary101011011101001111110001001111110010000010101011111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD697C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD697C; }

 p { color: rgb(173,105,124); }

 H1.HeaderClassName
 {
   color: #AD697C;
 }
 .AnyTagClassName
 {
   color: #AD697C;
 }
</style>
background-color css

<style>
 a { background-color: #AD697C; }

 a { background-color: rgb(173,105,124); }

 div.DivClassName
 {
   background-color: #AD697C;
 }
 .BgClassName
 {
   background-color: #AD697C;
 }
</style>
border-color css

<style>
 span { border-color: #AD697C; }

 span { border-color: rgb(173,105,124); }

 td.TdClassName
 {
   border-color: #AD697C;
 }
 .TagClassName
 {
   border-color: #AD697C;
 }
</style>