#AC8688

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

Shades of Tapestry #AC8688

Tints of Tapestry #AC8688

Color information

#AC8688 (or 0xAC8688) is unknown color: approx Tapestry. HEX triplet: AC, 86 and 88. RGB value is (172,134,136). Sum of RGB (Red+Green+Blue) = 172+134+136=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 134 (52.73% from 255 or 30.32% from 442); Blue value is 136 (53.52% from 255 or 30.77% from 442); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8688 is #537977. Grayscale: #919191. Windows color (decimal): -5470584 or 8947372. OLE color: 8947372.

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

Color convert

RGB172134136-
CMYK00.220.210.33
HSL356.84º18.63%60%-
HSV(B)356.84º22.09%67.45%-
XYZ29.9827.627.04-
YUV145.59122.59146.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.91%
GREEN value IS 134 (52.73% from 255) = 30.32%
BLUE value IS 136 (53.52% from 255) = 30.77%
R=38.91%
G=30.32%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213413600.220.210.33356.8418.6360
HexAC86880161521165133c
Octal25420621002625415452374
Binary1010110010000110100010000101101010110000110110010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8688; }

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

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

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

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

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

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

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

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