#AE728A

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

Shades of Tapestry #AE728A

Tints of Tapestry #AE728A

Color information

#AE728A (or 0xAE728A) is unknown color: approx Tapestry. HEX triplet: AE, 72 and 8A. RGB value is (174,114,138). Sum of RGB (Red+Green+Blue) = 174+114+138=426 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.85% from 426); Green value is 114 (44.92% from 255 or 26.76% from 426); Blue value is 138 (54.30% from 255 or 32.39% from 426); Max value from RGB is 174 - color contains mainly: red. Hex color #AE728A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE728A is #518D75. Grayscale: #868686. Windows color (decimal): -5344630 or 9073326. OLE color: 9073326.

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

Color convert

RGB174114138-
CMYK00.340.210.32
HSL336º27.03%56.47%-
HSV(B)336º34.48%68.24%-
XYZ28.0622.8726.98-
YUV134.68129.88156.05-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.85%
GREEN value IS 114 (44.92% from 255) = 26.76%
BLUE value IS 138 (54.30% from 255) = 32.39%
R=40.85%
G=26.76%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411413800.340.210.3233627.0356.47
HexAE728A02215201501b38
Octal25616221204225405203370
Binary1010111011100101000101001000101010110000010101000011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE728A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE728A; }

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

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

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

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

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

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

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

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