#AD648C

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

Shades of Tapestry #AD648C

Tints of Tapestry #AD648C

Color information

#AD648C (or 0xAD648C) is unknown color: approx Tapestry. HEX triplet: AD, 64 and 8C. RGB value is (173,100,140). Sum of RGB (Red+Green+Blue) = 173+100+140=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 100 (39.45% from 255 or 24.21% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 173 - color contains mainly: red. Hex color #AD648C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD648C is #529B73. Grayscale: #7E7E7E. Windows color (decimal): -5413748 or 9200813. OLE color: 9200813.

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

Color convert

RGB173100140-
CMYK00.420.190.32
HSL327.12º30.8%53.53%-
HSV(B)327.12º42.2%67.84%-
XYZ26.5219.8927.25-
YUV126.39135.68161.25-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.89%
GREEN value IS 100 (39.45% from 255) = 24.21%
BLUE value IS 140 (55.08% from 255) = 33.90%
R=41.89%
G=24.21%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310014000.420.190.32327.1230.853.53
HexAD648C02A13201471f36
Octal25514421405223405073766
Binary1010110111001001000110001010101001110000010100011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD648C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD648C; }

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

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

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

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

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

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

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

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