#AE7A8B

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

Shades of Tapestry #AE7A8B

Tints of Tapestry #AE7A8B

Color information

#AE7A8B (or 0xAE7A8B) is unknown color: approx Tapestry. HEX triplet: AE, 7A and 8B. RGB value is (174,122,139). Sum of RGB (Red+Green+Blue) = 174+122+139=435 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40% from 435); Green value is 122 (48.05% from 255 or 28.05% from 435); Blue value is 139 (54.69% from 255 or 31.95% from 435); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7A8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7A8B is #518574. Grayscale: #8B8B8B. Windows color (decimal): -5342581 or 9140910. OLE color: 9140910.

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

Color convert

RGB174122139-
CMYK00.300.200.32
HSL340.38º24.3%58.04%-
HSV(B)340.38º29.89%68.24%-
XYZ29.0824.7827.68-
YUV139.49127.73152.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40%
GREEN value IS 122 (48.05% from 255) = 28.05%
BLUE value IS 139 (54.69% from 255) = 31.95%
R=40%
G=28.05%
B=31.95%

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
Decimal17412213900.300.200.32340.3824.358.04
HexAE7A8B01E1420154183a
Octal25617221303624405243072
Binary101011101111010100010110111101010010000010101010011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7A8B; }

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

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

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

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

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

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

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

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