#AD648E

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

Shades of Tapestry #AD648E

Tints of Tapestry #AD648E

Color information

#AD648E (or 0xAD648E) is unknown color: approx Tapestry. HEX triplet: AD, 64 and 8E. RGB value is (173,100,142). Sum of RGB (Red+Green+Blue) = 173+100+142=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 100 (39.45% from 255 or 24.10% from 415); Blue value is 142 (55.86% from 255 or 34.22% from 415); Max value from RGB is 173 - color contains mainly: red. Hex color #AD648E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD648E is #529B71. Grayscale: #7E7E7E. Windows color (decimal): -5413746 or 9331885. OLE color: 9331885.

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

Color convert

RGB173100142-
CMYK00.420.180.32
HSL325.48º30.8%53.53%-
HSV(B)325.48º42.2%67.84%-
XYZ26.6719.9528.04-
YUV126.62136.68161.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.69%
GREEN value IS 100 (39.45% from 255) = 24.10%
BLUE value IS 142 (55.86% from 255) = 34.22%
R=41.69%
G=24.10%
B=34.22%

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
Decimal17310014200.420.180.32325.4830.853.53
HexAD648E02A12201451f36
Octal25514421605222405053766
Binary1010110111001001000111001010101001010000010100010111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD648E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD648E; }

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

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

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

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

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

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

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

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