#AE708E

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

Shades of Tapestry #AE708E

Tints of Tapestry #AE708E

Color information

#AE708E (or 0xAE708E) is unknown color: approx Tapestry. HEX triplet: AE, 70 and 8E. RGB value is (174,112,142). Sum of RGB (Red+Green+Blue) = 174+112+142=428 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.65% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 142 (55.86% from 255 or 33.18% from 428); Max value from RGB is 174 - color contains mainly: red. Hex color #AE708E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE708E is #518F71. Grayscale: #858585. Windows color (decimal): -5345138 or 9334958. OLE color: 9334958.

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

Color convert

RGB174112142-
CMYK00.360.180.32
HSL330.97º27.68%56.08%-
HSV(B)330.97º35.63%68.24%-
XYZ28.1322.5428.46-
YUV133.96132.54156.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.65%
GREEN value IS 112 (44.14% from 255) = 26.17%
BLUE value IS 142 (55.86% from 255) = 33.18%
R=40.65%
G=26.17%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411214200.360.180.32330.9727.6856.08
HexAE708E024122014b1c38
Octal25616021604422405133470
Binary1010111011100001000111001001001001010000010100101111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE708E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE708E; }

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

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

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

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

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

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

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

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