#AD648D

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

Shades of Tapestry #AD648D

Tints of Tapestry #AD648D

Color information

#AD648D (or 0xAD648D) is unknown color: approx Tapestry. HEX triplet: AD, 64 and 8D. RGB value is (173,100,141). Sum of RGB (Red+Green+Blue) = 173+100+141=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 100 (39.45% from 255 or 24.15% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 173 - color contains mainly: red. Hex color #AD648D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD648D is #529B72. Grayscale: #7E7E7E. Windows color (decimal): -5413747 or 9266349. OLE color: 9266349.

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

Color convert

RGB173100141-
CMYK00.420.180.32
HSL326.3º30.8%53.53%-
HSV(B)326.3º42.2%67.84%-
XYZ26.619.9227.64-
YUV126.5136.18161.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.79%
GREEN value IS 100 (39.45% from 255) = 24.15%
BLUE value IS 141 (55.47% from 255) = 34.06%
R=41.79%
G=24.15%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310014100.420.180.32326.330.853.53
HexAD648D02A12201461f36
Octal25514421505222405063766
Binary1010110111001001000110101010101001010000010100011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD648D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD648D; }

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

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

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

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

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

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

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

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