#AD697D

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

Shades of Tapestry #AD697D

Tints of Tapestry #AD697D

Color information

#AD697D (or 0xAD697D) is unknown color: approx Tapestry. HEX triplet: AD, 69 and 7D. RGB value is (173,105,125). Sum of RGB (Red+Green+Blue) = 173+105+125=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 173 - color contains mainly: red. Hex color #AD697D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD697D is #529682. Grayscale: #7F7F7F. Windows color (decimal): -5412483 or 8219053. OLE color: 8219053.

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

Color convert

RGB173105125-
CMYK00.390.280.32
HSL342.35º29.31%54.51%-
HSV(B)342.35º39.31%67.84%-
XYZ25.9920.4721.98-
YUV127.61126.53160.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.93%
GREEN value IS 105 (41.41% from 255) = 26.05%
BLUE value IS 125 (49.22% from 255) = 31.02%
R=42.93%
G=26.05%
B=31.02%

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
Decimal17310512500.390.280.32342.3529.3154.51
HexAD697D0271C201561d37
Octal25515117504734405263567
Binary101011011101001111110101001111110010000010101011011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD697D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD697D; }

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

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

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

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

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

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

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

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