#AD697B

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

Shades of Tapestry #AD697B

Tints of Tapestry #AD697B

Color information

#AD697B (or 0xAD697B) is unknown color: approx Tapestry. HEX triplet: AD, 69 and 7B. RGB value is (173,105,123). Sum of RGB (Red+Green+Blue) = 173+105+123=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 173 - color contains mainly: red. Hex color #AD697B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD697B is #529684. Grayscale: #7F7F7F. Windows color (decimal): -5412485 or 8087981. OLE color: 8087981.

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

Color convert

RGB173105123-
CMYK00.390.290.32
HSL344.12º29.31%54.51%-
HSV(B)344.12º39.31%67.84%-
XYZ25.8620.4221.32-
YUV127.38125.53160.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.14%
GREEN value IS 105 (41.41% from 255) = 26.18%
BLUE value IS 123 (48.44% from 255) = 30.67%
R=43.14%
G=26.18%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310512300.390.290.32344.1229.3154.51
HexAD697B0271D201581d37
Octal25515117304735405303567
Binary101011011101001111101101001111110110000010101100011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD697B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD697B; }

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

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

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

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

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

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

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

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