#AE728D

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

Shades of Tapestry #AE728D

Tints of Tapestry #AE728D

Color information

#AE728D (or 0xAE728D) is unknown color: approx Tapestry. HEX triplet: AE, 72 and 8D. RGB value is (174,114,141). Sum of RGB (Red+Green+Blue) = 174+114+141=429 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.56% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 174 - color contains mainly: red. Hex color #AE728D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE728D is #518D72. Grayscale: #868686. Windows color (decimal): -5344627 or 9269934. OLE color: 9269934.

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

Color convert

RGB174114141-
CMYK00.340.190.32
HSL333º27.03%56.47%-
HSV(B)333º34.48%68.24%-
XYZ28.2822.9628.14-
YUV135.02131.38155.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.56%
GREEN value IS 114 (44.92% from 255) = 26.57%
BLUE value IS 141 (55.47% from 255) = 32.87%
R=40.56%
G=26.57%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411414100.340.190.3233327.0356.47
HexAE728D022132014d1b38
Octal25616221504223405153370
Binary1010111011100101000110101000101001110000010100110111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE728D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE728D; }

 p { color: rgb(174,114,141); }

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

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

 a { background-color: rgb(174,114,141); }

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

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

 span { border-color: rgb(174,114,141); }

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