#AE688B

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

Shades of Tapestry #AE688B

Tints of Tapestry #AE688B

Color information

#AE688B (or 0xAE688B) is unknown color: approx Tapestry. HEX triplet: AE, 68 and 8B. RGB value is (174,104,139). Sum of RGB (Red+Green+Blue) = 174+104+139=417 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.73% from 417); Green value is 104 (41.02% from 255 or 24.94% from 417); Blue value is 139 (54.69% from 255 or 33.33% from 417); Max value from RGB is 174 - color contains mainly: red. Hex color #AE688B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE688B is #519774. Grayscale: #808080. Windows color (decimal): -5347189 or 9136302. OLE color: 9136302.

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

Color convert

RGB174104139-
CMYK00.400.200.32
HSL330º30.17%54.51%-
HSV(B)330º40.23%68.24%-
XYZ27.0720.7627.01-
YUV128.92133.69160.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.73%
GREEN value IS 104 (41.02% from 255) = 24.94%
BLUE value IS 139 (54.69% from 255) = 33.33%
R=41.73%
G=24.94%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410413900.400.200.3233030.1754.51
HexAE688B028142014a1e37
Octal25615021305024405123667
Binary1010111011010001000101101010001010010000010100101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE688B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE688B; }

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

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

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

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

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

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

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

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