#AE6D85

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

Shades of Tapestry #AE6D85

Tints of Tapestry #AE6D85

Color information

#AE6D85 (or 0xAE6D85) is unknown color: approx Tapestry. HEX triplet: AE, 6D and 85. RGB value is (174,109,133). Sum of RGB (Red+Green+Blue) = 174+109+133=416 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.83% from 416); Green value is 109 (42.97% from 255 or 26.20% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6D85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6D85 is #51927A. Grayscale: #838383. Windows color (decimal): -5345915 or 8744366. OLE color: 8744366.

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

Color convert

RGB174109133-
CMYK00.370.240.32
HSL337.85º28.63%55.49%-
HSV(B)337.85º37.36%68.24%-
XYZ27.1621.6324.93-
YUV131.17129.03158.55-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.83%
GREEN value IS 109 (42.97% from 255) = 26.20%
BLUE value IS 133 (52.34% from 255) = 31.97%
R=41.83%
G=26.20%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410913300.370.240.32337.8528.6355.49
HexAE6D8502518201521d37
Octal25615520504530405223567
Binary1010111011011011000010101001011100010000010101001011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6D85; }

 p { color: rgb(174,109,133); }

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

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

 a { background-color: rgb(174,109,133); }

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

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

 span { border-color: rgb(174,109,133); }

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