#AE888C

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

Shades of Tapestry #AE888C

Tints of Tapestry #AE888C

Color information

#AE888C (or 0xAE888C) is unknown color: approx Tapestry. HEX triplet: AE, 88 and 8C. RGB value is (174,136,140). Sum of RGB (Red+Green+Blue) = 174+136+140=450 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.67% from 450); Green value is 136 (53.52% from 255 or 30.22% from 450); Blue value is 140 (55.08% from 255 or 31.11% from 450); Max value from RGB is 174 - color contains mainly: red. Hex color #AE888C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE888C is #517773. Grayscale: #939393. Windows color (decimal): -5338996 or 9210030. OLE color: 9210030.

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

Color convert

RGB174136140-
CMYK00.220.200.32
HSL353.68º19%60.78%-
HSV(B)353.68º21.84%68.24%-
XYZ30.9928.528.68-
YUV147.82123.59146.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.67%
GREEN value IS 136 (53.52% from 255) = 30.22%
BLUE value IS 140 (55.08% from 255) = 31.11%
R=38.67%
G=30.22%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413614000.220.200.32353.681960.78
HexAE888C0161420162133d
Octal25621021402624405422375
Binary1010111010001000100011000101101010010000010110001010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE888C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE888C; }

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

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

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

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

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

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

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

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