#AF718C

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

Shades of Tapestry #AF718C

Tints of Tapestry #AF718C

Color information

#AF718C (or 0xAF718C) is unknown color: approx Tapestry. HEX triplet: AF, 71 and 8C. RGB value is (175,113,140). Sum of RGB (Red+Green+Blue) = 175+113+140=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 113 (44.53% from 255 or 26.40% from 428); Blue value is 140 (55.08% from 255 or 32.71% from 428); Max value from RGB is 175 - color contains mainly: red. Hex color #AF718C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF718C is #508E73. Grayscale: #868686. Windows color (decimal): -5279348 or 9204143. OLE color: 9204143.

HSL color Cylindrical-coordinate representation of color #AF718C: hue angle of 333.87º 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 #AF718C is Cyan = 0, Magento = 0.35, Yellow = 0.2 and Black (K on CMYK) = 0.31.

Color convert

RGB175113140-
CMYK00.350.20.31
HSL333.87º27.93%56.47%-
HSV(B)333.87º35.43%68.63%-
XYZ28.3222.8227.72-
YUV134.62131.04156.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.89%
GREEN value IS 113 (44.53% from 255) = 26.40%
BLUE value IS 140 (55.08% from 255) = 32.71%
R=40.89%
G=26.40%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.2
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511314000.350.20.31333.8727.9356.47
HexAF718C023141F14e1c38
Octal25716121404324375163470
Binary101011111110001100011000100011101001111110100111011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF718C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF718C; }

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

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

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

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

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

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

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

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