#AE838C

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

Shades of Tapestry #AE838C

Tints of Tapestry #AE838C

Color information

#AE838C (or 0xAE838C) is unknown color: approx Tapestry. HEX triplet: AE, 83 and 8C. RGB value is (174,131,140). Sum of RGB (Red+Green+Blue) = 174+131+140=445 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.10% from 445); Green value is 131 (51.56% from 255 or 29.44% from 445); Blue value is 140 (55.08% from 255 or 31.46% from 445); Max value from RGB is 174 - color contains mainly: red. Hex color #AE838C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE838C is #517C73. Grayscale: #909090. Windows color (decimal): -5340276 or 9208750. OLE color: 9208750.

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

Color convert

RGB174131140-
CMYK00.250.200.32
HSL347.44º20.98%59.8%-
HSV(B)347.44º24.71%68.24%-
XYZ30.3127.1228.45-
YUV144.88125.25148.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.10%
GREEN value IS 131 (51.56% from 255) = 29.44%
BLUE value IS 140 (55.08% from 255) = 31.46%
R=39.10%
G=29.44%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413114000.250.200.32347.4420.9859.8
HexAE838C019142015b153c
Octal25620321403124405332574
Binary1010111010000011100011000110011010010000010101101110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE838C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE838C; }

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

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

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

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

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

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

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

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