#AE8088

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

Shades of Tapestry #AE8088

Tints of Tapestry #AE8088

Color information

#AE8088 (or 0xAE8088) is unknown color: approx Tapestry. HEX triplet: AE, 80 and 88. RGB value is (174,128,136). Sum of RGB (Red+Green+Blue) = 174+128+136=438 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.73% from 438); Green value is 128 (50.39% from 255 or 29.22% from 438); Blue value is 136 (53.52% from 255 or 31.05% from 438); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8088 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8088 is #517F77. Grayscale: #8E8E8E. Windows color (decimal): -5341048 or 8945838. OLE color: 8945838.

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

Color convert

RGB174128136-
CMYK00.260.220.32
HSL349.57º22.12%59.22%-
HSV(B)349.57º26.44%68.24%-
XYZ29.6226.2126.79-
YUV142.67124.24150.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.73%
GREEN value IS 128 (50.39% from 255) = 29.22%
BLUE value IS 136 (53.52% from 255) = 31.05%
R=39.73%
G=29.22%
B=31.05%

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
Decimal17412813600.260.220.32349.5722.1259.22
HexAE808801A162015e163b
Octal25620021003226405362673
Binary1010111010000000100010000110101011010000010101111010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8088; }

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

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

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

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

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

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

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

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