#AE8285

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

Shades of Tapestry #AE8285

Tints of Tapestry #AE8285

Color information

#AE8285 (or 0xAE8285) is unknown color: approx Tapestry. HEX triplet: AE, 82 and 85. RGB value is (174,130,133). Sum of RGB (Red+Green+Blue) = 174+130+133=437 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.82% from 437); Green value is 130 (51.17% from 255 or 29.75% from 437); Blue value is 133 (52.34% from 255 or 30.43% from 437); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8285 is #517D7A. Grayscale: #8F8F8F. Windows color (decimal): -5340539 or 8749742. OLE color: 8749742.

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

Color convert

RGB174130133-
CMYK00.250.240.32
HSL355.91º21.36%59.61%-
HSV(B)355.91º25.29%68.24%-
XYZ29.6726.6625.77-
YUV143.5122.08149.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.82%
GREEN value IS 130 (51.17% from 255) = 29.75%
BLUE value IS 133 (52.34% from 255) = 30.43%
R=39.82%
G=29.75%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413013300.250.240.32355.9121.3659.61
HexAE82850191820164153c
Octal25620220503130405442574
Binary1010111010000010100001010110011100010000010110010010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8285; }

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

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

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

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

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

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

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

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