#AE828D

Color #AE828D Tapestry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tapestry #AE828D

Tints of Tapestry #AE828D

Color information

#AE828D (or 0xAE828D) is unknown color: approx 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

RGB174130141-
CMYK00.250.190.32
HSL345º21.36%59.61%-
HSV(B)345º25.29%68.24%-
XYZ30.2526.8928.79-
YUV144.41126.08149.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.10%
GREEN value IS 130 (51.17% from 255) = 29.21%
BLUE value IS 141 (55.47% from 255) = 31.69%
R=39.10%
G=29.21%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413014100.250.190.3234521.3659.61
HexAE828D0191320159153c
Octal25620221503123405312574
Binary1010111010000010100011010110011001110000010101100110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE828D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>