Html Css Color HEX #AE718E Tapestry

📋 copy color: '#AE718E'

red 174 ◦ green 113 ◦ blue 142

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

Shades of Tapestry #AE718E

Tints of Tapestry #AE718E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.34%

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

R = 40.56%
G = 26.34%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AE718E (or 0xAE718E) is known color: Tapestry. HEX triplet: AE, 71 and 8E. RGB value is (174,113,142). Sum of RGB (Red+Green+Blue) = 174+113+142=429 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.56% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 142 (55.86% from 255 or 33.10% from 429); Max value from RGB is 174 - color contains mainly: red. Hex color #AE718E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE718E is #518E71. Grayscale: #868686. Windows color (decimal): -5344882 or 9335214. OLE color: 9335214.

HSL color Cylindrical-coordinate representation of color #AE718E: hue angle of 331.48º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AE718E is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 113 142 -
CMYK 0 0.35 0.18 0.32
HSL 331.48º 0.27% 0.56% -
HSV(B) 331.48º 0.35% 0.68% -
XYZ 28.24 22.76 28.5 -
YUV 134.55 132.21 156.14 -
System Red Green Blue C M Y K H S L
Decimal 174 113 142 0 0.35 0.18 0.32 331.48 0.27 0.56
Hex AE 71 8E 0 23 12 20 14B 1B 38
Octal 256 161 216 0 43 22 40 513 33 70
Binary 10101110 1110001 10001110 0 100011 10010 100000 101001011 11011 111000

Color Harmonies of #AE718E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE718E

Black with #AE718E

Text Example


Text Example

White with #AE718E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE718E; }

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

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

background-color css

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

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

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

border-color css

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

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

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