#AC8389

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

Shades of Tapestry #AC8389

Tints of Tapestry #AC8389

Color information

#AC8389 (or 0xAC8389) is unknown color: approx Tapestry. HEX triplet: AC, 83 and 89. RGB value is (172,131,137). Sum of RGB (Red+Green+Blue) = 172+131+137=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 131 (51.56% from 255 or 29.77% from 440); Blue value is 137 (53.91% from 255 or 31.14% from 440); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8389 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8389 is #537C76. Grayscale: #8F8F8F. Windows color (decimal): -5471351 or 9012140. OLE color: 9012140.

HSL color Cylindrical-coordinate representation of color #AC8389: hue angle of 351.22º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AC8389 is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB172131137-
CMYK00.240.200.33
HSL351.22º19.81%59.41%-
HSV(B)351.22º23.84%67.45%-
XYZ29.6426.8127.28-
YUV143.94124.08148.01-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.09%
GREEN value IS 131 (51.56% from 255) = 29.77%
BLUE value IS 137 (53.91% from 255) = 31.14%
R=39.09%
G=29.77%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213113700.240.200.33351.2219.8159.41
HexAC8389018142115f143b
Octal25420321103024415372473
Binary1010110010000011100010010110001010010000110101111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8389; }

 p { color: rgb(172,131,137); }

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

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

 a { background-color: rgb(172,131,137); }

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

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

 span { border-color: rgb(172,131,137); }

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