#AE888D

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

Shades of Tapestry #AE888D

Tints of Tapestry #AE888D

Color information

#AE888D (or 0xAE888D) is unknown color: approx Tapestry. HEX triplet: AE, 88 and 8D. RGB value is (174,136,141). Sum of RGB (Red+Green+Blue) = 174+136+141=451 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.58% from 451); Green value is 136 (53.52% from 255 or 30.16% from 451); Blue value is 141 (55.47% from 255 or 31.26% from 451); Max value from RGB is 174 - color contains mainly: red. Hex color #AE888D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE888D is #517772. Grayscale: #939393. Windows color (decimal): -5338995 or 9275566. OLE color: 9275566.

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

Color convert

RGB174136141-
CMYK00.220.190.32
HSL352.11º19%60.78%-
HSV(B)352.11º21.84%68.24%-
XYZ31.0728.5329.07-
YUV147.93124.09146.59-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.58%
GREEN value IS 136 (53.52% from 255) = 30.16%
BLUE value IS 141 (55.47% from 255) = 31.26%
R=38.58%
G=30.16%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413614100.220.190.32352.111960.78
HexAE888D0161320160133d
Octal25621021502623405402375
Binary1010111010001000100011010101101001110000010110000010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE888D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE888D; }

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

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

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

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

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

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

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

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