#AD6981

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

Shades of Tapestry #AD6981

Tints of Tapestry #AD6981

Color information

#AD6981 (or 0xAD6981) is unknown color: approx Tapestry. HEX triplet: AD, 69 and 81. RGB value is (173,105,129). Sum of RGB (Red+Green+Blue) = 173+105+129=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 129 (50.78% from 255 or 31.70% from 407); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6981 is #52967E. Grayscale: #808080. Windows color (decimal): -5412479 or 8481197. OLE color: 8481197.

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

Color convert

RGB173105129-
CMYK00.390.250.32
HSL338.82º29.31%54.51%-
HSV(B)338.82º39.31%67.84%-
XYZ26.2520.5723.36-
YUV128.07128.53160.05-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.51%
GREEN value IS 105 (41.41% from 255) = 25.80%
BLUE value IS 129 (50.78% from 255) = 31.70%
R=42.51%
G=25.80%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310512900.390.250.32338.8229.3154.51
HexAD698102719201531d37
Octal25515120104731405233567
Binary1010110111010011000000101001111100110000010101001111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6981; }

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

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

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

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

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

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

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

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