#AC888A

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

Shades of Tapestry #AC888A

Tints of Tapestry #AC888A

Color information

#AC888A (or 0xAC888A) is unknown color: approx Tapestry. HEX triplet: AC, 88 and 8A. RGB value is (172,136,138). Sum of RGB (Red+Green+Blue) = 172+136+138=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 136 (53.52% from 255 or 30.49% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 172 - color contains mainly: red. Hex color #AC888A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC888A is #537775. Grayscale: #939393. Windows color (decimal): -5470070 or 9078956. OLE color: 9078956.

HSL color Cylindrical-coordinate representation of color #AC888A: hue angle of 356.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 #AC888A is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB172136138-
CMYK00.210.200.33
HSL356.67º17.82%60.39%-
HSV(B)356.67º20.93%67.45%-
XYZ30.428.2127.89-
YUV146.99122.93145.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.57%
GREEN value IS 136 (53.52% from 255) = 30.49%
BLUE value IS 138 (54.30% from 255) = 30.94%
R=38.57%
G=30.49%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213613800.210.200.33356.6717.8260.39
HexAC888A0151421165123c
Octal25421021202524415452274
Binary1010110010001000100010100101011010010000110110010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC888A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC888A; }

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

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

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

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

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

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

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

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