#AE698B

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

Shades of Tapestry #AE698B

Tints of Tapestry #AE698B

Color information

#AE698B (or 0xAE698B) is unknown color: approx Tapestry. HEX triplet: AE, 69 and 8B. RGB value is (174,105,139). Sum of RGB (Red+Green+Blue) = 174+105+139=418 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.63% from 418); Green value is 105 (41.41% from 255 or 25.12% from 418); Blue value is 139 (54.69% from 255 or 33.25% from 418); Max value from RGB is 174 - color contains mainly: red. Hex color #AE698B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE698B is #519674. Grayscale: #818181. Windows color (decimal): -5346933 or 9136558. OLE color: 9136558.

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

Color convert

RGB174105139-
CMYK00.400.200.32
HSL330.43º29.87%54.71%-
HSV(B)330.43º39.66%68.24%-
XYZ27.1720.9727.04-
YUV129.51133.36159.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.63%
GREEN value IS 105 (41.41% from 255) = 25.12%
BLUE value IS 139 (54.69% from 255) = 33.25%
R=41.63%
G=25.12%
B=33.25%

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
Decimal17410513900.400.200.32330.4329.8754.71
HexAE698B028142014a1e37
Octal25615121305024405123667
Binary1010111011010011000101101010001010010000010100101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE698B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE698B; }

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

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

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

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

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

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

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

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