#AE6679

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

Shades of Tapestry #AE6679

Tints of Tapestry #AE6679

Color information

#AE6679 (or 0xAE6679) is unknown color: approx Tapestry. HEX triplet: AE, 66 and 79. RGB value is (174,102,121). Sum of RGB (Red+Green+Blue) = 174+102+121=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 121 (47.66% from 255 or 30.48% from 397); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6679 is #519986. Grayscale: #7D7D7D. Windows color (decimal): -5347719 or 7956142. OLE color: 7956142.

HSL color Cylindrical-coordinate representation of color #AE6679: hue angle of 344.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 #AE6679 is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB174102121-
CMYK00.410.300.32
HSL344.17º30.77%54.12%-
HSV(B)344.17º41.38%68.24%-
XYZ25.6619.8820.57-
YUV125.69125.35162.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.83%
GREEN value IS 102 (40.23% from 255) = 25.69%
BLUE value IS 121 (47.66% from 255) = 30.48%
R=43.83%
G=25.69%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410212100.410.300.32344.1730.7754.12
HexAE66790291E201581f36
Octal25614617105136405303766
Binary101011101100110111100101010011111010000010101100011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6679; }

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

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

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

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

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

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

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

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