#AE7988

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

Shades of Tapestry #AE7988

Tints of Tapestry #AE7988

Color information

#AE7988 (or 0xAE7988) is unknown color: approx Tapestry. HEX triplet: AE, 79 and 88. RGB value is (174,121,136). Sum of RGB (Red+Green+Blue) = 174+121+136=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 121 (47.66% from 255 or 28.07% from 431); Blue value is 136 (53.52% from 255 or 31.55% from 431); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7988 is #518677. Grayscale: #8A8A8A. Windows color (decimal): -5342840 or 8944046. OLE color: 8944046.

HSL color Cylindrical-coordinate representation of color #AE7988: hue angle of 343.02º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AE7988 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.32.

Color convert

RGB174121136-
CMYK00.300.220.32
HSL343.02º24.65%57.84%-
HSV(B)343.02º30.46%68.24%-
XYZ28.7424.4526.5-
YUV138.56126.56153.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.37%
GREEN value IS 121 (47.66% from 255) = 28.07%
BLUE value IS 136 (53.52% from 255) = 31.55%
R=40.37%
G=28.07%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.22
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412113600.300.220.32343.0224.6557.84
HexAE798801E1620157193a
Octal25617121003626405273172
Binary101011101111001100010000111101011010000010101011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7988; }

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

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

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

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

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

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

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

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