#AE8488

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

Shades of Tapestry #AE8488

Tints of Tapestry #AE8488

Color information

#AE8488 (or 0xAE8488) is unknown color: approx Tapestry. HEX triplet: AE, 84 and 88. RGB value is (174,132,136). Sum of RGB (Red+Green+Blue) = 174+132+136=442 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.37% from 442); Green value is 132 (51.95% from 255 or 29.86% from 442); Blue value is 136 (53.52% from 255 or 30.77% from 442); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8488 is #517B77. Grayscale: #919191. Windows color (decimal): -5340024 or 8946862. OLE color: 8946862.

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

Color convert

RGB174132136-
CMYK00.240.220.32
HSL354.29º20.59%60%-
HSV(B)354.29º24.14%68.24%-
XYZ30.1527.2826.97-
YUV145.01122.91148.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.37%
GREEN value IS 132 (51.95% from 255) = 29.86%
BLUE value IS 136 (53.52% from 255) = 30.77%
R=39.37%
G=29.86%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413213600.240.220.32354.2920.5960
HexAE84880181620162153c
Octal25620421003026405422574
Binary1010111010000100100010000110001011010000010110001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8488; }

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

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

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

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

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

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

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

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