Html Css Color HEX #AE617A Tapestry

📋 copy color: '#AE617A'

red 174 ◦ green 97 ◦ blue 122

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

Shades of Tapestry #AE617A

Tints of Tapestry #AE617A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.04%

R = 44.27%
G = 24.68%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AE617A (or 0xAE617A) is known color: Tapestry. HEX triplet: AE, 61 and 7A. RGB value is (174,97,122). Sum of RGB (Red+Green+Blue) = 174+97+122=393 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.27% from 393); Green value is 97 (38.28% from 255 or 24.68% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 174 - color contains mainly: red. Hex color #AE617A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE617A is #519E85. Grayscale: #7A7A7A. Windows color (decimal): -5348998 or 8020398. OLE color: 8020398.

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

Color convert

RGB 174 97 122 -
CMYK 0 0.44 0.30 0.32
HSL 340.52º 0.32% 0.53% -
HSV(B) 340.52º 0.44% 0.68% -
XYZ 25.24 18.95 20.74 -
YUV 122.87 127.51 164.47 -
System Red Green Blue C M Y K H S L
Decimal 174 97 122 0 0.44 0.30 0.32 340.52 0.32 0.53
Hex AE 61 7A 0 2C 1E 20 155 20 35
Octal 256 141 172 0 54 36 40 525 40 65
Binary 10101110 1100001 1111010 0 101100 11110 100000 101010101 100000 110101

Color Harmonies of #AE617A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE617A

Black with #AE617A

Text Example


Text Example

White with #AE617A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE617A; }

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

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

background-color css

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

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

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

border-color css

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

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

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