#AC818C

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

Shades of Tapestry #AC818C

Tints of Tapestry #AC818C

Color information

#AC818C (or 0xAC818C) is unknown color: approx Tapestry. HEX triplet: AC, 81 and 8C. RGB value is (172,129,140). Sum of RGB (Red+Green+Blue) = 172+129+140=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 129 (50.78% from 255 or 29.25% from 441); Blue value is 140 (55.08% from 255 or 31.75% from 441); Max value from RGB is 172 - color contains mainly: red. Hex color #AC818C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC818C is #537E73. Grayscale: #8F8F8F. Windows color (decimal): -5471860 or 9208236. OLE color: 9208236.

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

Color convert

RGB172129140-
CMYK00.250.190.33
HSL344.65º20.57%59.02%-
HSV(B)344.65º25%67.45%-
XYZ29.626.3628.34-
YUV143.11126.25148.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.00%
GREEN value IS 129 (50.78% from 255) = 29.25%
BLUE value IS 140 (55.08% from 255) = 31.75%
R=39.00%
G=29.25%
B=31.75%

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
Decimal17212914000.250.190.33344.6520.5759.02
HexAC818C0191321159153b
Octal25420121403123415312573
Binary1010110010000001100011000110011001110000110101100110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC818C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC818C; }

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

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

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

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

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

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

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

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