#AE838B

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

Shades of Tapestry #AE838B

Tints of Tapestry #AE838B

Color information

#AE838B (or 0xAE838B) is unknown color: approx Tapestry. HEX triplet: AE, 83 and 8B. RGB value is (174,131,139). Sum of RGB (Red+Green+Blue) = 174+131+139=444 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.19% from 444); Green value is 131 (51.56% from 255 or 29.50% from 444); Blue value is 139 (54.69% from 255 or 31.31% from 444); Max value from RGB is 174 - color contains mainly: red. Hex color #AE838B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE838B is #517C74. Grayscale: #909090. Windows color (decimal): -5340277 or 9143214. OLE color: 9143214.

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

Color convert

RGB174131139-
CMYK00.250.200.32
HSL348.84º20.98%59.8%-
HSV(B)348.84º24.71%68.24%-
XYZ30.2327.128.06-
YUV144.77124.75148.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.19%
GREEN value IS 131 (51.56% from 255) = 29.50%
BLUE value IS 139 (54.69% from 255) = 31.31%
R=39.19%
G=29.50%
B=31.31%

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
Decimal17413113900.250.200.32348.8420.9859.8
HexAE838B019142015d153c
Octal25620321303124405352574
Binary1010111010000011100010110110011010010000010101110110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE838B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE838B; }

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

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

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

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

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

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

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

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