#AE768C

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

Shades of Tapestry #AE768C

Tints of Tapestry #AE768C

Color information

#AE768C (or 0xAE768C) is unknown color: approx Tapestry. HEX triplet: AE, 76 and 8C. RGB value is (174,118,140). Sum of RGB (Red+Green+Blue) = 174+118+140=432 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.28% from 432); Green value is 118 (46.48% from 255 or 27.31% from 432); Blue value is 140 (55.08% from 255 or 32.41% from 432); Max value from RGB is 174 - color contains mainly: red. Hex color #AE768C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE768C is #518973. Grayscale: #898989. Windows color (decimal): -5343604 or 9205422. OLE color: 9205422.

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

Color convert

RGB174118140-
CMYK00.320.200.32
HSL336.43º25.69%57.25%-
HSV(B)336.43º32.18%68.24%-
XYZ28.6723.8527.9-
YUV137.25129.55154.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.28%
GREEN value IS 118 (46.48% from 255) = 27.31%
BLUE value IS 140 (55.08% from 255) = 32.41%
R=40.28%
G=27.31%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411814000.320.200.32336.4325.6957.25
HexAE768C02014201501a39
Octal25616621404024405203271
Binary1010111011101101000110001000001010010000010101000011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE768C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE768C; }

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

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

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

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

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

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

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

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