#AE888E

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

Shades of Tapestry #AE888E

Tints of Tapestry #AE888E

Color information

#AE888E (or 0xAE888E) is unknown color: approx Tapestry. HEX triplet: AE, 88 and 8E. RGB value is (174,136,142). Sum of RGB (Red+Green+Blue) = 174+136+142=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 136 (53.52% from 255 or 30.09% from 452); Blue value is 142 (55.86% from 255 or 31.42% from 452); Max value from RGB is 174 - color contains mainly: red. Hex color #AE888E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE888E is #517771. Grayscale: #949494. Windows color (decimal): -5338994 or 9341102. OLE color: 9341102.

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

Color convert

RGB174136142-
CMYK00.220.180.32
HSL350.53º19%60.78%-
HSV(B)350.53º21.84%68.24%-
XYZ31.1428.5629.46-
YUV148.05124.59146.51-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.50%
GREEN value IS 136 (53.52% from 255) = 30.09%
BLUE value IS 142 (55.86% from 255) = 31.42%
R=38.50%
G=30.09%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413614200.220.180.32350.531960.78
HexAE888E016122015f133d
Octal25621021602622405372375
Binary1010111010001000100011100101101001010000010101111110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE888E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE888E; }

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

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

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

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

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

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

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

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