#AD788A

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

Shades of Tapestry #AD788A

Tints of Tapestry #AD788A

Color information

#AD788A (or 0xAD788A) is unknown color: approx Tapestry. HEX triplet: AD, 78 and 8A. RGB value is (173,120,138). Sum of RGB (Red+Green+Blue) = 173+120+138=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 120 (47.27% from 255 or 27.84% from 431); Blue value is 138 (54.30% from 255 or 32.02% from 431); Max value from RGB is 173 - color contains mainly: red. Hex color #AD788A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD788A is #528775. Grayscale: #898989. Windows color (decimal): -5408630 or 9074861. OLE color: 9074861.

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

Color convert

RGB173120138-
CMYK00.310.200.32
HSL339.62º24.42%57.45%-
HSV(B)339.62º30.64%67.84%-
XYZ28.5424.1527.2-
YUV137.9128.06153.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.14%
GREEN value IS 120 (47.27% from 255) = 27.84%
BLUE value IS 138 (54.30% from 255) = 32.02%
R=40.14%
G=27.84%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312013800.310.200.32339.6224.4257.45
HexAD788A01F14201541839
Octal25517021203724405243071
Binary101011011111000100010100111111010010000010101010011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD788A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD788A; }

 p { color: rgb(173,120,138); }

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

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

 a { background-color: rgb(173,120,138); }

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

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

 span { border-color: rgb(173,120,138); }

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