#AF7390

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

Shades of Tapestry #AF7390

Tints of Tapestry #AF7390

Color information

#AF7390 (or 0xAF7390) is unknown color: approx Tapestry. HEX triplet: AF, 73 and 90. RGB value is (175,115,144). Sum of RGB (Red+Green+Blue) = 175+115+144=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 115 (45.31% from 255 or 26.50% from 434); Blue value is 144 (56.64% from 255 or 33.18% from 434); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7390 is #508C6F. Grayscale: #888888. Windows color (decimal): -5278832 or 9466799. OLE color: 9466799.

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

Color convert

RGB175115144-
CMYK00.340.180.31
HSL331º27.27%56.86%-
HSV(B)331º34.29%68.63%-
XYZ28.8423.3929.38-
YUV136.25132.38155.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.32%
GREEN value IS 115 (45.31% from 255) = 26.50%
BLUE value IS 144 (56.64% from 255) = 33.18%
R=40.32%
G=26.50%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511514400.340.180.3133127.2756.86
HexAF7390022121F14b1b39
Octal25716322004222375133371
Binary101011111110011100100000100010100101111110100101111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7390; }

 p { color: rgb(175,115,144); }

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

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

 a { background-color: rgb(175,115,144); }

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

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

 span { border-color: rgb(175,115,144); }

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