#AE608D

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

Shades of Tapestry #AE608D

Tints of Tapestry #AE608D

Color information

#AE608D (or 0xAE608D) is unknown color: approx Tapestry. HEX triplet: AE, 60 and 8D. RGB value is (174,96,141). Sum of RGB (Red+Green+Blue) = 174+96+141=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 96 (37.89% from 255 or 23.36% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 174 - color contains mainly: red. Hex color #AE608D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE608D is #519F72. Grayscale: #7C7C7C. Windows color (decimal): -5349235 or 9265326. OLE color: 9265326.

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

Color convert

RGB17496141-
CMYK00.450.190.32
HSL325.38º32.5%52.94%-
HSV(B)325.38º44.83%68.24%-
XYZ26.4519.2927.53-
YUV124.45137.34163.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.34%
GREEN value IS 96 (37.89% from 255) = 23.36%
BLUE value IS 141 (55.47% from 255) = 34.31%
R=42.34%
G=23.36%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749614100.450.190.32325.3832.552.94
HexAE608D02D13201452035
Octal25614021505523405054065
Binary10101110110000010001101010110110011100000101000101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE608D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE608D; }

 p { color: rgb(174,96,141); }

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

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

 a { background-color: rgb(174,96,141); }

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

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

 span { border-color: rgb(174,96,141); }

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