#AF758E

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

Shades of Tapestry #AF758E

Tints of Tapestry #AF758E

Color information

#AF758E (or 0xAF758E) is unknown color: approx Tapestry. HEX triplet: AF, 75 and 8E. RGB value is (175,117,142). Sum of RGB (Red+Green+Blue) = 175+117+142=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 142 (55.86% from 255 or 32.72% from 434); Max value from RGB is 175 - color contains mainly: red. Hex color #AF758E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF758E is #508A71. Grayscale: #898989. Windows color (decimal): -5278322 or 9336239. OLE color: 9336239.

HSL color Cylindrical-coordinate representation of color #AF758E: hue angle of 334.14º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF758E is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB175117142-
CMYK00.330.190.31
HSL334.14º26.61%57.25%-
HSV(B)334.14º33.14%68.63%-
XYZ28.9223.7928.66-
YUV137.19130.72154.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.32%
GREEN value IS 117 (46.09% from 255) = 26.96%
BLUE value IS 142 (55.86% from 255) = 32.72%
R=40.32%
G=26.96%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511714200.330.190.31334.1426.6157.25
HexAF758E021131F14e1b39
Octal25716521604123375163371
Binary101011111110101100011100100001100111111110100111011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF758E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF758E; }

 p { color: rgb(175,117,142); }

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

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

 a { background-color: rgb(175,117,142); }

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

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

 span { border-color: rgb(175,117,142); }

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