#AF718B

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

Shades of Tapestry #AF718B

Tints of Tapestry #AF718B

Color information

#AF718B (or 0xAF718B) is unknown color: approx Tapestry. HEX triplet: AF, 71 and 8B. RGB value is (175,113,139). Sum of RGB (Red+Green+Blue) = 175+113+139=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 113 (44.53% from 255 or 26.46% from 427); Blue value is 139 (54.69% from 255 or 32.55% from 427); Max value from RGB is 175 - color contains mainly: red. Hex color #AF718B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF718B is #508E74. Grayscale: #868686. Windows color (decimal): -5279349 or 9138607. OLE color: 9138607.

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

Color convert

RGB175113139-
CMYK00.350.210.31
HSL334.84º27.93%56.47%-
HSV(B)334.84º35.43%68.63%-
XYZ28.2422.7927.34-
YUV134.5130.54156.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.98%
GREEN value IS 113 (44.53% from 255) = 26.46%
BLUE value IS 139 (54.69% from 255) = 32.55%
R=40.98%
G=26.46%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511313900.350.210.31334.8427.9356.47
HexAF718B023151F14f1c38
Octal25716121304325375173470
Binary101011111110001100010110100011101011111110100111111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF718B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF718B; }

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

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

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

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

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

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

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

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