#AF7981

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

Shades of Tapestry #AF7981

Tints of Tapestry #AF7981

Color information

#AF7981 (or 0xAF7981) is unknown color: approx Tapestry. HEX triplet: AF, 79 and 81. RGB value is (175,121,129). Sum of RGB (Red+Green+Blue) = 175+121+129=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 121 (47.66% from 255 or 28.47% from 425); Blue value is 129 (50.78% from 255 or 30.35% from 425); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7981 is #50867E. Grayscale: #8A8A8A. Windows color (decimal): -5277311 or 8485295. OLE color: 8485295.

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

Color convert

RGB175121129-
CMYK00.310.260.31
HSL351.11º25.23%58.04%-
HSV(B)351.11º30.86%68.63%-
XYZ28.4824.3723.97-
YUV138.06122.89154.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.18%
GREEN value IS 121 (47.66% from 255) = 28.47%
BLUE value IS 129 (50.78% from 255) = 30.35%
R=41.18%
G=28.47%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512112900.310.260.31351.1125.2358.04
HexAF798101F1A1F15f193a
Octal25717120103732375373172
Binary10101111111100110000001011111110101111110101111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7981; }

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

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

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

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

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

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

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

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