#AD688B

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

Shades of Tapestry #AD688B

Tints of Tapestry #AD688B

Color information

#AD688B (or 0xAD688B) is unknown color: approx Tapestry. HEX triplet: AD, 68 and 8B. RGB value is (173,104,139). Sum of RGB (Red+Green+Blue) = 173+104+139=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 104 (41.02% from 255 or 25% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 173 - color contains mainly: red. Hex color #AD688B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD688B is #529774. Grayscale: #808080. Windows color (decimal): -5412725 or 9136301. OLE color: 9136301.

HSL color Cylindrical-coordinate representation of color #AD688B: hue angle of 329.57º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD688B is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB173104139-
CMYK00.400.200.32
HSL329.57º29.61%54.31%-
HSV(B)329.57º39.88%67.84%-
XYZ26.8420.6527-
YUV128.62133.86159.65-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.59%
GREEN value IS 104 (41.02% from 255) = 25%
BLUE value IS 139 (54.69% from 255) = 33.41%
R=41.59%
G=25%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310413900.400.200.32329.5729.6154.31
HexAD688B028142014a1e36
Octal25515021305024405123666
Binary1010110111010001000101101010001010010000010100101011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD688B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD688B; }

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

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

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

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

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

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

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

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