#AE8190

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

Shades of Tapestry #AE8190

Tints of Tapestry #AE8190

Color information

#AE8190 (or 0xAE8190) is unknown color: approx Tapestry. HEX triplet: AE, 81 and 90. RGB value is (174,129,144). Sum of RGB (Red+Green+Blue) = 174+129+144=447 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.93% from 447); Green value is 129 (50.78% from 255 or 28.86% from 447); Blue value is 144 (56.64% from 255 or 32.21% from 447); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8190 is #517E6F. Grayscale: #909090. Windows color (decimal): -5340784 or 9470382. OLE color: 9470382.

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

Color convert

RGB174129144-
CMYK00.260.170.32
HSL340º21.74%59.41%-
HSV(B)340º25.86%68.24%-
XYZ30.3426.7129.94-
YUV144.16127.91149.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.93%
GREEN value IS 129 (50.78% from 255) = 28.86%
BLUE value IS 144 (56.64% from 255) = 32.21%
R=38.93%
G=28.86%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412914400.260.170.3234021.7459.41
HexAE819001A1120154163b
Octal25620122003221405242673
Binary1010111010000001100100000110101000110000010101010010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8190; }

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

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

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

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

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

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

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

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