#AE6286

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

Shades of Tapestry #AE6286

Tints of Tapestry #AE6286

Color information

#AE6286 (or 0xAE6286) is unknown color: approx Tapestry. HEX triplet: AE, 62 and 86. RGB value is (174,98,134). Sum of RGB (Red+Green+Blue) = 174+98+134=406 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.86% from 406); Green value is 98 (38.67% from 255 or 24.14% from 406); Blue value is 134 (52.73% from 255 or 33.00% from 406); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6286 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6286 is #519D79. Grayscale: #7C7C7C. Windows color (decimal): -5348730 or 8807086. OLE color: 8807086.

HSL color Cylindrical-coordinate representation of color #AE6286: hue angle of 331.58º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AE6286 is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB17498134-
CMYK00.440.230.32
HSL331.58º31.93%53.33%-
HSV(B)331.58º43.68%68.24%-
XYZ26.1319.4624.93-
YUV124.83133.18163.07-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.86%
GREEN value IS 98 (38.67% from 255) = 24.14%
BLUE value IS 134 (52.73% from 255) = 33.00%
R=42.86%
G=24.14%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.23
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749813400.440.230.32331.5831.9353.33
HexAE628602C172014c2035
Octal25614220605427405144065
Binary10101110110001010000110010110010111100000101001100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6286; }

 p { color: rgb(174,98,134); }

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

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

 a { background-color: rgb(174,98,134); }

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

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

 span { border-color: rgb(174,98,134); }

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