#AC828D

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

Shades of Tapestry #AC828D

Tints of Tapestry #AC828D

Color information

#AC828D (or 0xAC828D) is unknown color: approx Tapestry. HEX triplet: AC, 82 and 8D. RGB value is (172,130,141). Sum of RGB (Red+Green+Blue) = 172+130+141=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 130 (51.17% from 255 or 29.35% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 172 - color contains mainly: red. Hex color #AC828D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC828D is #537D72. Grayscale: #8F8F8F. Windows color (decimal): -5471603 or 9274028. OLE color: 9274028.

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

Color convert

RGB172130141-
CMYK00.240.180.33
HSL344.29º20.19%59.22%-
HSV(B)344.29º24.42%67.45%-
XYZ29.826.6628.77-
YUV143.81126.41148.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.83%
GREEN value IS 130 (51.17% from 255) = 29.35%
BLUE value IS 141 (55.47% from 255) = 31.83%
R=38.83%
G=29.35%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213014100.240.180.33344.2920.1959.22
HexAC828D0181221158143b
Octal25420221503022415302473
Binary1010110010000010100011010110001001010000110101100010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC828D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC828D; }

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

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

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

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

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

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

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

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