#AC888D

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

Shades of Tapestry #AC888D

Tints of Tapestry #AC888D

Color information

#AC888D (or 0xAC888D) is unknown color: approx Tapestry. HEX triplet: AC, 88 and 8D. RGB value is (172,136,141). Sum of RGB (Red+Green+Blue) = 172+136+141=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 136 (53.52% from 255 or 30.29% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 172 - color contains mainly: red. Hex color #AC888D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC888D is #537772. Grayscale: #939393. Windows color (decimal): -5470067 or 9275564. OLE color: 9275564.

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

Color convert

RGB172136141-
CMYK00.210.180.33
HSL351.67º17.82%60.39%-
HSV(B)351.67º20.93%67.45%-
XYZ30.6328.329.05-
YUV147.33124.43145.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.31%
GREEN value IS 136 (53.52% from 255) = 30.29%
BLUE value IS 141 (55.47% from 255) = 31.40%
R=38.31%
G=30.29%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213614100.210.180.33351.6717.8260.39
HexAC888D0151221160123c
Octal25421021502522415402274
Binary1010110010001000100011010101011001010000110110000010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC888D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC888D; }

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

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

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

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

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

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

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

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