#AE768A

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

Shades of Tapestry #AE768A

Tints of Tapestry #AE768A

Color information

#AE768A (or 0xAE768A) is unknown color: approx Tapestry. HEX triplet: AE, 76 and 8A. RGB value is (174,118,138). Sum of RGB (Red+Green+Blue) = 174+118+138=430 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.47% from 430); Green value is 118 (46.48% from 255 or 27.44% from 430); Blue value is 138 (54.30% from 255 or 32.09% from 430); Max value from RGB is 174 - color contains mainly: red. Hex color #AE768A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE768A is #518975. Grayscale: #898989. Windows color (decimal): -5343606 or 9074350. OLE color: 9074350.

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

Color convert

RGB174118138-
CMYK00.320.210.32
HSL338.57º25.69%57.25%-
HSV(B)338.57º32.18%68.24%-
XYZ28.5223.7927.13-
YUV137.02128.55154.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.47%
GREEN value IS 118 (46.48% from 255) = 27.44%
BLUE value IS 138 (54.30% from 255) = 32.09%
R=40.47%
G=27.44%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411813800.320.210.32338.5725.6957.25
HexAE768A02015201531a39
Octal25616621204025405233271
Binary1010111011101101000101001000001010110000010101001111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE768A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE768A; }

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

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

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

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

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

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

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

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