#AF6686

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

Shades of Tapestry #AF6686

Tints of Tapestry #AF6686

Color information

#AF6686 (or 0xAF6686) is unknown color: approx Tapestry. HEX triplet: AF, 66 and 86. RGB value is (175,102,134). Sum of RGB (Red+Green+Blue) = 175+102+134=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 102 (40.23% from 255 or 24.82% from 411); Blue value is 134 (52.73% from 255 or 32.60% from 411); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6686 is #509979. Grayscale: #7F7F7F. Windows color (decimal): -5282170 or 8808111. OLE color: 8808111.

HSL color Cylindrical-coordinate representation of color #AF6686: hue angle of 333.7º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF6686 is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB175102134-
CMYK00.420.230.31
HSL333.7º31.33%54.31%-
HSV(B)333.7º41.71%68.63%-
XYZ26.7320.3425.07-
YUV127.47131.68161.9-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.58%
GREEN value IS 102 (40.23% from 255) = 24.82%
BLUE value IS 134 (52.73% from 255) = 32.60%
R=42.58%
G=24.82%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510213400.420.230.31333.731.3354.31
HexAF668602A171F14e1f36
Octal25714620605227375163766
Binary101011111100110100001100101010101111111110100111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6686; }

 p { color: rgb(175,102,134); }

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

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

 a { background-color: rgb(175,102,134); }

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

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

 span { border-color: rgb(175,102,134); }

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