#AE758B

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

Shades of Tapestry #AE758B

Tints of Tapestry #AE758B

Color information

#AE758B (or 0xAE758B) is unknown color: approx Tapestry. HEX triplet: AE, 75 and 8B. RGB value is (174,117,139). Sum of RGB (Red+Green+Blue) = 174+117+139=430 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.47% from 430); Green value is 117 (46.09% from 255 or 27.21% from 430); Blue value is 139 (54.69% from 255 or 32.33% from 430); Max value from RGB is 174 - color contains mainly: red. Hex color #AE758B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE758B is #518A74. Grayscale: #888888. Windows color (decimal): -5343861 or 9139630. OLE color: 9139630.

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

Color convert

RGB174117139-
CMYK00.330.200.32
HSL336.84º26.03%57.06%-
HSV(B)336.84º32.76%68.24%-
XYZ28.4823.5927.48-
YUV136.55129.38154.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.47%
GREEN value IS 117 (46.09% from 255) = 27.21%
BLUE value IS 139 (54.69% from 255) = 32.33%
R=40.47%
G=27.21%
B=32.33%

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
Decimal17411713900.330.200.32336.8426.0357.06
HexAE758B02114201511a39
Octal25616521304124405213271
Binary1010111011101011000101101000011010010000010101000111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE758B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE758B; }

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

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

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

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

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

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

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

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