#AE6E83

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

Shades of Tapestry #AE6E83

Tints of Tapestry #AE6E83

Color information

#AE6E83 (or 0xAE6E83) is unknown color: approx Tapestry. HEX triplet: AE, 6E and 83. RGB value is (174,110,131). Sum of RGB (Red+Green+Blue) = 174+110+131=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 110 (43.36% from 255 or 26.51% from 415); Blue value is 131 (51.56% from 255 or 31.57% from 415); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6E83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6E83 is #51917C. Grayscale: #838383. Windows color (decimal): -5345661 or 8613550. OLE color: 8613550.

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

Color convert

RGB174110131-
CMYK00.370.250.32
HSL340.31º28.32%55.69%-
HSV(B)340.31º36.78%68.24%-
XYZ27.1321.7924.25-
YUV131.53127.7158.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.93%
GREEN value IS 110 (43.36% from 255) = 26.51%
BLUE value IS 131 (51.56% from 255) = 31.57%
R=41.93%
G=26.51%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411013100.370.250.32340.3128.3255.69
HexAE6E8302519201541c38
Octal25615620304531405243470
Binary1010111011011101000001101001011100110000010101010011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6E83; }

 p { color: rgb(174,110,131); }

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

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

 a { background-color: rgb(174,110,131); }

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

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

 span { border-color: rgb(174,110,131); }

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