#AE7B90

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

Shades of Tapestry #AE7B90

Tints of Tapestry #AE7B90

Color information

#AE7B90 (or 0xAE7B90) is unknown color: approx Tapestry. HEX triplet: AE, 7B and 90. RGB value is (174,123,144). Sum of RGB (Red+Green+Blue) = 174+123+144=441 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.46% from 441); Green value is 123 (48.44% from 255 or 27.89% from 441); Blue value is 144 (56.64% from 255 or 32.65% from 441); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7B90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7B90 is #51846F. Grayscale: #8C8C8C. Windows color (decimal): -5342320 or 9468846. OLE color: 9468846.

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

Color convert

RGB174123144-
CMYK00.290.170.32
HSL335.29º23.94%58.24%-
HSV(B)335.29º29.31%68.24%-
XYZ29.5725.1829.69-
YUV140.64129.9151.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.46%
GREEN value IS 123 (48.44% from 255) = 27.89%
BLUE value IS 144 (56.64% from 255) = 32.65%
R=39.46%
G=27.89%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412314400.290.170.32335.2923.9458.24
HexAE7B9001D112014f183a
Octal25617322003521405173072
Binary101011101111011100100000111011000110000010100111111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7B90; }

 p { color: rgb(174,123,144); }

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

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

 a { background-color: rgb(174,123,144); }

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

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

 span { border-color: rgb(174,123,144); }

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