Html Css Color HEX #AE738E Tapestry

📋 copy color: '#AE738E'

red 174 ◦ green 115 ◦ blue 142

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

Shades of Tapestry #AE738E

Tints of Tapestry #AE738E

RGB

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

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

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

R = 40.37%
G = 26.68%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AE738E (or 0xAE738E) is known color: Tapestry. HEX triplet: AE, 73 and 8E. RGB value is (174,115,142). Sum of RGB (Red+Green+Blue) = 174+115+142=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 115 (45.31% from 255 or 26.68% from 431); Blue value is 142 (55.86% from 255 or 32.95% from 431); Max value from RGB is 174 - color contains mainly: red. Hex color #AE738E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE738E is #518C71. Grayscale: #878787. Windows color (decimal): -5344370 or 9335726. OLE color: 9335726.

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

Color convert

RGB 174 115 142 -
CMYK 0 0.34 0.18 0.32
HSL 332.54º 0.27% 0.57% -
HSV(B) 332.54º 0.34% 0.68% -
XYZ 28.47 23.21 28.57 -
YUV 135.72 131.55 155.3 -
System Red Green Blue C M Y K H S L
Decimal 174 115 142 0 0.34 0.18 0.32 332.54 0.27 0.57
Hex AE 73 8E 0 22 12 20 14D 1B 39
Octal 256 163 216 0 42 22 40 515 33 71
Binary 10101110 1110011 10001110 0 100010 10010 100000 101001101 11011 111001

Color Harmonies of #AE738E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE738E

Black with #AE738E

Text Example


Text Example

White with #AE738E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE738E; }

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

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

background-color css

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

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

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

border-color css

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

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

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