#AE617B

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

Shades of Tapestry #AE617B

Tints of Tapestry #AE617B

Color information

#AE617B (or 0xAE617B) is unknown color: approx Tapestry. HEX triplet: AE, 61 and 7B. RGB value is (174,97,123). Sum of RGB (Red+Green+Blue) = 174+97+123=394 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.16% from 394); Green value is 97 (38.28% from 255 or 24.62% from 394); Blue value is 123 (48.44% from 255 or 31.22% from 394); Max value from RGB is 174 - color contains mainly: red. Hex color #AE617B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE617B is #519E84. Grayscale: #7A7A7A. Windows color (decimal): -5348997 or 8085934. OLE color: 8085934.

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

Color convert

RGB17497123-
CMYK00.440.290.32
HSL339.74º32.22%53.14%-
HSV(B)339.74º44.25%68.24%-
XYZ25.3118.9821.07-
YUV122.99128.01164.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.16%
GREEN value IS 97 (38.28% from 255) = 24.62%
BLUE value IS 123 (48.44% from 255) = 31.22%
R=44.16%
G=24.62%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749712300.440.290.32339.7432.2253.14
HexAE617B02C1D201542035
Octal25614117305435405244065
Binary1010111011000011111011010110011101100000101010100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE617B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE617B; }

 p { color: rgb(174,97,123); }

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

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

 a { background-color: rgb(174,97,123); }

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

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

 span { border-color: rgb(174,97,123); }

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