#AE7B8C

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

Shades of Tapestry #AE7B8C

Tints of Tapestry #AE7B8C

Color information

#AE7B8C (or 0xAE7B8C) is unknown color: approx Tapestry. HEX triplet: AE, 7B and 8C. RGB value is (174,123,140). Sum of RGB (Red+Green+Blue) = 174+123+140=437 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.82% from 437); Green value is 123 (48.44% from 255 or 28.15% from 437); Blue value is 140 (55.08% from 255 or 32.04% from 437); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7B8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7B8C is #518473. Grayscale: #8C8C8C. Windows color (decimal): -5342324 or 9206702. OLE color: 9206702.

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

Color convert

RGB174123140-
CMYK00.290.200.32
HSL340º23.94%58.24%-
HSV(B)340º29.31%68.24%-
XYZ29.2725.0628.1-
YUV140.19127.9152.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.82%
GREEN value IS 123 (48.44% from 255) = 28.15%
BLUE value IS 140 (55.08% from 255) = 32.04%
R=39.82%
G=28.15%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412314000.290.200.3234023.9458.24
HexAE7B8C01D1420154183a
Octal25617321403524405243072
Binary101011101111011100011000111011010010000010101010011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7B8C; }

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

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

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

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

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

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

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

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