#AD697E

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

Shades of Tapestry #AD697E

Tints of Tapestry #AD697E

Color information

#AD697E (or 0xAD697E) is unknown color: approx Tapestry. HEX triplet: AD, 69 and 7E. RGB value is (173,105,126). Sum of RGB (Red+Green+Blue) = 173+105+126=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 105 (41.41% from 255 or 25.99% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 173 - color contains mainly: red. Hex color #AD697E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD697E is #529681. Grayscale: #7F7F7F. Windows color (decimal): -5412482 or 8284589. OLE color: 8284589.

HSL color Cylindrical-coordinate representation of color #AD697E: hue angle of 341.47º 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 #AD697E is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB173105126-
CMYK00.390.270.32
HSL341.47º29.31%54.51%-
HSV(B)341.47º39.31%67.84%-
XYZ26.0520.4922.32-
YUV127.73127.03160.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.82%
GREEN value IS 105 (41.41% from 255) = 25.99%
BLUE value IS 126 (49.61% from 255) = 31.19%
R=42.82%
G=25.99%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310512600.390.270.32341.4729.3154.51
HexAD697E0271B201551d37
Octal25515117604733405253567
Binary101011011101001111111001001111101110000010101010111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD697E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD697E; }

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

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

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

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

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

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

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

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