#AE7B8E

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

Shades of Tapestry #AE7B8E

Tints of Tapestry #AE7B8E

Color information

#AE7B8E (or 0xAE7B8E) is unknown color: approx Tapestry. HEX triplet: AE, 7B and 8E. RGB value is (174,123,142). Sum of RGB (Red+Green+Blue) = 174+123+142=439 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.64% from 439); Green value is 123 (48.44% from 255 or 28.02% from 439); Blue value is 142 (55.86% from 255 or 32.35% from 439); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7B8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7B8E is #518471. Grayscale: #8C8C8C. Windows color (decimal): -5342322 or 9337774. OLE color: 9337774.

HSL color Cylindrical-coordinate representation of color #AE7B8E: hue angle of 337.65º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AE7B8E is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB174123142-
CMYK00.290.180.32
HSL337.65º23.94%58.24%-
HSV(B)337.65º29.31%68.24%-
XYZ29.4225.1228.89-
YUV140.42128.9151.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.64%
GREEN value IS 123 (48.44% from 255) = 28.02%
BLUE value IS 142 (55.86% from 255) = 32.35%
R=39.64%
G=28.02%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412314200.290.180.32337.6523.9458.24
HexAE7B8E01D1220152183a
Octal25617321603522405223072
Binary101011101111011100011100111011001010000010101001011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7B8E; }

 p { color: rgb(174,123,142); }

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

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

 a { background-color: rgb(174,123,142); }

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

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

 span { border-color: rgb(174,123,142); }

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