Html Css Color HEX #AE618D Tapestry

📋 copy color: '#AE618D'

red 174 ◦ green 97 ◦ blue 141

#AE618D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tapestry #AE618D

Tints of Tapestry #AE618D

RGB

 RED value IS 174 (68.36% from 255) = 42.23%

 GREEN value IS 97 (38.28% from 255) = 23.54%

 BLUE value IS 141 (55.47% from 255) = 34.22%

R = 42.23%
G = 23.54%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AE618D (or 0xAE618D) is known color: Tapestry. HEX triplet: AE, 61 and 8D. RGB value is (174,97,141). Sum of RGB (Red+Green+Blue) = 174+97+141=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 97 (38.28% from 255 or 23.54% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 174 - color contains mainly: red. Hex color #AE618D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE618D is #519E72. Grayscale: #7C7C7C. Windows color (decimal): -5348979 or 9265582. OLE color: 9265582.

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

Color convert

RGB 174 97 141 -
CMYK 0 0.44 0.19 0.32
HSL 325.71º 0.32% 0.53% -
HSV(B) 325.71º 0.44% 0.68% -
XYZ 26.54 19.47 27.56 -
YUV 125.04 137.01 162.92 -
System Red Green Blue C M Y K H S L
Decimal 174 97 141 0 0.44 0.19 0.32 325.71 0.32 0.53
Hex AE 61 8D 0 2C 13 20 146 20 35
Octal 256 141 215 0 54 23 40 506 40 65
Binary 10101110 1100001 10001101 0 101100 10011 100000 101000110 100000 110101

Color Harmonies of #AE618D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE618D

Black with #AE618D

Text Example


Text Example

White with #AE618D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE618D; }

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

 H1.HeaderClassName
 {
   color: #AE618D;
 }
 .AnyTagClassName
 {
   color: #AE618D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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