#AE838D

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

Shades of Tapestry #AE838D

Tints of Tapestry #AE838D

Color information

#AE838D (or 0xAE838D) is unknown color: approx Tapestry. HEX triplet: AE, 83 and 8D. RGB value is (174,131,141). Sum of RGB (Red+Green+Blue) = 174+131+141=446 (59% of max value = 765). Red value is 174 (68.36% from 255 or 39.01% from 446); Green value is 131 (51.56% from 255 or 29.37% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 174 - color contains mainly: red. Hex color #AE838D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE838D is #517C72. Grayscale: #909090. Windows color (decimal): -5340275 or 9274286. OLE color: 9274286.

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

Color convert

RGB174131141-
CMYK00.250.190.32
HSL346.05º20.98%59.8%-
HSV(B)346.05º24.71%68.24%-
XYZ30.3827.1528.84-
YUV145125.75148.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.01%
GREEN value IS 131 (51.56% from 255) = 29.37%
BLUE value IS 141 (55.47% from 255) = 31.61%
R=39.01%
G=29.37%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413114100.250.190.32346.0520.9859.8
HexAE838D019132015a153c
Octal25620321503123405322574
Binary1010111010000011100011010110011001110000010101101010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE838D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE838D; }

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

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

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

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

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

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

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

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