#AE7B8F

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

Shades of Tapestry #AE7B8F

Tints of Tapestry #AE7B8F

Color information

#AE7B8F (or 0xAE7B8F) is unknown color: approx Tapestry. HEX triplet: AE, 7B and 8F. RGB value is (174,123,143). Sum of RGB (Red+Green+Blue) = 174+123+143=440 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.55% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 143 (56.25% from 255 or 32.5% from 440); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7B8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7B8F is #518470. Grayscale: #8C8C8C. Windows color (decimal): -5342321 or 9403310. OLE color: 9403310.

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

Color convert

RGB174123143-
CMYK00.290.180.32
HSL336.47º23.94%58.24%-
HSV(B)336.47º29.31%68.24%-
XYZ29.525.1529.29-
YUV140.53129.4151.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.55%
GREEN value IS 123 (48.44% from 255) = 27.95%
BLUE value IS 143 (56.25% from 255) = 32.5%
R=39.55%
G=27.95%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412314300.290.180.32336.4723.9458.24
HexAE7B8F01D1220150183a
Octal25617321703522405203072
Binary101011101111011100011110111011001010000010101000011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7B8F; }

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

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

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

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

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

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

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

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