#AD698B

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

Shades of Tapestry #AD698B

Tints of Tapestry #AD698B

Color information

#AD698B (or 0xAD698B) is unknown color: approx Tapestry. HEX triplet: AD, 69 and 8B. RGB value is (173,105,139). Sum of RGB (Red+Green+Blue) = 173+105+139=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 105 (41.41% from 255 or 25.18% from 417); Blue value is 139 (54.69% from 255 or 33.33% from 417); Max value from RGB is 173 - color contains mainly: red. Hex color #AD698B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD698B is #529674. Grayscale: #818181. Windows color (decimal): -5412469 or 9136557. OLE color: 9136557.

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

Color convert

RGB173105139-
CMYK00.390.200.32
HSL330º29.31%54.51%-
HSV(B)330º39.31%67.84%-
XYZ26.9520.8527.03-
YUV129.21133.53159.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.49%
GREEN value IS 105 (41.41% from 255) = 25.18%
BLUE value IS 139 (54.69% from 255) = 33.33%
R=41.49%
G=25.18%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310513900.390.200.3233029.3154.51
HexAD698B027142014a1d37
Octal25515121304724405123567
Binary1010110111010011000101101001111010010000010100101011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD698B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD698B; }

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

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

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

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

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

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

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

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