#AF6E82

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

Shades of Tapestry #AF6E82

Tints of Tapestry #AF6E82

Color information

#AF6E82 (or 0xAF6E82) is unknown color: approx Tapestry. HEX triplet: AF, 6E and 82. RGB value is (175,110,130). Sum of RGB (Red+Green+Blue) = 175+110+130=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 110 (43.36% from 255 or 26.51% from 415); Blue value is 130 (51.17% from 255 or 31.33% from 415); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6E82 is #50917D. Grayscale: #838383. Windows color (decimal): -5280126 or 8548015. OLE color: 8548015.

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

Color convert

RGB175110130-
CMYK00.370.260.31
HSL341.54º28.89%55.88%-
HSV(B)341.54º37.14%68.63%-
XYZ27.2821.8823.9-
YUV131.71127.03158.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.17%
GREEN value IS 110 (43.36% from 255) = 26.51%
BLUE value IS 130 (51.17% from 255) = 31.33%
R=42.17%
G=26.51%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511013000.370.260.31341.5428.8955.88
HexAF6E820251A1F1561d38
Octal25715620204532375263570
Binary101011111101110100000100100101110101111110101011011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6E82; }

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

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

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

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

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

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

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

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