Html Css Color HEX #AE8490 Tapestry

📋 copy color: '#AE8490'

red 174 ◦ green 132 ◦ blue 144

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

Shades of Tapestry #AE8490

Tints of Tapestry #AE8490

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.33%

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

R = 38.67%
G = 29.33%
B = 32%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AE8490 (or 0xAE8490) is known color: Tapestry. HEX triplet: AE, 84 and 90. RGB value is (174,132,144). Sum of RGB (Red+Green+Blue) = 174+132+144=450 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.67% from 450); Green value is 132 (51.95% from 255 or 29.33% from 450); Blue value is 144 (56.64% from 255 or 32% from 450); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8490 is #517B6F. Grayscale: #919191. Windows color (decimal): -5340016 or 9471150. OLE color: 9471150.

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

Color convert

RGB 174 132 144 -
CMYK 0 0.24 0.17 0.32
HSL 342.86º 0.21% 0.6% -
HSV(B) 342.86º 0.24% 0.68% -
XYZ 30.74 27.51 30.08 -
YUV 145.93 126.91 148.02 -
System Red Green Blue C M Y K H S L
Decimal 174 132 144 0 0.24 0.17 0.32 342.86 0.21 0.6
Hex AE 84 90 0 18 11 20 157 15 3C
Octal 256 204 220 0 30 21 40 527 25 74
Binary 10101110 10000100 10010000 0 11000 10001 100000 101010111 10101 111100

Color Harmonies of #AE8490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8490

Black with #AE8490

Text Example


Text Example

White with #AE8490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8490; }

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

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

background-color css

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

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

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

border-color css

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

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

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