#AE788D

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

Shades of Tapestry #AE788D

Tints of Tapestry #AE788D

Color information

#AE788D (or 0xAE788D) is unknown color: approx Tapestry. HEX triplet: AE, 78 and 8D. RGB value is (174,120,141). Sum of RGB (Red+Green+Blue) = 174+120+141=435 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40% from 435); Green value is 120 (47.27% from 255 or 27.59% from 435); Blue value is 141 (55.47% from 255 or 32.41% from 435); Max value from RGB is 174 - color contains mainly: red. Hex color #AE788D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE788D is #518772. Grayscale: #8A8A8A. Windows color (decimal): -5343091 or 9271470. OLE color: 9271470.

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

Color convert

RGB174120141-
CMYK00.310.190.32
HSL336.67º25%57.65%-
HSV(B)336.67º31.03%68.24%-
XYZ28.9824.3528.37-
YUV138.54129.39153.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40%
GREEN value IS 120 (47.27% from 255) = 27.59%
BLUE value IS 141 (55.47% from 255) = 32.41%
R=40%
G=27.59%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412014100.310.190.32336.672557.65
HexAE788D01F1320151193a
Octal25617021503723405213172
Binary101011101111000100011010111111001110000010101000111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE788D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE788D; }

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

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

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

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

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

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

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

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