#AE768D

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

Shades of Tapestry #AE768D

Tints of Tapestry #AE768D

Color information

#AE768D (or 0xAE768D) is unknown color: approx Tapestry. HEX triplet: AE, 76 and 8D. RGB value is (174,118,141). Sum of RGB (Red+Green+Blue) = 174+118+141=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 118 (46.48% from 255 or 27.25% from 433); Blue value is 141 (55.47% from 255 or 32.56% from 433); Max value from RGB is 174 - color contains mainly: red. Hex color #AE768D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE768D is #518972. Grayscale: #898989. Windows color (decimal): -5343603 or 9270958. OLE color: 9270958.

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

Color convert

RGB174118141-
CMYK00.320.190.32
HSL335.36º25.69%57.25%-
HSV(B)335.36º32.18%68.24%-
XYZ28.7423.8828.29-
YUV137.37130.05154.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.18%
GREEN value IS 118 (46.48% from 255) = 27.25%
BLUE value IS 141 (55.47% from 255) = 32.56%
R=40.18%
G=27.25%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411814100.320.190.32335.3625.6957.25
HexAE768D020132014f1a39
Octal25616621504023405173271
Binary1010111011101101000110101000001001110000010100111111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE768D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE768D; }

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

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

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

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

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

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

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

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