#AE838E

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

Shades of Tapestry #AE838E

Tints of Tapestry #AE838E

Color information

#AE838E (or 0xAE838E) is unknown color: approx Tapestry. HEX triplet: AE, 83 and 8E. RGB value is (174,131,142). Sum of RGB (Red+Green+Blue) = 174+131+142=447 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.93% from 447); Green value is 131 (51.56% from 255 or 29.31% from 447); Blue value is 142 (55.86% from 255 or 31.77% from 447); Max value from RGB is 174 - color contains mainly: red. Hex color #AE838E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE838E is #517C71. Grayscale: #919191. Windows color (decimal): -5340274 or 9339822. OLE color: 9339822.

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

Color convert

RGB174131142-
CMYK00.250.180.32
HSL344.65º20.98%59.8%-
HSV(B)344.65º24.71%68.24%-
XYZ30.4527.1829.23-
YUV145.11126.25148.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.93%
GREEN value IS 131 (51.56% from 255) = 29.31%
BLUE value IS 142 (55.86% from 255) = 31.77%
R=38.93%
G=29.31%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413114200.250.180.32344.6520.9859.8
HexAE838E0191220159153c
Octal25620321603122405312574
Binary1010111010000011100011100110011001010000010101100110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE838E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE838E; }

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

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

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

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

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

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

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

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