#ae708f

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

Shades of Tapestry #AE708F

Tints of Tapestry #AE708F

Color information

#AE708F (or 0xAE708F) is unknown color: approx Tapestry. HEX triplet: AE, 70 and 8F. RGB value is (174,112,143). Sum of RGB (Red+Green+Blue) = 174+112+143=429 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.56% from 429); Green value is 112 (44.14% from 255 or 26.11% from 429); Blue value is 143 (56.25% from 255 or 33.33% from 429); Max value from RGB is 174 - color contains mainly: red. Hex color #AE708F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE708F is #518F70. Grayscale: #868686. Windows color (decimal): -5345137 or 9400494. OLE color: 9400494.

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

Color convert

RGB174112143-
CMYK00.360.180.32
HSL330º27.68%56.08%-
HSV(B)330º35.63%68.24%-
XYZ28.2122.5728.86-
YUV134.07133.04156.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.56%
GREEN value IS 112 (44.14% from 255) = 26.11%
BLUE value IS 143 (56.25% from 255) = 33.33%
R=40.56%
G=26.11%
B=33.33%

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
Decimal17411214300.360.180.3233027.6856.08
HexAE708F024122014a1c38
Octal25616021704422405123470
Binary1010111011100001000111101001001001010000010100101011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae708f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae708f; }

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

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

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

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

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

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

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

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