#AE828E

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

Shades of Tapestry #AE828E

Tints of Tapestry #AE828E

Color information

#AE828E (or 0xAE828E) is unknown color: approx Tapestry. HEX triplet: AE, 82 and 8E. RGB value is (174,130,142). Sum of RGB (Red+Green+Blue) = 174+130+142=446 (59% of max value = 765). Red value is 174 (68.36% from 255 or 39.01% from 446); Green value is 130 (51.17% from 255 or 29.15% from 446); Blue value is 142 (55.86% from 255 or 31.84% from 446); Max value from RGB is 174 - color contains mainly: red. Hex color #AE828E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE828E is #517D71. Grayscale: #909090. Windows color (decimal): -5340530 or 9339566. OLE color: 9339566.

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

Color convert

RGB174130142-
CMYK00.250.180.32
HSL343.64º21.36%59.61%-
HSV(B)343.64º25.29%68.24%-
XYZ30.3226.9229.19-
YUV144.52126.58149.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.01%
GREEN value IS 130 (51.17% from 255) = 29.15%
BLUE value IS 142 (55.86% from 255) = 31.84%
R=39.01%
G=29.15%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413014200.250.180.32343.6421.3659.61
HexAE828E0191220158153c
Octal25620221603122405302574
Binary1010111010000010100011100110011001010000010101100010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE828E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE828E; }

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

 H1.HeaderClassName
 {
   color: #AE828E;
 }
 .AnyTagClassName
 {
   color: #AE828E;
 }
</style>
background-color css

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

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

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

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

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

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