#AE6485

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

Shades of Tapestry #AE6485

Tints of Tapestry #AE6485

Color information

#AE6485 (or 0xAE6485) is unknown color: approx Tapestry. HEX triplet: AE, 64 and 85. RGB value is (174,100,133). Sum of RGB (Red+Green+Blue) = 174+100+133=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 100 (39.45% from 255 or 24.57% from 407); Blue value is 133 (52.34% from 255 or 32.68% from 407); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6485 is #519B7A. Grayscale: #7D7D7D. Windows color (decimal): -5348219 or 8742062. OLE color: 8742062.

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

Color convert

RGB174100133-
CMYK00.430.240.32
HSL333.24º31.36%53.73%-
HSV(B)333.24º42.53%68.24%-
XYZ26.2519.8124.63-
YUV125.89132.02162.32-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.75%
GREEN value IS 100 (39.45% from 255) = 24.57%
BLUE value IS 133 (52.34% from 255) = 32.68%
R=42.75%
G=24.57%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410013300.430.240.32333.2431.3653.73
HexAE648502B182014d1f36
Octal25614420505330405153766
Binary1010111011001001000010101010111100010000010100110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6485; }

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

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

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

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

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

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

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

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