Html Css Color HEX #AE718C Tapestry

📋 copy color: '#AE718C'

red 174 ◦ green 113 ◦ blue 140

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

Shades of Tapestry #AE718C

Tints of Tapestry #AE718C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.79%

R = 40.75%
G = 26.46%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AE718C (or 0xAE718C) is known color: Tapestry. HEX triplet: AE, 71 and 8C. RGB value is (174,113,140). Sum of RGB (Red+Green+Blue) = 174+113+140=427 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.75% from 427); Green value is 113 (44.53% from 255 or 26.46% from 427); Blue value is 140 (55.08% from 255 or 32.79% from 427); Max value from RGB is 174 - color contains mainly: red. Hex color #AE718C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE718C is #518E73. Grayscale: #868686. Windows color (decimal): -5344884 or 9204142. OLE color: 9204142.

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

Color convert

RGB 174 113 140 -
CMYK 0 0.35 0.20 0.32
HSL 333.44º 0.27% 0.56% -
HSV(B) 333.44º 0.35% 0.68% -
XYZ 28.09 22.7 27.71 -
YUV 134.32 131.21 156.3 -
System Red Green Blue C M Y K H S L
Decimal 174 113 140 0 0.35 0.20 0.32 333.44 0.27 0.56
Hex AE 71 8C 0 23 14 20 14D 1B 38
Octal 256 161 214 0 43 24 40 515 33 70
Binary 10101110 1110001 10001100 0 100011 10100 100000 101001101 11011 111000

Color Harmonies of #AE718C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE718C

Black with #AE718C

Text Example


Text Example

White with #AE718C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE718C; }

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

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

background-color css

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

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

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

border-color css

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

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

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