#AE6582

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

Shades of Tapestry #AE6582

Tints of Tapestry #AE6582

Color information

#AE6582 (or 0xAE6582) is unknown color: approx Tapestry. HEX triplet: AE, 65 and 82. RGB value is (174,101,130). Sum of RGB (Red+Green+Blue) = 174+101+130=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6582 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6582 is #519A7D. Grayscale: #7E7E7E. Windows color (decimal): -5347966 or 8545710. OLE color: 8545710.

HSL color Cylindrical-coordinate representation of color #AE6582: hue angle of 336.16º 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 #AE6582 is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB174101130-
CMYK00.420.250.32
HSL336.16º31.06%53.92%-
HSV(B)336.16º41.95%68.24%-
XYZ26.1419.9223.59-
YUV126.13130.18162.14-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.96%
GREEN value IS 101 (39.84% from 255) = 24.94%
BLUE value IS 130 (51.17% from 255) = 32.10%
R=42.96%
G=24.94%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410113000.420.250.32336.1631.0653.92
HexAE658202A19201501f36
Octal25614520205231405203766
Binary1010111011001011000001001010101100110000010101000011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6582; }

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

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

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

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

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

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

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

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