#AC818D

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

Shades of Tapestry #AC818D

Tints of Tapestry #AC818D

Color information

#AC818D (or 0xAC818D) is unknown color: approx Tapestry. HEX triplet: AC, 81 and 8D. RGB value is (172,129,141). Sum of RGB (Red+Green+Blue) = 172+129+141=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 129 (50.78% from 255 or 29.19% from 442); Blue value is 141 (55.47% from 255 or 31.90% from 442); Max value from RGB is 172 - color contains mainly: red. Hex color #AC818D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC818D is #537E72. Grayscale: #8F8F8F. Windows color (decimal): -5471859 or 9273772. OLE color: 9273772.

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

Color convert

RGB172129141-
CMYK00.250.180.33
HSL343.26º20.57%59.02%-
HSV(B)343.26º25%67.45%-
XYZ29.6726.3928.73-
YUV143.22126.75148.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.91%
GREEN value IS 129 (50.78% from 255) = 29.19%
BLUE value IS 141 (55.47% from 255) = 31.90%
R=38.91%
G=29.19%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212914100.250.180.33343.2620.5759.02
HexAC818D0191221157153b
Octal25420121503122415272573
Binary1010110010000001100011010110011001010000110101011110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC818D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC818D; }

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

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

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

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

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

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

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

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