Html Css Color HEX #AE8390 Tapestry

📋 copy color: '#AE8390'

red 174 ◦ green 131 ◦ blue 144

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

Shades of Tapestry #AE8390

Tints of Tapestry #AE8390

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.18%

 BLUE value IS 144 (56.64% from 255) = 32.07%

R = 38.75%
G = 29.18%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AE8390 (or 0xAE8390) is known color: Tapestry. HEX triplet: AE, 83 and 90. RGB value is (174,131,144). Sum of RGB (Red+Green+Blue) = 174+131+144=449 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.75% from 449); Green value is 131 (51.56% from 255 or 29.18% from 449); Blue value is 144 (56.64% from 255 or 32.07% from 449); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8390 is #517C6F. Grayscale: #919191. Windows color (decimal): -5340272 or 9470894. OLE color: 9470894.

HSL color Cylindrical-coordinate representation of color #AE8390: hue angle of 341.86º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AE8390 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 131 144 -
CMYK 0 0.25 0.17 0.32
HSL 341.86º 0.21% 0.6% -
HSV(B) 341.86º 0.25% 0.68% -
XYZ 30.61 27.24 30.03 -
YUV 145.34 127.25 148.44 -
System Red Green Blue C M Y K H S L
Decimal 174 131 144 0 0.25 0.17 0.32 341.86 0.21 0.6
Hex AE 83 90 0 19 11 20 156 15 3C
Octal 256 203 220 0 31 21 40 526 25 74
Binary 10101110 10000011 10010000 0 11001 10001 100000 101010110 10101 111100

Color Harmonies of #AE8390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8390

Black with #AE8390

Text Example


Text Example

White with #AE8390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8390; }

 p { color: rgb(174,131,144); }

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

background-color css

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

 a { background-color: rgb(174,131,144); }

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

border-color css

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

 span { border-color: rgb(174,131,144); }

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