#AD617C

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

Shades of Tapestry #AD617C

Tints of Tapestry #AD617C

Color information

#AD617C (or 0xAD617C) is unknown color: approx Tapestry. HEX triplet: AD, 61 and 7C. RGB value is (173,97,124). Sum of RGB (Red+Green+Blue) = 173+97+124=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 97 (38.28% from 255 or 24.62% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #AD617C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD617C is #529E83. Grayscale: #7A7A7A. Windows color (decimal): -5414532 or 8151469. OLE color: 8151469.

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

Color convert

RGB17397124-
CMYK00.440.280.32
HSL338.68º31.67%52.94%-
HSV(B)338.68º43.93%67.84%-
XYZ25.1518.8921.39-
YUV122.8128.68163.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.91%
GREEN value IS 97 (38.28% from 255) = 24.62%
BLUE value IS 124 (48.83% from 255) = 31.47%
R=43.91%
G=24.62%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739712400.440.280.32338.6831.6752.94
HexAD617C02C1C201532035
Octal25514117405434405234065
Binary1010110111000011111100010110011100100000101010011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD617C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD617C; }

 p { color: rgb(173,97,124); }

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

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

 a { background-color: rgb(173,97,124); }

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

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

 span { border-color: rgb(173,97,124); }

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