#AF717F

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

Shades of Tapestry #AF717F

Tints of Tapestry #AF717F

Color information

#AF717F (or 0xAF717F) is unknown color: approx Tapestry. HEX triplet: AF, 71 and 7F. RGB value is (175,113,127). Sum of RGB (Red+Green+Blue) = 175+113+127=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 113 (44.53% from 255 or 27.23% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 175 - color contains mainly: red. Hex color #AF717F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF717F is #508E80. Grayscale: #858585. Windows color (decimal): -5279361 or 8352175. OLE color: 8352175.

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

Color convert

RGB175113127-
CMYK00.350.270.31
HSL346.45º27.93%56.47%-
HSV(B)346.45º35.43%68.63%-
XYZ27.4222.4622.97-
YUV133.13124.54157.86-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.17%
GREEN value IS 113 (44.53% from 255) = 27.23%
BLUE value IS 127 (50% from 255) = 30.60%
R=42.17%
G=27.23%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511312700.350.270.31346.4527.9356.47
HexAF717F0231B1F15a1c38
Octal25716117704333375323470
Binary10101111111000111111110100011110111111110101101011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF717F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF717F; }

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

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

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

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

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

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

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

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