#AE6077

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

Shades of Tapestry #AE6077

Tints of Tapestry #AE6077

Color information

#AE6077 (or 0xAE6077) is unknown color: approx Tapestry. HEX triplet: AE, 60 and 77. RGB value is (174,96,119). Sum of RGB (Red+Green+Blue) = 174+96+119=389 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.73% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 119 (46.88% from 255 or 30.59% from 389); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6077 is #519F88. Grayscale: #797979. Windows color (decimal): -5349257 or 7823534. OLE color: 7823534.

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

Color convert

RGB17496119-
CMYK00.450.320.32
HSL342.31º32.5%52.94%-
HSV(B)342.31º44.83%68.24%-
XYZ24.9718.719.75-
YUV121.94126.34165.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.73%
GREEN value IS 96 (37.89% from 255) = 24.68%
BLUE value IS 119 (46.88% from 255) = 30.59%
R=44.73%
G=24.68%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749611900.450.320.32342.3132.552.94
HexAE607702D20201562035
Octal25614016705540405264065
Binary10101110110000011101110101101100000100000101010110100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6077; }

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

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

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

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

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

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

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

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