#AD7884

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

Shades of Tapestry #AD7884

Tints of Tapestry #AD7884

Color information

#AD7884 (or 0xAD7884) is unknown color: approx Tapestry. HEX triplet: AD, 78 and 84. RGB value is (173,120,132). Sum of RGB (Red+Green+Blue) = 173+120+132=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 120 (47.27% from 255 or 28.24% from 425); Blue value is 132 (51.95% from 255 or 31.06% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7884 is #52877B. Grayscale: #898989. Windows color (decimal): -5408636 or 8681645. OLE color: 8681645.

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

Color convert

RGB173120132-
CMYK00.310.240.32
HSL346.42º24.42%57.45%-
HSV(B)346.42º30.64%67.84%-
XYZ28.1123.9824.98-
YUV137.22125.06153.52-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.71%
GREEN value IS 120 (47.27% from 255) = 28.24%
BLUE value IS 132 (51.95% from 255) = 31.06%
R=40.71%
G=28.24%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312013200.310.240.32346.4224.4257.45
HexAD788401F182015a1839
Octal25517020403730405323071
Binary101011011111000100001000111111100010000010101101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7884; }

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

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

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

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

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

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

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

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