#AD7888

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

Shades of Tapestry #AD7888

Tints of Tapestry #AD7888

Color information

#AD7888 (or 0xAD7888) is unknown color: approx Tapestry. HEX triplet: AD, 78 and 88. RGB value is (173,120,136). Sum of RGB (Red+Green+Blue) = 173+120+136=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 120 (47.27% from 255 or 27.97% from 429); Blue value is 136 (53.52% from 255 or 31.70% from 429); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7888 is #528777. Grayscale: #898989. Windows color (decimal): -5408632 or 8943789. OLE color: 8943789.

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

Color convert

RGB173120136-
CMYK00.310.210.32
HSL341.89º24.42%57.45%-
HSV(B)341.89º30.64%67.84%-
XYZ28.3924.0926.45-
YUV137.67127.06153.2-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.33%
GREEN value IS 120 (47.27% from 255) = 27.97%
BLUE value IS 136 (53.52% from 255) = 31.70%
R=40.33%
G=27.97%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312013600.310.210.32341.8924.4257.45
HexAD788801F15201561839
Octal25517021003725405263071
Binary101011011111000100010000111111010110000010101011011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7888; }

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

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

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

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

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

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

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

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