#AF7383

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

Shades of Tapestry #AF7383

Tints of Tapestry #AF7383

Color information

#AF7383 (or 0xAF7383) is unknown color: approx Tapestry. HEX triplet: AF, 73 and 83. RGB value is (175,115,131). Sum of RGB (Red+Green+Blue) = 175+115+131=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 115 (45.31% from 255 or 27.32% from 421); Blue value is 131 (51.56% from 255 or 31.12% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7383 is #508C7C. Grayscale: #868686. Windows color (decimal): -5278845 or 8614831. OLE color: 8614831.

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

Color convert

RGB175115131-
CMYK00.340.250.31
HSL344º27.27%56.86%-
HSV(B)344º34.29%68.63%-
XYZ27.9123.0124.44-
YUV134.76125.88156.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.57%
GREEN value IS 115 (45.31% from 255) = 27.32%
BLUE value IS 131 (51.56% from 255) = 31.12%
R=41.57%
G=27.32%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511513100.340.250.3134427.2756.86
HexAF7383022191F1581b39
Octal25716320304231375303371
Binary101011111110011100000110100010110011111110101100011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7383; }

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

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

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

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

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

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

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

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