#AE7F8E

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

Shades of Tapestry #AE7F8E

Tints of Tapestry #AE7F8E

Color information

#AE7F8E (or 0xAE7F8E) is unknown color: approx Tapestry. HEX triplet: AE, 7F and 8E. RGB value is (174,127,142). Sum of RGB (Red+Green+Blue) = 174+127+142=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 127 (50% from 255 or 28.67% from 443); Blue value is 142 (55.86% from 255 or 32.05% from 443); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7F8E is #518071. Grayscale: #8E8E8E. Windows color (decimal): -5341298 or 9338798. OLE color: 9338798.

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

Color convert

RGB174127142-
CMYK00.270.180.32
HSL340.85º22.49%59.02%-
HSV(B)340.85º27.01%68.24%-
XYZ29.9326.1329.06-
YUV142.76127.57150.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.28%
GREEN value IS 127 (50% from 255) = 28.67%
BLUE value IS 142 (55.86% from 255) = 32.05%
R=39.28%
G=28.67%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412714200.270.180.32340.8522.4959.02
HexAE7F8E01B1220155163b
Octal25617721603322405252673
Binary101011101111111100011100110111001010000010101010110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7F8E; }

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

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

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

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

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

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

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

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