#AE6079

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

Shades of Tapestry #AE6079

Tints of Tapestry #AE6079

Color information

#AE6079 (or 0xAE6079) is unknown color: approx Tapestry. HEX triplet: AE, 60 and 79. RGB value is (174,96,121). Sum of RGB (Red+Green+Blue) = 174+96+121=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 96 (37.89% from 255 or 24.55% from 391); Blue value is 121 (47.66% from 255 or 30.95% from 391); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6079 is #519F86. Grayscale: #7A7A7A. Windows color (decimal): -5349255 or 7954606. OLE color: 7954606.

HSL color Cylindrical-coordinate representation of color #AE6079: hue angle of 340.77º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AE6079 is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB17496121-
CMYK00.450.300.32
HSL340.77º32.5%52.94%-
HSV(B)340.77º44.83%68.24%-
XYZ25.0918.7420.38-
YUV122.17127.34164.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.50%
GREEN value IS 96 (37.89% from 255) = 24.55%
BLUE value IS 121 (47.66% from 255) = 30.95%
R=44.50%
G=24.55%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749612100.450.300.32340.7732.552.94
HexAE607902D1E201552035
Octal25614017105536405254065
Binary1010111011000001111001010110111110100000101010101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6079; }

 p { color: rgb(174,96,121); }

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

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

 a { background-color: rgb(174,96,121); }

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

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

 span { border-color: rgb(174,96,121); }

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