#AE608A

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

Shades of Tapestry #AE608A

Tints of Tapestry #AE608A

Color information

#AE608A (or 0xAE608A) is unknown color: approx Tapestry. HEX triplet: AE, 60 and 8A. RGB value is (174,96,138). Sum of RGB (Red+Green+Blue) = 174+96+138=408 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.65% from 408); Green value is 96 (37.89% from 255 or 23.53% from 408); Blue value is 138 (54.30% from 255 or 33.82% from 408); Max value from RGB is 174 - color contains mainly: red. Hex color #AE608A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE608A is #519F75. Grayscale: #7C7C7C. Windows color (decimal): -5349238 or 9068718. OLE color: 9068718.

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

Color convert

RGB17496138-
CMYK00.450.210.32
HSL327.69º32.5%52.94%-
HSV(B)327.69º44.83%68.24%-
XYZ26.2319.226.37-
YUV124.11135.84163.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.65%
GREEN value IS 96 (37.89% from 255) = 23.53%
BLUE value IS 138 (54.30% from 255) = 33.82%
R=42.65%
G=23.53%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749613800.450.210.32327.6932.552.94
HexAE608A02D15201482035
Octal25614021205525405104065
Binary10101110110000010001010010110110101100000101001000100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE608A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE608A; }

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

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

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

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

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

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

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

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