Html Css Color HEX #AE628D Tapestry

📋 copy color: '#AE628D'

red 174 ◦ green 98 ◦ blue 141

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

Shades of Tapestry #AE628D

Tints of Tapestry #AE628D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.73%

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

R = 42.13%
G = 23.73%
B = 34.14%

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

#AE628D (or 0xAE628D) is known color: Tapestry. HEX triplet: AE, 62 and 8D. RGB value is (174,98,141). Sum of RGB (Red+Green+Blue) = 174+98+141=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 98 (38.67% from 255 or 23.73% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 174 - color contains mainly: red. Hex color #AE628D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE628D is #519D72. Grayscale: #7D7D7D. Windows color (decimal): -5348723 or 9265838. OLE color: 9265838.

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

Color convert

RGB 174 98 141 -
CMYK 0 0.44 0.19 0.32
HSL 326.05º 0.32% 0.53% -
HSV(B) 326.05º 0.44% 0.68% -
XYZ 26.63 19.66 27.59 -
YUV 125.63 136.68 162.5 -
System Red Green Blue C M Y K H S L
Decimal 174 98 141 0 0.44 0.19 0.32 326.05 0.32 0.53
Hex AE 62 8D 0 2C 13 20 146 20 35
Octal 256 142 215 0 54 23 40 506 40 65
Binary 10101110 1100010 10001101 0 101100 10011 100000 101000110 100000 110101

Color Harmonies of #AE628D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE628D

Black with #AE628D

Text Example


Text Example

White with #AE628D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE628D; }

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

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

background-color css

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

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

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

border-color css

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

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

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