#AF758C

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

Shades of Tapestry #AF758C

Tints of Tapestry #AF758C

Color information

#AF758C (or 0xAF758C) is unknown color: approx Tapestry. HEX triplet: AF, 75 and 8C. RGB value is (175,117,140). Sum of RGB (Red+Green+Blue) = 175+117+140=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 117 (46.09% from 255 or 27.08% from 432); Blue value is 140 (55.08% from 255 or 32.41% from 432); Max value from RGB is 175 - color contains mainly: red. Hex color #AF758C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF758C is #508A73. Grayscale: #888888. Windows color (decimal): -5278324 or 9205167. OLE color: 9205167.

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

Color convert

RGB175117140-
CMYK00.330.20.31
HSL336.21º26.61%57.25%-
HSV(B)336.21º33.14%68.63%-
XYZ28.7723.7327.87-
YUV136.96129.72155.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.51%
GREEN value IS 117 (46.09% from 255) = 27.08%
BLUE value IS 140 (55.08% from 255) = 32.41%
R=40.51%
G=27.08%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.2
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511714000.330.20.31336.2126.6157.25
HexAF758C021141F1501b39
Octal25716521404124375203371
Binary101011111110101100011000100001101001111110101000011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF758C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF758C; }

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

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

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

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

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

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

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

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