#AC818B

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

Shades of Tapestry #AC818B

Tints of Tapestry #AC818B

Color information

#AC818B (or 0xAC818B) is unknown color: approx Tapestry. HEX triplet: AC, 81 and 8B. RGB value is (172,129,139). Sum of RGB (Red+Green+Blue) = 172+129+139=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 129 (50.78% from 255 or 29.32% from 440); Blue value is 139 (54.69% from 255 or 31.59% from 440); Max value from RGB is 172 - color contains mainly: red. Hex color #AC818B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC818B is #537E74. Grayscale: #8F8F8F. Windows color (decimal): -5471861 or 9142700. OLE color: 9142700.

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

Color convert

RGB172129139-
CMYK00.250.190.33
HSL346.05º20.57%59.02%-
HSV(B)346.05º25%67.45%-
XYZ29.5226.3427.95-
YUV143125.75148.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.09%
GREEN value IS 129 (50.78% from 255) = 29.32%
BLUE value IS 139 (54.69% from 255) = 31.59%
R=39.09%
G=29.32%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212913900.250.190.33346.0520.5759.02
HexAC818B019132115a153b
Octal25420121303123415322573
Binary1010110010000001100010110110011001110000110101101010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC818B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC818B; }

 p { color: rgb(172,129,139); }

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

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

 a { background-color: rgb(172,129,139); }

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

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

 span { border-color: rgb(172,129,139); }

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