Html Css Color HEX #AE748D Tapestry

📋 copy color: '#AE748D'

red 174 ◦ green 116 ◦ blue 141

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

Shades of Tapestry #AE748D

Tints of Tapestry #AE748D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.71%

R = 40.37%
G = 26.91%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AE748D (or 0xAE748D) is known color: Tapestry. HEX triplet: AE, 74 and 8D. RGB value is (174,116,141). Sum of RGB (Red+Green+Blue) = 174+116+141=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 116 (45.70% from 255 or 26.91% from 431); Blue value is 141 (55.47% from 255 or 32.71% from 431); Max value from RGB is 174 - color contains mainly: red. Hex color #AE748D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE748D is #518B72. Grayscale: #888888. Windows color (decimal): -5344115 or 9270446. OLE color: 9270446.

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

Color convert

RGB 174 116 141 -
CMYK 0 0.33 0.19 0.32
HSL 334.14º 0.26% 0.57% -
HSV(B) 334.14º 0.33% 0.68% -
XYZ 28.51 23.41 28.22 -
YUV 136.19 130.72 154.97 -
System Red Green Blue C M Y K H S L
Decimal 174 116 141 0 0.33 0.19 0.32 334.14 0.26 0.57
Hex AE 74 8D 0 21 13 20 14E 1A 39
Octal 256 164 215 0 41 23 40 516 32 71
Binary 10101110 1110100 10001101 0 100001 10011 100000 101001110 11010 111001

Color Harmonies of #AE748D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE748D

Black with #AE748D

Text Example


Text Example

White with #AE748D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE748D; }

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

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

background-color css

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

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

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

border-color css

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

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

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