#ad7380

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

Shades of Tapestry #AD7380

Tints of Tapestry #AD7380

Color information

#AD7380 (or 0xAD7380) is unknown color: approx Tapestry. HEX triplet: AD, 73 and 80. RGB value is (173,115,128). Sum of RGB (Red+Green+Blue) = 173+115+128=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 115 (45.31% from 255 or 27.64% from 416); Blue value is 128 (50.39% from 255 or 30.77% from 416); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7380 is #528C7F. Grayscale: #858585. Windows color (decimal): -5409920 or 8418221. OLE color: 8418221.

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

Color convert

RGB173115128-
CMYK00.340.260.32
HSL346.55º26.13%56.47%-
HSV(B)346.55º33.53%67.84%-
XYZ27.2622.723.37-
YUV133.82124.72155.94-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.59%
GREEN value IS 115 (45.31% from 255) = 27.64%
BLUE value IS 128 (50.39% from 255) = 30.77%
R=41.59%
G=27.64%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311512800.340.260.32346.5526.1356.47
HexAD73800221A2015b1a38
Octal25516320004232405333270
Binary1010110111100111000000001000101101010000010101101111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad7380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad7380; }

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

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

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

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

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

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

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

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