#AF6B8C

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

Shades of Tapestry #AF6B8C

Tints of Tapestry #AF6B8C

Color information

#AF6B8C (or 0xAF6B8C) is unknown color: approx Tapestry. HEX triplet: AF, 6B and 8C. RGB value is (175,107,140). Sum of RGB (Red+Green+Blue) = 175+107+140=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 107 (42.19% from 255 or 25.36% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6B8C is #509473. Grayscale: #838383. Windows color (decimal): -5280884 or 9202607. OLE color: 9202607.

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

Color convert

RGB175107140-
CMYK00.390.20.31
HSL330.88º29.82%55.29%-
HSV(B)330.88º38.86%68.63%-
XYZ27.6721.5227.51-
YUV131.09133.03159.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.47%
GREEN value IS 107 (42.19% from 255) = 25.36%
BLUE value IS 140 (55.08% from 255) = 33.18%
R=41.47%
G=25.36%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.2
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510714000.390.20.31330.8829.8255.29
HexAF6B8C027141F14b1e37
Octal25715321404724375133667
Binary101011111101011100011000100111101001111110100101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6B8C; }

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

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

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

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

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

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

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

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