#AE858E

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

Shades of Tapestry #AE858E

Tints of Tapestry #AE858E

Color information

#AE858E (or 0xAE858E) is unknown color: approx Tapestry. HEX triplet: AE, 85 and 8E. RGB value is (174,133,142). Sum of RGB (Red+Green+Blue) = 174+133+142=449 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.75% from 449); Green value is 133 (52.34% from 255 or 29.62% from 449); Blue value is 142 (55.86% from 255 or 31.63% from 449); Max value from RGB is 174 - color contains mainly: red. Hex color #AE858E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE858E is #517A71. Grayscale: #929292. Windows color (decimal): -5339762 or 9340334. OLE color: 9340334.

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

Color convert

RGB174133142-
CMYK00.240.180.32
HSL346.83º20.2%60.2%-
HSV(B)346.83º23.56%68.24%-
XYZ30.7327.7329.32-
YUV146.28125.58147.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.75%
GREEN value IS 133 (52.34% from 255) = 29.62%
BLUE value IS 142 (55.86% from 255) = 31.63%
R=38.75%
G=29.62%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413314200.240.180.32346.8320.260.2
HexAE858E018122015b143c
Octal25620521603022405332474
Binary1010111010000101100011100110001001010000010101101110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE858E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE858E; }

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

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

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

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

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

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

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

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