#AC828E

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

Shades of Tapestry #AC828E

Tints of Tapestry #AC828E

Color information

#AC828E (or 0xAC828E) is unknown color: approx Tapestry. HEX triplet: AC, 82 and 8E. RGB value is (172,130,142). Sum of RGB (Red+Green+Blue) = 172+130+142=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 130 (51.17% from 255 or 29.28% from 444); Blue value is 142 (55.86% from 255 or 31.98% from 444); Max value from RGB is 172 - color contains mainly: red. Hex color #AC828E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC828E is #537D71. Grayscale: #8F8F8F. Windows color (decimal): -5471602 or 9339564. OLE color: 9339564.

HSL color Cylindrical-coordinate representation of color #AC828E: hue angle of 342.86º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AC828E is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB172130142-
CMYK00.240.170.33
HSL342.86º20.19%59.22%-
HSV(B)342.86º24.42%67.45%-
XYZ29.8826.6929.17-
YUV143.93126.91148.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.74%
GREEN value IS 130 (51.17% from 255) = 29.28%
BLUE value IS 142 (55.86% from 255) = 31.98%
R=38.74%
G=29.28%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213014200.240.170.33342.8620.1959.22
HexAC828E0181121157143b
Octal25420221603021415272473
Binary1010110010000010100011100110001000110000110101011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC828E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC828E; }

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

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

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

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

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

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

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

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