#AF718F

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

Shades of Tapestry #AF718F

Tints of Tapestry #AF718F

Color information

#AF718F (or 0xAF718F) is unknown color: approx Tapestry. HEX triplet: AF, 71 and 8F. RGB value is (175,113,143). Sum of RGB (Red+Green+Blue) = 175+113+143=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 113 (44.53% from 255 or 26.22% from 431); Blue value is 143 (56.25% from 255 or 33.18% from 431); Max value from RGB is 175 - color contains mainly: red. Hex color #AF718F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF718F is #508E70. Grayscale: #868686. Windows color (decimal): -5279345 or 9400751. OLE color: 9400751.

HSL color Cylindrical-coordinate representation of color #AF718F: hue angle of 330.97º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF718F is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB175113143-
CMYK00.350.180.31
HSL330.97º27.93%56.47%-
HSV(B)330.97º35.43%68.63%-
XYZ28.5422.9128.9-
YUV134.96132.54156.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.60%
GREEN value IS 113 (44.53% from 255) = 26.22%
BLUE value IS 143 (56.25% from 255) = 33.18%
R=40.60%
G=26.22%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511314300.350.180.31330.9727.9356.47
HexAF718F023121F14b1c38
Octal25716121704322375133470
Binary101011111110001100011110100011100101111110100101111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF718F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF718F; }

 p { color: rgb(175,113,143); }

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

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

 a { background-color: rgb(175,113,143); }

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

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

 span { border-color: rgb(175,113,143); }

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