#AD738D

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

Shades of Tapestry #AD738D

Tints of Tapestry #AD738D

Color information

#AD738D (or 0xAD738D) is unknown color: approx Tapestry. HEX triplet: AD, 73 and 8D. RGB value is (173,115,141). Sum of RGB (Red+Green+Blue) = 173+115+141=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 173 - color contains mainly: red. Hex color #AD738D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD738D is #528C72. Grayscale: #878787. Windows color (decimal): -5409907 or 9270189. OLE color: 9270189.

HSL color Cylindrical-coordinate representation of color #AD738D: hue angle of 333.1º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD738D is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB173115141-
CMYK00.340.180.32
HSL333.1º26.13%56.47%-
HSV(B)333.1º33.53%67.84%-
XYZ28.1723.0728.17-
YUV135.31131.22154.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.33%
GREEN value IS 115 (45.31% from 255) = 26.81%
BLUE value IS 141 (55.47% from 255) = 32.87%
R=40.33%
G=26.81%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311514100.340.180.32333.126.1356.47
HexAD738D022122014d1a38
Octal25516321504222405153270
Binary1010110111100111000110101000101001010000010100110111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD738D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD738D; }

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

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

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

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

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

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

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

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