#AF7980

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

Shades of Tapestry #AF7980

Tints of Tapestry #AF7980

Color information

#AF7980 (or 0xAF7980) is unknown color: approx Tapestry. HEX triplet: AF, 79 and 80. RGB value is (175,121,128). Sum of RGB (Red+Green+Blue) = 175+121+128=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 121 (47.66% from 255 or 28.54% from 424); Blue value is 128 (50.39% from 255 or 30.19% from 424); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7980 is #50867F. Grayscale: #898989. Windows color (decimal): -5277312 or 8419759. OLE color: 8419759.

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

Color convert

RGB175121128-
CMYK00.310.270.31
HSL352.22º25.23%58.04%-
HSV(B)352.22º30.86%68.63%-
XYZ28.4124.3523.62-
YUV137.94122.39154.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.27%
GREEN value IS 121 (47.66% from 255) = 28.54%
BLUE value IS 128 (50.39% from 255) = 30.19%
R=41.27%
G=28.54%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512112800.310.270.31352.2225.2358.04
HexAF798001F1B1F160193a
Octal25717120003733375403172
Binary10101111111100110000000011111110111111110110000011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7980; }

 p { color: rgb(175,121,128); }

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

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

 a { background-color: rgb(175,121,128); }

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

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

 span { border-color: rgb(175,121,128); }

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