#AD6984

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

Shades of Tapestry #AD6984

Tints of Tapestry #AD6984

Color information

#AD6984 (or 0xAD6984) is unknown color: approx Tapestry. HEX triplet: AD, 69 and 84. RGB value is (173,105,132). Sum of RGB (Red+Green+Blue) = 173+105+132=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 105 (41.41% from 255 or 25.61% from 410); Blue value is 132 (51.95% from 255 or 32.20% from 410); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6984 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6984 is #52967B. Grayscale: #808080. Windows color (decimal): -5412476 or 8677805. OLE color: 8677805.

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

Color convert

RGB173105132-
CMYK00.390.240.32
HSL336.18º29.31%54.51%-
HSV(B)336.18º39.31%67.84%-
XYZ26.4520.6524.42-
YUV128.41130.03159.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.20%
GREEN value IS 105 (41.41% from 255) = 25.61%
BLUE value IS 132 (51.95% from 255) = 32.20%
R=42.20%
G=25.61%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310513200.390.240.32336.1829.3154.51
HexAD698402718201501d37
Octal25515120404730405203567
Binary1010110111010011000010001001111100010000010101000011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6984; }

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

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

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

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

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

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

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

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