#AF7682

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

Shades of Tapestry #AF7682

Tints of Tapestry #AF7682

Color information

#AF7682 (or 0xAF7682) is unknown color: approx Tapestry. HEX triplet: AF, 76 and 82. RGB value is (175,118,130). Sum of RGB (Red+Green+Blue) = 175+118+130=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 118 (46.48% from 255 or 27.90% from 423); Blue value is 130 (51.17% from 255 or 30.73% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7682 is #50897D. Grayscale: #888888. Windows color (decimal): -5278078 or 8550063. OLE color: 8550063.

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

Color convert

RGB175118130-
CMYK00.330.260.31
HSL347.37º26.27%57.45%-
HSV(B)347.37º32.57%68.63%-
XYZ28.1923.6824.2-
YUV136.41124.38155.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.37%
GREEN value IS 118 (46.48% from 255) = 27.90%
BLUE value IS 130 (51.17% from 255) = 30.73%
R=41.37%
G=27.90%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511813000.330.260.31347.3726.2757.45
HexAF76820211A1F15b1a39
Octal25716620204132375333271
Binary101011111110110100000100100001110101111110101101111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7682; }

 p { color: rgb(175,118,130); }

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

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

 a { background-color: rgb(175,118,130); }

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

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

 span { border-color: rgb(175,118,130); }

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