#AE668B

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

Shades of Tapestry #AE668B

Tints of Tapestry #AE668B

Color information

#AE668B (or 0xAE668B) is unknown color: approx Tapestry. HEX triplet: AE, 66 and 8B. RGB value is (174,102,139). Sum of RGB (Red+Green+Blue) = 174+102+139=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 102 (40.23% from 255 or 24.58% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 174 - color contains mainly: red. Hex color #AE668B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE668B is #519974. Grayscale: #7F7F7F. Windows color (decimal): -5347701 or 9135790. OLE color: 9135790.

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

Color convert

RGB174102139-
CMYK00.410.200.32
HSL329.17º30.77%54.12%-
HSV(B)329.17º41.38%68.24%-
XYZ26.8720.3726.94-
YUV127.75134.35160.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.93%
GREEN value IS 102 (40.23% from 255) = 24.58%
BLUE value IS 139 (54.69% from 255) = 33.49%
R=41.93%
G=24.58%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410213900.410.200.32329.1730.7754.12
HexAE668B02914201491f36
Octal25614621305124405113766
Binary1010111011001101000101101010011010010000010100100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE668B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE668B; }

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

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

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

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

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

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

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

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