#AE6481

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

Shades of Tapestry #AE6481

Tints of Tapestry #AE6481

Color information

#AE6481 (or 0xAE6481) is unknown color: approx Tapestry. HEX triplet: AE, 64 and 81. RGB value is (174,100,129). Sum of RGB (Red+Green+Blue) = 174+100+129=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 129 (50.78% from 255 or 32.01% from 403); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6481 is #519B7E. Grayscale: #7D7D7D. Windows color (decimal): -5348223 or 8479918. OLE color: 8479918.

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

Color convert

RGB174100129-
CMYK00.430.260.32
HSL336.49º31.36%53.73%-
HSV(B)336.49º42.53%68.24%-
XYZ25.9819.723.2-
YUV125.43130.02162.64-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.18%
GREEN value IS 100 (39.45% from 255) = 24.81%
BLUE value IS 129 (50.78% from 255) = 32.01%
R=43.18%
G=24.81%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410012900.430.260.32336.4931.3653.73
HexAE648102B1A201501f36
Octal25614420105332405203766
Binary1010111011001001000000101010111101010000010101000011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6481; }

 p { color: rgb(174,100,129); }

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

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

 a { background-color: rgb(174,100,129); }

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

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

 span { border-color: rgb(174,100,129); }

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