#AE828B

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

Shades of Tapestry #AE828B

Tints of Tapestry #AE828B

Color information

#AE828B (or 0xAE828B) is unknown color: approx Tapestry. HEX triplet: AE, 82 and 8B. RGB value is (174,130,139). Sum of RGB (Red+Green+Blue) = 174+130+139=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 130 (51.17% from 255 or 29.35% from 443); Blue value is 139 (54.69% from 255 or 31.38% from 443); Max value from RGB is 174 - color contains mainly: red. Hex color #AE828B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE828B is #517D74. Grayscale: #909090. Windows color (decimal): -5340533 or 9142958. OLE color: 9142958.

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

Color convert

RGB174130139-
CMYK00.250.200.32
HSL347.73º21.36%59.61%-
HSV(B)347.73º25.29%68.24%-
XYZ30.126.8328.02-
YUV144.18125.08149.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.28%
GREEN value IS 130 (51.17% from 255) = 29.35%
BLUE value IS 139 (54.69% from 255) = 31.38%
R=39.28%
G=29.35%
B=31.38%

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
Decimal17413013900.250.200.32347.7321.3659.61
HexAE828B019142015c153c
Octal25620221303124405342574
Binary1010111010000010100010110110011010010000010101110010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE828B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE828B; }

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

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

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

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

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

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

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

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