#ae758c

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

Shades of Tapestry #AE758C

Tints of Tapestry #AE758C

Color information

#AE758C (or 0xAE758C) is unknown color: approx Tapestry. HEX triplet: AE, 75 and 8C. RGB value is (174,117,140). Sum of RGB (Red+Green+Blue) = 174+117+140=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 117 (46.09% from 255 or 27.15% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 174 - color contains mainly: red. Hex color #AE758C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE758C is #518A73. Grayscale: #888888. Windows color (decimal): -5343860 or 9205166. OLE color: 9205166.

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

Color convert

RGB174117140-
CMYK00.330.200.32
HSL335.79º26.03%57.06%-
HSV(B)335.79º32.76%68.24%-
XYZ28.5523.6127.86-
YUV136.66129.88154.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.37%
GREEN value IS 117 (46.09% from 255) = 27.15%
BLUE value IS 140 (55.08% from 255) = 32.48%
R=40.37%
G=27.15%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411714000.330.200.32335.7926.0357.06
HexAE758C02114201501a39
Octal25616521404124405203271
Binary1010111011101011000110001000011010010000010101000011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae758c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae758c; }

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

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

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

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

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

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

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

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