#AF717E

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

Shades of Tapestry #AF717E

Tints of Tapestry #AF717E

Color information

#AF717E (or 0xAF717E) is unknown color: approx Tapestry. HEX triplet: AF, 71 and 7E. RGB value is (175,113,126). Sum of RGB (Red+Green+Blue) = 175+113+126=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 113 (44.53% from 255 or 27.29% from 414); Blue value is 126 (49.61% from 255 or 30.43% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AF717E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF717E is #508E81. Grayscale: #858585. Windows color (decimal): -5279362 or 8286639. OLE color: 8286639.

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

Color convert

RGB175113126-
CMYK00.350.280.31
HSL347.42º27.93%56.47%-
HSV(B)347.42º35.43%68.63%-
XYZ27.3522.4322.63-
YUV133.02124.04157.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.27%
GREEN value IS 113 (44.53% from 255) = 27.29%
BLUE value IS 126 (49.61% from 255) = 30.43%
R=42.27%
G=27.29%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511312600.350.280.31347.4227.9356.47
HexAF717E0231C1F15b1c38
Octal25716117604334375333470
Binary10101111111000111111100100011111001111110101101111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF717E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF717E; }

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

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

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

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

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

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

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

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