Html Css Color HEX #AE828D Tapestry

📋 copy color: '#AE828D'

red 174 ◦ green 130 ◦ blue 141

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

Shades of Tapestry #AE828D

Tints of Tapestry #AE828D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.21%

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

R = 39.1%
G = 29.21%
B = 31.69%

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

#AE828D (or 0xAE828D) is known color: Tapestry. HEX triplet: AE, 82 and 8D. RGB value is (174,130,141). Sum of RGB (Red+Green+Blue) = 174+130+141=445 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.10% from 445); Green value is 130 (51.17% from 255 or 29.21% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 174 - color contains mainly: red. Hex color #AE828D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE828D is #517D72. Grayscale: #909090. Windows color (decimal): -5340531 or 9274030. OLE color: 9274030.

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

Color convert

RGB 174 130 141 -
CMYK 0 0.25 0.19 0.32
HSL 345º 0.21% 0.6% -
HSV(B) 345º 0.25% 0.68% -
XYZ 30.25 26.89 28.79 -
YUV 144.41 126.08 149.11 -
System Red Green Blue C M Y K H S L
Decimal 174 130 141 0 0.25 0.19 0.32 345 0.21 0.6
Hex AE 82 8D 0 19 13 20 159 15 3C
Octal 256 202 215 0 31 23 40 531 25 74
Binary 10101110 10000010 10001101 0 11001 10011 100000 101011001 10101 111100

Color Harmonies of #AE828D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE828D

Black with #AE828D

Text Example


Text Example

White with #AE828D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE828D; }

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

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

background-color css

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

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

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

border-color css

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

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

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