#AE6F7E

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

Shades of Tapestry #AE6F7E

Tints of Tapestry #AE6F7E

Color information

#AE6F7E (or 0xAE6F7E) is unknown color: approx Tapestry. HEX triplet: AE, 6F and 7E. RGB value is (174,111,126). Sum of RGB (Red+Green+Blue) = 174+111+126=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 111 (43.75% from 255 or 27.01% from 411); Blue value is 126 (49.61% from 255 or 30.66% from 411); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6F7E is #519081. Grayscale: #838383. Windows color (decimal): -5345410 or 8286126. OLE color: 8286126.

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

Color convert

RGB174111126-
CMYK00.360.280.32
HSL345.71º28%55.88%-
HSV(B)345.71º36.21%68.24%-
XYZ26.9121.8722.54-
YUV131.55124.87158.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.34%
GREEN value IS 111 (43.75% from 255) = 27.01%
BLUE value IS 126 (49.61% from 255) = 30.66%
R=42.34%
G=27.01%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411112600.360.280.32345.712855.88
HexAE6F7E0241C2015a1c38
Octal25615717604434405323470
Binary101011101101111111111001001001110010000010101101011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6F7E; }

 p { color: rgb(174,111,126); }

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

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

 a { background-color: rgb(174,111,126); }

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

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

 span { border-color: rgb(174,111,126); }

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