#af6e8c

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

Shades of Tapestry #AF6E8C

Tints of Tapestry #AF6E8C

Color information

#AF6E8C (or 0xAF6E8C) is unknown color: approx Tapestry. HEX triplet: AF, 6E and 8C. RGB value is (175,110,140). Sum of RGB (Red+Green+Blue) = 175+110+140=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 110 (43.36% from 255 or 25.88% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6E8C is #509173. Grayscale: #848484. Windows color (decimal): -5280116 or 9203375. OLE color: 9203375.

HSL color Cylindrical-coordinate representation of color #AF6E8C: hue angle of 332.31º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF6E8C is Cyan = 0, Magento = 0.37, Yellow = 0.2 and Black (K on CMYK) = 0.31.

Color convert

RGB175110140-
CMYK00.370.20.31
HSL332.31º28.89%55.88%-
HSV(B)332.31º37.14%68.63%-
XYZ27.9922.1627.61-
YUV132.85132.03158.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.18%
GREEN value IS 110 (43.36% from 255) = 25.88%
BLUE value IS 140 (55.08% from 255) = 32.94%
R=41.18%
G=25.88%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.2
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511014000.370.20.31332.3128.8955.88
HexAF6E8C025141F14c1d38
Octal25715621404524375143570
Binary101011111101110100011000100101101001111110100110011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af6e8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af6e8c; }

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

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

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

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

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

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

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

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