Html Css Color HEX #AE617C Tapestry

📋 copy color: '#AE617C'

red 174 ◦ green 97 ◦ blue 124

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

Shades of Tapestry #AE617C

Tints of Tapestry #AE617C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.39%

R = 44.05%
G = 24.56%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AE617C (or 0xAE617C) is known color: Tapestry. HEX triplet: AE, 61 and 7C. RGB value is (174,97,124). Sum of RGB (Red+Green+Blue) = 174+97+124=395 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.05% from 395); Green value is 97 (38.28% from 255 or 24.56% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 174 - color contains mainly: red. Hex color #AE617C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE617C is #519E83. Grayscale: #7B7B7B. Windows color (decimal): -5348996 or 8151470. OLE color: 8151470.

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

Color convert

RGB 174 97 124 -
CMYK 0 0.44 0.29 0.32
HSL 338.96º 0.32% 0.53% -
HSV(B) 338.96º 0.44% 0.68% -
XYZ 25.37 19 21.4 -
YUV 123.1 128.51 164.3 -
System Red Green Blue C M Y K H S L
Decimal 174 97 124 0 0.44 0.29 0.32 338.96 0.32 0.53
Hex AE 61 7C 0 2C 1D 20 153 20 35
Octal 256 141 174 0 54 35 40 523 40 65
Binary 10101110 1100001 1111100 0 101100 11101 100000 101010011 100000 110101

Color Harmonies of #AE617C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE617C

Black with #AE617C

Text Example


Text Example

White with #AE617C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE617C; }

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

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

background-color css

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

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

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

border-color css

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

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

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