Html Css Color HEX #AE748F Tapestry

📋 copy color: '#AE748F'

red 174 ◦ green 116 ◦ blue 143

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

Shades of Tapestry #AE748F

Tints of Tapestry #AE748F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.79%

 BLUE value IS 143 (56.25% from 255) = 33.03%

R = 40.18%
G = 26.79%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AE748F (or 0xAE748F) is known color: Tapestry. HEX triplet: AE, 74 and 8F. RGB value is (174,116,143). Sum of RGB (Red+Green+Blue) = 174+116+143=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 116 (45.70% from 255 or 26.79% from 433); Blue value is 143 (56.25% from 255 or 33.03% from 433); Max value from RGB is 174 - color contains mainly: red. Hex color #AE748F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE748F is #518B70. Grayscale: #888888. Windows color (decimal): -5344113 or 9401518. OLE color: 9401518.

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

Color convert

RGB 174 116 143 -
CMYK 0 0.33 0.18 0.32
HSL 332.07º 0.26% 0.57% -
HSV(B) 332.07º 0.33% 0.68% -
XYZ 28.66 23.47 29.01 -
YUV 136.42 131.72 154.8 -
System Red Green Blue C M Y K H S L
Decimal 174 116 143 0 0.33 0.18 0.32 332.07 0.26 0.57
Hex AE 74 8F 0 21 12 20 14C 1A 39
Octal 256 164 217 0 41 22 40 514 32 71
Binary 10101110 1110100 10001111 0 100001 10010 100000 101001100 11010 111001

Color Harmonies of #AE748F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE748F

Black with #AE748F

Text Example


Text Example

White with #AE748F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE748F; }

 p { color: rgb(174,116,143); }

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

background-color css

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

 a { background-color: rgb(174,116,143); }

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

border-color css

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

 span { border-color: rgb(174,116,143); }

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