#AD657C

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

Shades of Tapestry #AD657C

Tints of Tapestry #AD657C

Color information

#AD657C (or 0xAD657C) is unknown color: approx Tapestry. HEX triplet: AD, 65 and 7C. RGB value is (173,101,124). Sum of RGB (Red+Green+Blue) = 173+101+124=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 101 (39.84% from 255 or 25.38% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #AD657C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD657C is #529A83. Grayscale: #7D7D7D. Windows color (decimal): -5413508 or 8152493. OLE color: 8152493.

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

Color convert

RGB173101124-
CMYK00.420.280.32
HSL340.83º30.51%53.73%-
HSV(B)340.83º41.62%67.84%-
XYZ25.5319.6521.52-
YUV125.15127.35162.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.47%
GREEN value IS 101 (39.84% from 255) = 25.38%
BLUE value IS 124 (48.83% from 255) = 31.16%
R=43.47%
G=25.38%
B=31.16%

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
Decimal17310112400.420.280.32340.8330.5153.73
HexAD657C02A1C201551f36
Octal25514517405234405253766
Binary101011011100101111110001010101110010000010101010111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD657C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD657C; }

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

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

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

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

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

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

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

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