#AD6C8D

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

Shades of Tapestry #AD6C8D

Tints of Tapestry #AD6C8D

Color information

#AD6C8D (or 0xAD6C8D) is unknown color: approx Tapestry. HEX triplet: AD, 6C and 8D. RGB value is (173,108,141). Sum of RGB (Red+Green+Blue) = 173+108+141=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 108 (42.58% from 255 or 25.59% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6C8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6C8D is #529372. Grayscale: #838383. Windows color (decimal): -5411699 or 9268397. OLE color: 9268397.

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

Color convert

RGB173108141-
CMYK00.380.180.32
HSL329.54º28.38%55.1%-
HSV(B)329.54º37.57%67.84%-
XYZ27.421.5327.91-
YUV131.2133.53157.82-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.00%
GREEN value IS 108 (42.58% from 255) = 25.59%
BLUE value IS 141 (55.47% from 255) = 33.41%
R=41.00%
G=25.59%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310814100.380.180.32329.5428.3855.1
HexAD6C8D026122014a1c37
Octal25515421504622405123467
Binary1010110111011001000110101001101001010000010100101011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6C8D; }

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

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

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

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

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

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

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

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