#AE818B

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

Shades of Tapestry #AE818B

Tints of Tapestry #AE818B

Color information

#AE818B (or 0xAE818B) is unknown color: approx Tapestry. HEX triplet: AE, 81 and 8B. RGB value is (174,129,139). Sum of RGB (Red+Green+Blue) = 174+129+139=442 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.37% from 442); Green value is 129 (50.78% from 255 or 29.19% from 442); Blue value is 139 (54.69% from 255 or 31.45% from 442); Max value from RGB is 174 - color contains mainly: red. Hex color #AE818B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE818B is #517E74. Grayscale: #8F8F8F. Windows color (decimal): -5340789 or 9142702. OLE color: 9142702.

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

Color convert

RGB174129139-
CMYK00.260.200.32
HSL346.67º21.74%59.41%-
HSV(B)346.67º25.86%68.24%-
XYZ29.9726.5627.97-
YUV143.6125.41149.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.37%
GREEN value IS 129 (50.78% from 255) = 29.19%
BLUE value IS 139 (54.69% from 255) = 31.45%
R=39.37%
G=29.19%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412913900.260.200.32346.6721.7459.41
HexAE818B01A142015b163b
Octal25620121303224405332673
Binary1010111010000001100010110110101010010000010101101110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE818B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE818B; }

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

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

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

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

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

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

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

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