Html Css Color HEX #AE738C Tapestry

📋 copy color: '#AE738C'

red 174 ◦ green 115 ◦ blue 140

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

Shades of Tapestry #AE738C

Tints of Tapestry #AE738C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.81%

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

R = 40.56%
G = 26.81%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AE738C (or 0xAE738C) is known color: Tapestry. HEX triplet: AE, 73 and 8C. RGB value is (174,115,140). Sum of RGB (Red+Green+Blue) = 174+115+140=429 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.56% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 174 - color contains mainly: red. Hex color #AE738C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE738C is #518C73. Grayscale: #878787. Windows color (decimal): -5344372 or 9204654. OLE color: 9204654.

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

Color convert

RGB 174 115 140 -
CMYK 0 0.34 0.20 0.32
HSL 334.58º 0.27% 0.57% -
HSV(B) 334.58º 0.34% 0.68% -
XYZ 28.32 23.15 27.79 -
YUV 135.49 130.55 155.47 -
System Red Green Blue C M Y K H S L
Decimal 174 115 140 0 0.34 0.20 0.32 334.58 0.27 0.57
Hex AE 73 8C 0 22 14 20 14F 1B 39
Octal 256 163 214 0 42 24 40 517 33 71
Binary 10101110 1110011 10001100 0 100010 10100 100000 101001111 11011 111001

Color Harmonies of #AE738C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE738C

Black with #AE738C

Text Example


Text Example

White with #AE738C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE738C; }

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

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

background-color css

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

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

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

border-color css

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

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

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