Html Css Color HEX #AE618C Tapestry

📋 copy color: '#AE618C'

red 174 ◦ green 97 ◦ blue 140

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

Shades of Tapestry #AE618C

Tints of Tapestry #AE618C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.06%

R = 42.34%
G = 23.6%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AE618C (or 0xAE618C) is known color: Tapestry. HEX triplet: AE, 61 and 8C. RGB value is (174,97,140). Sum of RGB (Red+Green+Blue) = 174+97+140=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 97 (38.28% from 255 or 23.60% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 174 - color contains mainly: red. Hex color #AE618C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE618C is #519E73. Grayscale: #7C7C7C. Windows color (decimal): -5348980 or 9200046. OLE color: 9200046.

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

Color convert

RGB 174 97 140 -
CMYK 0 0.44 0.20 0.32
HSL 326.49º 0.32% 0.53% -
HSV(B) 326.49º 0.44% 0.68% -
XYZ 26.46 19.44 27.17 -
YUV 124.93 136.51 163 -
System Red Green Blue C M Y K H S L
Decimal 174 97 140 0 0.44 0.20 0.32 326.49 0.32 0.53
Hex AE 61 8C 0 2C 14 20 146 20 35
Octal 256 141 214 0 54 24 40 506 40 65
Binary 10101110 1100001 10001100 0 101100 10100 100000 101000110 100000 110101

Color Harmonies of #AE618C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE618C

Black with #AE618C

Text Example


Text Example

White with #AE618C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE618C; }

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

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

background-color css

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

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

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

border-color css

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

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

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