Html Css Color HEX #AE618A Tapestry

📋 copy color: '#AE618A'

red 174 ◦ green 97 ◦ blue 138

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

Shades of Tapestry #AE618A

Tints of Tapestry #AE618A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.74%

R = 42.54%
G = 23.72%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AE618A (or 0xAE618A) is known color: Tapestry. HEX triplet: AE, 61 and 8A. RGB value is (174,97,138). Sum of RGB (Red+Green+Blue) = 174+97+138=409 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.54% from 409); Green value is 97 (38.28% from 255 or 23.72% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 174 - color contains mainly: red. Hex color #AE618A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE618A is #519E75. Grayscale: #7C7C7C. Windows color (decimal): -5348982 or 9068974. OLE color: 9068974.

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

Color convert

RGB 174 97 138 -
CMYK 0 0.44 0.21 0.32
HSL 328.05º 0.32% 0.53% -
HSV(B) 328.05º 0.44% 0.68% -
XYZ 26.32 19.38 26.4 -
YUV 124.7 135.51 163.17 -
System Red Green Blue C M Y K H S L
Decimal 174 97 138 0 0.44 0.21 0.32 328.05 0.32 0.53
Hex AE 61 8A 0 2C 15 20 148 20 35
Octal 256 141 212 0 54 25 40 510 40 65
Binary 10101110 1100001 10001010 0 101100 10101 100000 101001000 100000 110101

Color Harmonies of #AE618A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE618A

Black with #AE618A

Text Example


Text Example

White with #AE618A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE618A; }

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

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

background-color css

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

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

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

border-color css

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

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

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