#AD6C86

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

Shades of Tapestry #AD6C86

Tints of Tapestry #AD6C86

Color information

#AD6C86 (or 0xAD6C86) is unknown color: approx Tapestry. HEX triplet: AD, 6C and 86. RGB value is (173,108,134). Sum of RGB (Red+Green+Blue) = 173+108+134=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 108 (42.58% from 255 or 26.02% from 415); Blue value is 134 (52.73% from 255 or 32.29% from 415); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6C86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6C86 is #529379. Grayscale: #828282. Windows color (decimal): -5411706 or 8809645. OLE color: 8809645.

HSL color Cylindrical-coordinate representation of color #AD6C86: hue angle of 336º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD6C86 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB173108134-
CMYK00.380.230.32
HSL336º28.38%55.1%-
HSV(B)336º37.57%67.84%-
XYZ26.921.3325.25-
YUV130.4130.03158.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.69%
GREEN value IS 108 (42.58% from 255) = 26.02%
BLUE value IS 134 (52.73% from 255) = 32.29%
R=41.69%
G=26.02%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310813400.380.230.3233628.3855.1
HexAD6C8602617201501c37
Octal25515420604627405203467
Binary1010110111011001000011001001101011110000010101000011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6C86; }

 p { color: rgb(173,108,134); }

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

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

 a { background-color: rgb(173,108,134); }

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

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

 span { border-color: rgb(173,108,134); }

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