#AE7A8C

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

Shades of Tapestry #AE7A8C

Tints of Tapestry #AE7A8C

Color information

#AE7A8C (or 0xAE7A8C) is unknown color: approx Tapestry. HEX triplet: AE, 7A and 8C. RGB value is (174,122,140). Sum of RGB (Red+Green+Blue) = 174+122+140=436 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.91% from 436); Green value is 122 (48.05% from 255 or 27.98% from 436); Blue value is 140 (55.08% from 255 or 32.11% from 436); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7A8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7A8C is #518573. Grayscale: #8B8B8B. Windows color (decimal): -5342580 or 9206446. OLE color: 9206446.

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

Color convert

RGB174122140-
CMYK00.300.200.32
HSL339.23º24.3%58.04%-
HSV(B)339.23º29.89%68.24%-
XYZ29.1524.8128.06-
YUV139.6128.23152.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.91%
GREEN value IS 122 (48.05% from 255) = 27.98%
BLUE value IS 140 (55.08% from 255) = 32.11%
R=39.91%
G=27.98%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412214000.300.200.32339.2324.358.04
HexAE7A8C01E1420153183a
Octal25617221403624405233072
Binary101011101111010100011000111101010010000010101001111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7A8C; }

 p { color: rgb(174,122,140); }

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

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

 a { background-color: rgb(174,122,140); }

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

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

 span { border-color: rgb(174,122,140); }

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