#AE6581

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

Shades of Tapestry #AE6581

Tints of Tapestry #AE6581

Color information

#AE6581 (or 0xAE6581) is unknown color: approx Tapestry. HEX triplet: AE, 65 and 81. RGB value is (174,101,129). Sum of RGB (Red+Green+Blue) = 174+101+129=404 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.07% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 129 (50.78% from 255 or 31.93% from 404); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6581 is #519A7E. Grayscale: #7D7D7D. Windows color (decimal): -5347967 or 8480174. OLE color: 8480174.

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

Color convert

RGB174101129-
CMYK00.420.260.32
HSL336.99º31.06%53.92%-
HSV(B)336.99º41.95%68.24%-
XYZ26.0719.8923.23-
YUV126.02129.68162.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.07%
GREEN value IS 101 (39.84% from 255) = 25%
BLUE value IS 129 (50.78% from 255) = 31.93%
R=43.07%
G=25%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410112900.420.260.32336.9931.0653.92
HexAE658102A1A201511f36
Octal25614520105232405213766
Binary1010111011001011000000101010101101010000010101000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6581; }

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

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

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

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

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

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

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

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