#AD838F

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

Shades of Tapestry #AD838F

Tints of Tapestry #AD838F

Color information

#AD838F (or 0xAD838F) is unknown color: approx Tapestry. HEX triplet: AD, 83 and 8F. RGB value is (173,131,143). Sum of RGB (Red+Green+Blue) = 173+131+143=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 131 (51.56% from 255 or 29.31% from 447); Blue value is 143 (56.25% from 255 or 31.99% from 447); Max value from RGB is 173 - color contains mainly: red. Hex color #AD838F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD838F is #527C70. Grayscale: #909090. Windows color (decimal): -5405809 or 9405357. OLE color: 9405357.

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

Color convert

RGB173131143-
CMYK00.240.170.32
HSL342.86º20.39%59.61%-
HSV(B)342.86º24.28%67.84%-
XYZ30.3127.129.62-
YUV144.93126.91148.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.70%
GREEN value IS 131 (51.56% from 255) = 29.31%
BLUE value IS 143 (56.25% from 255) = 31.99%
R=38.70%
G=29.31%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313114300.240.170.32342.8620.3959.61
HexAD838F0181120157143c
Octal25520321703021405272474
Binary1010110110000011100011110110001000110000010101011110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD838F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD838F; }

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

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

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

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

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

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

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

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