#AF6B8F

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

Shades of Tapestry #AF6B8F

Tints of Tapestry #AF6B8F

Color information

#AF6B8F (or 0xAF6B8F) is unknown color: approx Tapestry. HEX triplet: AF, 6B and 8F. RGB value is (175,107,143). Sum of RGB (Red+Green+Blue) = 175+107+143=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 107 (42.19% from 255 or 25.18% from 425); Blue value is 143 (56.25% from 255 or 33.65% from 425); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6B8F is #509470. Grayscale: #838383. Windows color (decimal): -5280881 or 9399215. OLE color: 9399215.

HSL color Cylindrical-coordinate representation of color #AF6B8F: hue angle of 328.24º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF6B8F is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB175107143-
CMYK00.390.180.31
HSL328.24º29.82%55.29%-
HSV(B)328.24º38.86%68.63%-
XYZ27.8921.6128.69-
YUV131.44134.53159.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.18%
GREEN value IS 107 (42.19% from 255) = 25.18%
BLUE value IS 143 (56.25% from 255) = 33.65%
R=41.18%
G=25.18%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510714300.390.180.31328.2429.8255.29
HexAF6B8F027121F1481e37
Octal25715321704722375103667
Binary101011111101011100011110100111100101111110100100011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6B8F; }

 p { color: rgb(175,107,143); }

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

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

 a { background-color: rgb(175,107,143); }

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

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

 span { border-color: rgb(175,107,143); }

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