Html Css Color HEX #AE628E Tapestry

📋 copy color: '#AE628E'

red 174 ◦ green 98 ◦ blue 142

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

Shades of Tapestry #AE628E

Tints of Tapestry #AE628E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.3%

R = 42.03%
G = 23.67%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AE628E (or 0xAE628E) is known color: Tapestry. HEX triplet: AE, 62 and 8E. RGB value is (174,98,142). Sum of RGB (Red+Green+Blue) = 174+98+142=414 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.03% from 414); Green value is 98 (38.67% from 255 or 23.67% from 414); Blue value is 142 (55.86% from 255 or 34.30% from 414); Max value from RGB is 174 - color contains mainly: red. Hex color #AE628E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE628E is #519D71. Grayscale: #7D7D7D. Windows color (decimal): -5348722 or 9331374. OLE color: 9331374.

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

Color convert

RGB 174 98 142 -
CMYK 0 0.44 0.18 0.32
HSL 325.26º 0.32% 0.53% -
HSV(B) 325.26º 0.44% 0.68% -
XYZ 26.71 19.69 27.98 -
YUV 125.74 137.18 162.42 -
System Red Green Blue C M Y K H S L
Decimal 174 98 142 0 0.44 0.18 0.32 325.26 0.32 0.53
Hex AE 62 8E 0 2C 12 20 145 20 35
Octal 256 142 216 0 54 22 40 505 40 65
Binary 10101110 1100010 10001110 0 101100 10010 100000 101000101 100000 110101

Color Harmonies of #AE628E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE628E

Black with #AE628E

Text Example


Text Example

White with #AE628E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE628E; }

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

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

background-color css

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

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

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

border-color css

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

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

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