#AE818D

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

Shades of Tapestry #AE818D

Tints of Tapestry #AE818D

Color information

#AE818D (or 0xAE818D) is unknown color: approx Tapestry. HEX triplet: AE, 81 and 8D. RGB value is (174,129,141). Sum of RGB (Red+Green+Blue) = 174+129+141=444 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.19% from 444); Green value is 129 (50.78% from 255 or 29.05% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 174 - color contains mainly: red. Hex color #AE818D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE818D is #517E72. Grayscale: #8F8F8F. Windows color (decimal): -5340787 or 9273774. OLE color: 9273774.

HSL color Cylindrical-coordinate representation of color #AE818D: hue angle of 344º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AE818D is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB174129141-
CMYK00.260.190.32
HSL344º21.74%59.41%-
HSV(B)344º25.86%68.24%-
XYZ30.1126.6228.75-
YUV143.82126.41149.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.19%
GREEN value IS 129 (50.78% from 255) = 29.05%
BLUE value IS 141 (55.47% from 255) = 31.76%
R=39.19%
G=29.05%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412914100.260.190.3234421.7459.41
HexAE818D01A1320158163b
Octal25620121503223405302673
Binary1010111010000001100011010110101001110000010101100010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE818D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE818D; }

 p { color: rgb(174,129,141); }

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

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

 a { background-color: rgb(174,129,141); }

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

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

 span { border-color: rgb(174,129,141); }

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