#AE858D

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

Shades of Tapestry #AE858D

Tints of Tapestry #AE858D

Color information

#AE858D (or 0xAE858D) is unknown color: approx Tapestry. HEX triplet: AE, 85 and 8D. RGB value is (174,133,141). Sum of RGB (Red+Green+Blue) = 174+133+141=448 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.84% from 448); Green value is 133 (52.34% from 255 or 29.69% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 174 - color contains mainly: red. Hex color #AE858D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE858D is #517A72. Grayscale: #929292. Windows color (decimal): -5339763 or 9274798. OLE color: 9274798.

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

Color convert

RGB174133141-
CMYK00.240.190.32
HSL348.29º20.2%60.2%-
HSV(B)348.29º23.56%68.24%-
XYZ30.6527.728.93-
YUV146.17125.08147.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.84%
GREEN value IS 133 (52.34% from 255) = 29.69%
BLUE value IS 141 (55.47% from 255) = 31.47%
R=38.84%
G=29.69%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413314100.240.190.32348.2920.260.2
HexAE858D018132015c143c
Octal25620521503023405342474
Binary1010111010000101100011010110001001110000010101110010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE858D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE858D; }

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

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

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

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

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

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

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

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