#AF7988

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

Shades of Tapestry #AF7988

Tints of Tapestry #AF7988

Color information

#AF7988 (or 0xAF7988) is unknown color: approx Tapestry. HEX triplet: AF, 79 and 88. RGB value is (175,121,136). Sum of RGB (Red+Green+Blue) = 175+121+136=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 121 (47.66% from 255 or 28.01% from 432); Blue value is 136 (53.52% from 255 or 31.48% from 432); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7988 is #508677. Grayscale: #8A8A8A. Windows color (decimal): -5277304 or 8944047. OLE color: 8944047.

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

Color convert

RGB175121136-
CMYK00.310.220.31
HSL343.33º25.23%58.04%-
HSV(B)343.33º30.86%68.63%-
XYZ28.9624.5726.51-
YUV138.86126.39153.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.51%
GREEN value IS 121 (47.66% from 255) = 28.01%
BLUE value IS 136 (53.52% from 255) = 31.48%
R=40.51%
G=28.01%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512113600.310.220.31343.3325.2358.04
HexAF798801F161F157193a
Octal25717121003726375273172
Binary10101111111100110001000011111101101111110101011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7988; }

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

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

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

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

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

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

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

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