#AE728C

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

Shades of Tapestry #AE728C

Tints of Tapestry #AE728C

Color information

#AE728C (or 0xAE728C) is unknown color: approx Tapestry. HEX triplet: AE, 72 and 8C. RGB value is (174,114,140). Sum of RGB (Red+Green+Blue) = 174+114+140=428 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.65% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 140 (55.08% from 255 or 32.71% from 428); Max value from RGB is 174 - color contains mainly: red. Hex color #AE728C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE728C is #518D73. Grayscale: #868686. Windows color (decimal): -5344628 or 9204398. OLE color: 9204398.

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

Color convert

RGB174114140-
CMYK00.340.200.32
HSL334º27.03%56.47%-
HSV(B)334º34.48%68.24%-
XYZ28.2122.9327.75-
YUV134.9130.88155.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.65%
GREEN value IS 114 (44.92% from 255) = 26.64%
BLUE value IS 140 (55.08% from 255) = 32.71%
R=40.65%
G=26.64%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411414000.340.200.3233427.0356.47
HexAE728C022142014e1b38
Octal25616221404224405163370
Binary1010111011100101000110001000101010010000010100111011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE728C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE728C; }

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

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

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

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

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

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

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

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