#AC828F

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

Shades of Tapestry #AC828F

Tints of Tapestry #AC828F

Color information

#AC828F (or 0xAC828F) is unknown color: approx Tapestry. HEX triplet: AC, 82 and 8F. RGB value is (172,130,143). Sum of RGB (Red+Green+Blue) = 172+130+143=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 130 (51.17% from 255 or 29.21% from 445); Blue value is 143 (56.25% from 255 or 32.13% from 445); Max value from RGB is 172 - color contains mainly: red. Hex color #AC828F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC828F is #537D70. Grayscale: #909090. Windows color (decimal): -5471601 or 9405100. OLE color: 9405100.

HSL color Cylindrical-coordinate representation of color #AC828F: hue angle of 341.43º 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 #AC828F is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB172130143-
CMYK00.240.170.33
HSL341.43º20.19%59.22%-
HSV(B)341.43º24.42%67.45%-
XYZ29.9526.7229.57-
YUV144.04127.41147.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.65%
GREEN value IS 130 (51.17% from 255) = 29.21%
BLUE value IS 143 (56.25% from 255) = 32.13%
R=38.65%
G=29.21%
B=32.13%

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
Decimal17213014300.240.170.33341.4320.1959.22
HexAC828F0181121155143b
Octal25420221703021415252473
Binary1010110010000010100011110110001000110000110101010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC828F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC828F; }

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

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

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

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

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

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

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

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