#AE6C8A

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

Shades of Tapestry #AE6C8A

Tints of Tapestry #AE6C8A

Color information

#AE6C8A (or 0xAE6C8A) is unknown color: approx Tapestry. HEX triplet: AE, 6C and 8A. RGB value is (174,108,138). Sum of RGB (Red+Green+Blue) = 174+108+138=420 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.43% from 420); Green value is 108 (42.58% from 255 or 25.71% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6C8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6C8A is #519375. Grayscale: #838383. Windows color (decimal): -5346166 or 9071790. OLE color: 9071790.

HSL color Cylindrical-coordinate representation of color #AE6C8A: hue angle of 332.73º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AE6C8A is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB174108138-
CMYK00.380.210.32
HSL332.73º28.95%55.29%-
HSV(B)332.73º37.93%68.24%-
XYZ27.4121.5626.76-
YUV131.15131.87158.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.43%
GREEN value IS 108 (42.58% from 255) = 25.71%
BLUE value IS 138 (54.30% from 255) = 32.86%
R=41.43%
G=25.71%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410813800.380.210.32332.7328.9555.29
HexAE6C8A026152014d1d37
Octal25615421204625405153567
Binary1010111011011001000101001001101010110000010100110111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6C8A; }

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

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

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

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

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

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

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

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