#AE758A

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

Shades of Tapestry #AE758A

Tints of Tapestry #AE758A

Color information

#AE758A (or 0xAE758A) is unknown color: approx Tapestry. HEX triplet: AE, 75 and 8A. RGB value is (174,117,138). Sum of RGB (Red+Green+Blue) = 174+117+138=429 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.56% from 429); Green value is 117 (46.09% from 255 or 27.27% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 174 - color contains mainly: red. Hex color #AE758A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE758A is #518A75. Grayscale: #888888. Windows color (decimal): -5343862 or 9074094. OLE color: 9074094.

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

Color convert

RGB174117138-
CMYK00.330.210.32
HSL337.89º26.03%57.06%-
HSV(B)337.89º32.76%68.24%-
XYZ28.423.5627.09-
YUV136.44128.88154.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.56%
GREEN value IS 117 (46.09% from 255) = 27.27%
BLUE value IS 138 (54.30% from 255) = 32.17%
R=40.56%
G=27.27%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411713800.330.210.32337.8926.0357.06
HexAE758A02115201521a39
Octal25616521204125405223271
Binary1010111011101011000101001000011010110000010101001011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE758A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE758A; }

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

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

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

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

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

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

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

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