#AF6787

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

Shades of Tapestry #AF6787

Tints of Tapestry #AF6787

Color information

#AF6787 (or 0xAF6787) is unknown color: approx Tapestry. HEX triplet: AF, 67 and 87. RGB value is (175,103,135). Sum of RGB (Red+Green+Blue) = 175+103+135=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 103 (40.62% from 255 or 24.94% from 413); Blue value is 135 (53.12% from 255 or 32.69% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6787 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6787 is #509878. Grayscale: #808080. Windows color (decimal): -5281913 or 8873903. OLE color: 8873903.

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

Color convert

RGB175103135-
CMYK00.410.230.31
HSL333.33º31.03%54.51%-
HSV(B)333.33º41.14%68.63%-
XYZ26.920.5625.47-
YUV128.18131.85161.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.37%
GREEN value IS 103 (40.62% from 255) = 24.94%
BLUE value IS 135 (53.12% from 255) = 32.69%
R=42.37%
G=24.94%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510313500.410.230.31333.3331.0354.51
HexAF6787029171F14d1f37
Octal25714720705127375153767
Binary101011111100111100001110101001101111111110100110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6787; }

 p { color: rgb(175,103,135); }

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

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

 a { background-color: rgb(175,103,135); }

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

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

 span { border-color: rgb(175,103,135); }

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