Html Css Color HEX #AE838D Tapestry

📋 copy color: '#AE838D'

red 174 ◦ green 131 ◦ blue 141

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

Shades of Tapestry #AE838D

Tints of Tapestry #AE838D

RGB

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

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

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

R = 39.01%
G = 29.37%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AE838D (or 0xAE838D) is known color: Tapestry. HEX triplet: AE, 83 and 8D. RGB value is (174,131,141). Sum of RGB (Red+Green+Blue) = 174+131+141=446 (59% of max value = 765). Red value is 174 (68.36% from 255 or 39.01% from 446); Green value is 131 (51.56% from 255 or 29.37% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 174 - color contains mainly: red. Hex color #AE838D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE838D is #517C72. Grayscale: #909090. Windows color (decimal): -5340275 or 9274286. OLE color: 9274286.

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

Color convert

RGB 174 131 141 -
CMYK 0 0.25 0.19 0.32
HSL 346.05º 0.21% 0.6% -
HSV(B) 346.05º 0.25% 0.68% -
XYZ 30.38 27.15 28.84 -
YUV 145 125.75 148.69 -
System Red Green Blue C M Y K H S L
Decimal 174 131 141 0 0.25 0.19 0.32 346.05 0.21 0.6
Hex AE 83 8D 0 19 13 20 15A 15 3C
Octal 256 203 215 0 31 23 40 532 25 74
Binary 10101110 10000011 10001101 0 11001 10011 100000 101011010 10101 111100

Color Harmonies of #AE838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE838D

Black with #AE838D

Text Example


Text Example

White with #AE838D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE838D; }

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

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

background-color css

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

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

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

border-color css

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

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

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