#AE6287

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

Shades of Tapestry #AE6287

Tints of Tapestry #AE6287

Color information

#AE6287 (or 0xAE6287) is unknown color: approx Tapestry. HEX triplet: AE, 62 and 87. RGB value is (174,98,135). Sum of RGB (Red+Green+Blue) = 174+98+135=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 98 (38.67% from 255 or 24.08% from 407); Blue value is 135 (53.12% from 255 or 33.17% from 407); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6287 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6287 is #519D78. Grayscale: #7C7C7C. Windows color (decimal): -5348729 or 8872622. OLE color: 8872622.

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

Color convert

RGB17498135-
CMYK00.440.220.32
HSL330.79º31.93%53.33%-
HSV(B)330.79º43.68%68.24%-
XYZ26.219.4825.3-
YUV124.94133.68162.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.75%
GREEN value IS 98 (38.67% from 255) = 24.08%
BLUE value IS 135 (53.12% from 255) = 33.17%
R=42.75%
G=24.08%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749813500.440.220.32330.7931.9353.33
HexAE628702C162014b2035
Octal25614220705426405134065
Binary10101110110001010000111010110010110100000101001011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6287; }

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

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

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

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

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

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

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

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