#AE8188

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

Shades of Tapestry #AE8188

Tints of Tapestry #AE8188

Color information

#AE8188 (or 0xAE8188) is unknown color: approx Tapestry. HEX triplet: AE, 81 and 88. RGB value is (174,129,136). Sum of RGB (Red+Green+Blue) = 174+129+136=439 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.64% from 439); Green value is 129 (50.78% from 255 or 29.38% from 439); Blue value is 136 (53.52% from 255 or 30.98% from 439); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8188 is #517E77. Grayscale: #8F8F8F. Windows color (decimal): -5340792 or 8946094. OLE color: 8946094.

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

Color convert

RGB174129136-
CMYK00.260.220.32
HSL350.67º21.74%59.41%-
HSV(B)350.67º25.86%68.24%-
XYZ29.7526.4826.84-
YUV143.25123.91149.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.64%
GREEN value IS 129 (50.78% from 255) = 29.38%
BLUE value IS 136 (53.52% from 255) = 30.98%
R=39.64%
G=29.38%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412913600.260.220.32350.6721.7459.41
HexAE818801A162015f163b
Octal25620121003226405372673
Binary1010111010000001100010000110101011010000010101111110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8188; }

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

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

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

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

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

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

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

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