#AE768B

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

Shades of Tapestry #AE768B

Tints of Tapestry #AE768B

Color information

#AE768B (or 0xAE768B) is unknown color: approx Tapestry. HEX triplet: AE, 76 and 8B. RGB value is (174,118,139). Sum of RGB (Red+Green+Blue) = 174+118+139=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 139 (54.69% from 255 or 32.25% from 431); Max value from RGB is 174 - color contains mainly: red. Hex color #AE768B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE768B is #518974. Grayscale: #898989. Windows color (decimal): -5343605 or 9139886. OLE color: 9139886.

HSL color Cylindrical-coordinate representation of color #AE768B: hue angle of 337.5º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AE768B is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB174118139-
CMYK00.320.200.32
HSL337.5º25.69%57.25%-
HSV(B)337.5º32.18%68.24%-
XYZ28.5923.8227.52-
YUV137.14129.05154.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.37%
GREEN value IS 118 (46.48% from 255) = 27.38%
BLUE value IS 139 (54.69% from 255) = 32.25%
R=40.37%
G=27.38%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411813900.320.200.32337.525.6957.25
HexAE768B02014201521a39
Octal25616621304024405223271
Binary1010111011101101000101101000001010010000010101001011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE768B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE768B; }

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

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

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

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

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

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

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

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