#AD647F

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

Shades of Tapestry #AD647F

Tints of Tapestry #AD647F

Color information

#AD647F (or 0xAD647F) is unknown color: approx Tapestry. HEX triplet: AD, 64 and 7F. RGB value is (173,100,127). Sum of RGB (Red+Green+Blue) = 173+100+127=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 173 - color contains mainly: red. Hex color #AD647F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD647F is #529B80. Grayscale: #7C7C7C. Windows color (decimal): -5413761 or 8348845. OLE color: 8348845.

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

Color convert

RGB173100127-
CMYK00.420.270.32
HSL337.81º30.8%53.53%-
HSV(B)337.81º42.2%67.84%-
XYZ25.6219.5322.5-
YUV124.9129.18162.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.25%
GREEN value IS 100 (39.45% from 255) = 25%
BLUE value IS 127 (50% from 255) = 31.75%
R=43.25%
G=25%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310012700.420.270.32337.8130.853.53
HexAD647F02A1B201521f36
Octal25514417705233405223766
Binary101011011100100111111101010101101110000010101001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD647F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD647F; }

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

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

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

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

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

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

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

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