#AD7780

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

Shades of Tapestry #AD7780

Tints of Tapestry #AD7780

Color information

#AD7780 (or 0xAD7780) is unknown color: approx Tapestry. HEX triplet: AD, 77 and 80. RGB value is (173,119,128). Sum of RGB (Red+Green+Blue) = 173+119+128=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 119 (46.88% from 255 or 28.33% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7780 is #52887F. Grayscale: #888888. Windows color (decimal): -5408896 or 8419245. OLE color: 8419245.

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

Color convert

RGB173119128-
CMYK00.310.260.32
HSL350º24.77%57.25%-
HSV(B)350º31.21%67.84%-
XYZ27.7323.6423.52-
YUV136.17123.39154.27-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.19%
GREEN value IS 119 (46.88% from 255) = 28.33%
BLUE value IS 128 (50.39% from 255) = 30.48%
R=41.19%
G=28.33%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311912800.310.260.3235024.7757.25
HexAD778001F1A2015e1939
Octal25516720003732405363171
Binary101011011110111100000000111111101010000010101111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7780; }

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

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

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

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

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

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

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

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