#AD647D

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

Shades of Tapestry #AD647D

Tints of Tapestry #AD647D

Color information

#AD647D (or 0xAD647D) is unknown color: approx Tapestry. HEX triplet: AD, 64 and 7D. RGB value is (173,100,125). Sum of RGB (Red+Green+Blue) = 173+100+125=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 100 (39.45% from 255 or 25.13% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #AD647D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD647D is #529B82. Grayscale: #7C7C7C. Windows color (decimal): -5413763 or 8217773. OLE color: 8217773.

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

Color convert

RGB173100125-
CMYK00.420.280.32
HSL339.45º30.8%53.53%-
HSV(B)339.45º42.2%67.84%-
XYZ25.4919.4821.82-
YUV124.68128.18162.47-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.47%
GREEN value IS 100 (39.45% from 255) = 25.13%
BLUE value IS 125 (49.22% from 255) = 31.41%
R=43.47%
G=25.13%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310012500.420.280.32339.4530.853.53
HexAD647D02A1C201531f36
Octal25514417505234405233766
Binary101011011100100111110101010101110010000010101001111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD647D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD647D; }

 p { color: rgb(173,100,125); }

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

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

 a { background-color: rgb(173,100,125); }

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

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

 span { border-color: rgb(173,100,125); }

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