#AE7985

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

Shades of Tapestry #AE7985

Tints of Tapestry #AE7985

Color information

#AE7985 (or 0xAE7985) is unknown color: approx Tapestry. HEX triplet: AE, 79 and 85. RGB value is (174,121,133). Sum of RGB (Red+Green+Blue) = 174+121+133=428 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.65% from 428); Green value is 121 (47.66% from 255 or 28.27% from 428); Blue value is 133 (52.34% from 255 or 31.07% from 428); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7985 is #51867A. Grayscale: #8A8A8A. Windows color (decimal): -5342843 or 8747438. OLE color: 8747438.

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

Color convert

RGB174121133-
CMYK00.300.240.32
HSL346.42º24.65%57.84%-
HSV(B)346.42º30.46%68.24%-
XYZ28.5324.3725.39-
YUV138.22125.06153.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.65%
GREEN value IS 121 (47.66% from 255) = 28.27%
BLUE value IS 133 (52.34% from 255) = 31.07%
R=40.65%
G=28.27%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412113300.300.240.32346.4224.6557.84
HexAE798501E182015a193a
Octal25617120503630405323172
Binary101011101111001100001010111101100010000010101101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7985; }

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

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

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

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

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

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

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

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