#AF6E7C

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

Shades of Tapestry #AF6E7C

Tints of Tapestry #AF6E7C

Color information

#AF6E7C (or 0xAF6E7C) is unknown color: approx Tapestry. HEX triplet: AF, 6E and 7C. RGB value is (175,110,124). Sum of RGB (Red+Green+Blue) = 175+110+124=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 110 (43.36% from 255 or 26.89% from 409); Blue value is 124 (48.83% from 255 or 30.32% from 409); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6E7C is #509183. Grayscale: #838383. Windows color (decimal): -5280132 or 8154799. OLE color: 8154799.

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

Color convert

RGB175110124-
CMYK00.370.290.31
HSL347.08º28.89%55.88%-
HSV(B)347.08º37.14%68.63%-
XYZ26.8921.7221.84-
YUV131.03124.03159.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.79%
GREEN value IS 110 (43.36% from 255) = 26.89%
BLUE value IS 124 (48.83% from 255) = 30.32%
R=42.79%
G=26.89%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511012400.370.290.31347.0828.8955.88
HexAF6E7C0251D1F15b1d38
Octal25715617404535375333570
Binary10101111110111011111000100101111011111110101101111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6E7C; }

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

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

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

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

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

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

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

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