#AE818E

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

Shades of Tapestry #AE818E

Tints of Tapestry #AE818E

Color information

#AE818E (or 0xAE818E) is unknown color: approx Tapestry. HEX triplet: AE, 81 and 8E. RGB value is (174,129,142). Sum of RGB (Red+Green+Blue) = 174+129+142=445 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.10% from 445); Green value is 129 (50.78% from 255 or 28.99% from 445); Blue value is 142 (55.86% from 255 or 31.91% from 445); Max value from RGB is 174 - color contains mainly: red. Hex color #AE818E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE818E is #517E71. Grayscale: #8F8F8F. Windows color (decimal): -5340786 or 9339310. OLE color: 9339310.

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

Color convert

RGB174129142-
CMYK00.260.180.32
HSL342.67º21.74%59.41%-
HSV(B)342.67º25.86%68.24%-
XYZ30.1926.6529.14-
YUV143.94126.91149.44-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.10%
GREEN value IS 129 (50.78% from 255) = 28.99%
BLUE value IS 142 (55.86% from 255) = 31.91%
R=39.10%
G=28.99%
B=31.91%

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
Decimal17412914200.260.180.32342.6721.7459.41
HexAE818E01A1220157163b
Octal25620121603222405272673
Binary1010111010000001100011100110101001010000010101011110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE818E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE818E; }

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

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

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

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

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

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

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

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