#AE8588

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

Shades of Tapestry #AE8588

Tints of Tapestry #AE8588

Color information

#AE8588 (or 0xAE8588) is unknown color: approx Tapestry. HEX triplet: AE, 85 and 88. RGB value is (174,133,136). Sum of RGB (Red+Green+Blue) = 174+133+136=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 133 (52.34% from 255 or 30.02% from 443); Blue value is 136 (53.52% from 255 or 30.70% from 443); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8588 is #517A77. Grayscale: #919191. Windows color (decimal): -5339768 or 8947118. OLE color: 8947118.

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

Color convert

RGB174133136-
CMYK00.240.220.32
HSL355.61º20.2%60.2%-
HSV(B)355.61º23.56%68.24%-
XYZ30.2927.5527.01-
YUV145.6122.58148.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.28%
GREEN value IS 133 (52.34% from 255) = 30.02%
BLUE value IS 136 (53.52% from 255) = 30.70%
R=39.28%
G=30.02%
B=30.70%

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
Decimal17413313600.240.220.32355.6120.260.2
HexAE85880181620164143c
Octal25620521003026405442474
Binary1010111010000101100010000110001011010000010110010010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8588; }

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

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

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

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

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

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

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

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