#AD838C

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

Shades of Tapestry #AD838C

Tints of Tapestry #AD838C

Color information

#AD838C (or 0xAD838C) is unknown color: approx Tapestry. HEX triplet: AD, 83 and 8C. RGB value is (173,131,140). Sum of RGB (Red+Green+Blue) = 173+131+140=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 131 (51.56% from 255 or 29.50% from 444); Blue value is 140 (55.08% from 255 or 31.53% from 444); Max value from RGB is 173 - color contains mainly: red. Hex color #AD838C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD838C is #527C73. Grayscale: #909090. Windows color (decimal): -5405812 or 9208749. OLE color: 9208749.

HSL color Cylindrical-coordinate representation of color #AD838C: hue angle of 347.14º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AD838C is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB173131140-
CMYK00.240.190.32
HSL347.14º20.39%59.61%-
HSV(B)347.14º24.28%67.84%-
XYZ30.0827.0128.44-
YUV144.58125.41148.27-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.96%
GREEN value IS 131 (51.56% from 255) = 29.50%
BLUE value IS 140 (55.08% from 255) = 31.53%
R=38.96%
G=29.50%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313114000.240.190.32347.1420.3959.61
HexAD838C018132015b143c
Octal25520321403023405332474
Binary1010110110000011100011000110001001110000010101101110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD838C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD838C; }

 p { color: rgb(173,131,140); }

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

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

 a { background-color: rgb(173,131,140); }

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

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

 span { border-color: rgb(173,131,140); }

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