#AE808E

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

Shades of Tapestry #AE808E

Tints of Tapestry #AE808E

Color information

#AE808E (or 0xAE808E) is unknown color: approx Tapestry. HEX triplet: AE, 80 and 8E. RGB value is (174,128,142). Sum of RGB (Red+Green+Blue) = 174+128+142=444 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.19% from 444); Green value is 128 (50.39% from 255 or 28.83% from 444); Blue value is 142 (55.86% from 255 or 31.98% from 444); Max value from RGB is 174 - color contains mainly: red. Hex color #AE808E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE808E is #517F71. Grayscale: #8F8F8F. Windows color (decimal): -5341042 or 9339054. OLE color: 9339054.

HSL color Cylindrical-coordinate representation of color #AE808E: hue angle of 341.74º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AE808E is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB174128142-
CMYK00.260.180.32
HSL341.74º22.12%59.22%-
HSV(B)341.74º26.44%68.24%-
XYZ30.0626.3929.1-
YUV143.35127.24149.86-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.19%
GREEN value IS 128 (50.39% from 255) = 28.83%
BLUE value IS 142 (55.86% from 255) = 31.98%
R=39.19%
G=28.83%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412814200.260.180.32341.7422.1259.22
HexAE808E01A1220156163b
Octal25620021603222405262673
Binary1010111010000000100011100110101001010000010101011010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE808E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE808E; }

 p { color: rgb(174,128,142); }

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

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

 a { background-color: rgb(174,128,142); }

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

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

 span { border-color: rgb(174,128,142); }

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