#AF717D

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

Shades of Tapestry #AF717D

Tints of Tapestry #AF717D

Color information

#AF717D (or 0xAF717D) is unknown color: approx Tapestry. HEX triplet: AF, 71 and 7D. RGB value is (175,113,125). Sum of RGB (Red+Green+Blue) = 175+113+125=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 113 (44.53% from 255 or 27.36% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AF717D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF717D is #508E82. Grayscale: #848484. Windows color (decimal): -5279363 or 8221103. OLE color: 8221103.

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

Color convert

RGB175113125-
CMYK00.350.290.31
HSL348.39º27.93%56.47%-
HSV(B)348.39º35.43%68.63%-
XYZ27.2922.422.29-
YUV132.91123.54158.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.37%
GREEN value IS 113 (44.53% from 255) = 27.36%
BLUE value IS 125 (49.22% from 255) = 30.27%
R=42.37%
G=27.36%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511312500.350.290.31348.3927.9356.47
HexAF717D0231D1F15c1c38
Octal25716117504335375343470
Binary10101111111000111111010100011111011111110101110011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF717D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF717D; }

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

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

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

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

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

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

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

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