#AE7780

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

Shades of Tapestry #AE7780

Tints of Tapestry #AE7780

Color information

#AE7780 (or 0xAE7780) is unknown color: approx Tapestry. HEX triplet: AE, 77 and 80. RGB value is (174,119,128). Sum of RGB (Red+Green+Blue) = 174+119+128=421 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.33% from 421); Green value is 119 (46.88% from 255 or 28.27% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7780 is #51887F. Grayscale: #888888. Windows color (decimal): -5343360 or 8419246. OLE color: 8419246.

HSL color Cylindrical-coordinate representation of color #AE7780: hue angle of 350.18º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AE7780 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.32.

Color convert

RGB174119128-
CMYK00.320.260.32
HSL350.18º25.35%57.45%-
HSV(B)350.18º31.61%68.24%-
XYZ27.9523.7523.53-
YUV136.47123.22154.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.33%
GREEN value IS 119 (46.88% from 255) = 28.27%
BLUE value IS 128 (50.39% from 255) = 30.40%
R=41.33%
G=28.27%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411912800.320.260.32350.1825.3557.45
HexAE77800201A2015e1939
Octal25616720004032405363171
Binary1010111011101111000000001000001101010000010101111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7780; }

 p { color: rgb(174,119,128); }

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

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

 a { background-color: rgb(174,119,128); }

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

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

 span { border-color: rgb(174,119,128); }

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