#AF6986

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

Shades of Tapestry #AF6986

Tints of Tapestry #AF6986

Color information

#AF6986 (or 0xAF6986) is unknown color: approx Tapestry. HEX triplet: AF, 69 and 86. RGB value is (175,105,134). Sum of RGB (Red+Green+Blue) = 175+105+134=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 134 (52.73% from 255 or 32.37% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6986 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6986 is #509679. Grayscale: #818181. Windows color (decimal): -5281402 or 8808879. OLE color: 8808879.

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

Color convert

RGB175105134-
CMYK00.400.230.31
HSL335.14º30.43%54.9%-
HSV(B)335.14º40%68.63%-
XYZ27.0320.9425.17-
YUV129.24130.69160.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.27%
GREEN value IS 105 (41.41% from 255) = 25.36%
BLUE value IS 134 (52.73% from 255) = 32.37%
R=42.27%
G=25.36%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510513400.400.230.31335.1430.4354.9
HexAF6986028171F14f1e37
Octal25715120605027375173667
Binary101011111101001100001100101000101111111110100111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6986; }

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

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

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

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

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

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

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

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