Html Css Color HEX #AE738D Tapestry

📋 copy color: '#AE738D'

red 174 ◦ green 115 ◦ blue 141

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

Shades of Tapestry #AE738D

Tints of Tapestry #AE738D

RGB

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

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

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

R = 40.47%
G = 26.74%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AE738D (or 0xAE738D) is known color: Tapestry. HEX triplet: AE, 73 and 8D. RGB value is (174,115,141). Sum of RGB (Red+Green+Blue) = 174+115+141=430 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.47% from 430); Green value is 115 (45.31% from 255 or 26.74% from 430); Blue value is 141 (55.47% from 255 or 32.79% from 430); Max value from RGB is 174 - color contains mainly: red. Hex color #AE738D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE738D is #518C72. Grayscale: #878787. Windows color (decimal): -5344371 or 9270190. OLE color: 9270190.

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

Color convert

RGB 174 115 141 -
CMYK 0 0.34 0.19 0.32
HSL 333.56º 0.27% 0.57% -
HSV(B) 333.56º 0.34% 0.68% -
XYZ 28.39 23.18 28.18 -
YUV 135.61 131.05 155.39 -
System Red Green Blue C M Y K H S L
Decimal 174 115 141 0 0.34 0.19 0.32 333.56 0.27 0.57
Hex AE 73 8D 0 22 13 20 14E 1B 39
Octal 256 163 215 0 42 23 40 516 33 71
Binary 10101110 1110011 10001101 0 100010 10011 100000 101001110 11011 111001

Color Harmonies of #AE738D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE738D

Black with #AE738D

Text Example


Text Example

White with #AE738D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE738D; }

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

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

background-color css

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

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

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

border-color css

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

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

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