#AE608B

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

Shades of Tapestry #AE608B

Tints of Tapestry #AE608B

Color information

#AE608B (or 0xAE608B) is unknown color: approx Tapestry. HEX triplet: AE, 60 and 8B. RGB value is (174,96,139). Sum of RGB (Red+Green+Blue) = 174+96+139=409 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.54% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 174 - color contains mainly: red. Hex color #AE608B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE608B is #519F74. Grayscale: #7C7C7C. Windows color (decimal): -5349237 or 9134254. OLE color: 9134254.

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

Color convert

RGB17496139-
CMYK00.450.200.32
HSL326.92º32.5%52.94%-
HSV(B)326.92º44.83%68.24%-
XYZ26.319.2326.75-
YUV124.22136.34163.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.54%
GREEN value IS 96 (37.89% from 255) = 23.47%
BLUE value IS 139 (54.69% from 255) = 33.99%
R=42.54%
G=23.47%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749613900.450.200.32326.9232.552.94
HexAE608B02D14201472035
Octal25614021305524405074065
Binary10101110110000010001011010110110100100000101000111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE608B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE608B; }

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

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

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

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

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

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

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

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