#AE6382

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

Shades of Tapestry #AE6382

Tints of Tapestry #AE6382

Color information

#AE6382 (or 0xAE6382) is unknown color: approx Tapestry. HEX triplet: AE, 63 and 82. RGB value is (174,99,130). Sum of RGB (Red+Green+Blue) = 174+99+130=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 99 (39.06% from 255 or 24.57% from 403); Blue value is 130 (51.17% from 255 or 32.26% from 403); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6382 is #519C7D. Grayscale: #7C7C7C. Windows color (decimal): -5348478 or 8545198. OLE color: 8545198.

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

Color convert

RGB17499130-
CMYK00.430.250.32
HSL335.2º31.65%53.53%-
HSV(B)335.2º43.1%68.24%-
XYZ25.9519.5323.52-
YUV124.96130.85162.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.18%
GREEN value IS 99 (39.06% from 255) = 24.57%
BLUE value IS 130 (51.17% from 255) = 32.26%
R=43.18%
G=24.57%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749913000.430.250.32335.231.6553.53
HexAE638202B192014f2036
Octal25614320205331405174066
Binary10101110110001110000010010101111001100000101001111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6382; }

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

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

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

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

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

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

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

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