#AE748E

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

Shades of Tapestry #AE748E

Tints of Tapestry #AE748E

Color information

#AE748E (or 0xAE748E) is unknown color: approx Tapestry. HEX triplet: AE, 74 and 8E. RGB value is (174,116,142). Sum of RGB (Red+Green+Blue) = 174+116+142=432 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.28% from 432); Green value is 116 (45.70% from 255 or 26.85% from 432); Blue value is 142 (55.86% from 255 or 32.87% from 432); Max value from RGB is 174 - color contains mainly: red. Hex color #AE748E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE748E is #518B71. Grayscale: #888888. Windows color (decimal): -5344114 or 9335982. OLE color: 9335982.

HSL color Cylindrical-coordinate representation of color #AE748E: hue angle of 333.1º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AE748E is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB174116142-
CMYK00.330.180.32
HSL333.1º26.36%56.86%-
HSV(B)333.1º33.33%68.24%-
XYZ28.5823.4428.61-
YUV136.31131.22154.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.28%
GREEN value IS 116 (45.70% from 255) = 26.85%
BLUE value IS 142 (55.86% from 255) = 32.87%
R=40.28%
G=26.85%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411614200.330.180.32333.126.3656.86
HexAE748E021122014d1a39
Octal25616421604122405153271
Binary1010111011101001000111001000011001010000010100110111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE748E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE748E; }

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

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

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

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

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

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

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

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