#AE828C

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

Shades of Tapestry #AE828C

Tints of Tapestry #AE828C

Color information

#AE828C (or 0xAE828C) is unknown color: approx Tapestry. HEX triplet: AE, 82 and 8C. RGB value is (174,130,140). Sum of RGB (Red+Green+Blue) = 174+130+140=444 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.19% from 444); Green value is 130 (51.17% from 255 or 29.28% from 444); Blue value is 140 (55.08% from 255 or 31.53% from 444); Max value from RGB is 174 - color contains mainly: red. Hex color #AE828C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE828C is #517D73. Grayscale: #909090. Windows color (decimal): -5340532 or 9208494. OLE color: 9208494.

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

Color convert

RGB174130140-
CMYK00.250.200.32
HSL346.36º21.36%59.61%-
HSV(B)346.36º25.29%68.24%-
XYZ30.1726.8628.4-
YUV144.3125.58149.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.19%
GREEN value IS 130 (51.17% from 255) = 29.28%
BLUE value IS 140 (55.08% from 255) = 31.53%
R=39.19%
G=29.28%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413014000.250.200.32346.3621.3659.61
HexAE828C019142015a153c
Octal25620221403124405322574
Binary1010111010000010100011000110011010010000010101101010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE828C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE828C; }

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

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

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

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

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

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

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

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