#AD7388

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

Shades of Tapestry #AD7388

Tints of Tapestry #AD7388

Color information

#AD7388 (or 0xAD7388) is unknown color: approx Tapestry. HEX triplet: AD, 73 and 88. RGB value is (173,115,136). Sum of RGB (Red+Green+Blue) = 173+115+136=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 115 (45.31% from 255 or 27.12% from 424); Blue value is 136 (53.52% from 255 or 32.08% from 424); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7388 is #528C77. Grayscale: #868686. Windows color (decimal): -5409912 or 8942509. OLE color: 8942509.

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

Color convert

RGB173115136-
CMYK00.340.210.32
HSL338.28º26.13%56.47%-
HSV(B)338.28º33.53%67.84%-
XYZ27.8122.9226.25-
YUV134.74128.72155.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.80%
GREEN value IS 115 (45.31% from 255) = 27.12%
BLUE value IS 136 (53.52% from 255) = 32.08%
R=40.80%
G=27.12%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311513600.340.210.32338.2826.1356.47
HexAD738802215201521a38
Octal25516321004225405223270
Binary1010110111100111000100001000101010110000010101001011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7388; }

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

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

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

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

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

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

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

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