#AC8589

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

Shades of Tapestry #AC8589

Tints of Tapestry #AC8589

Color information

#AC8589 (or 0xAC8589) is unknown color: approx Tapestry. HEX triplet: AC, 85 and 89. RGB value is (172,133,137). Sum of RGB (Red+Green+Blue) = 172+133+137=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 133 (52.34% from 255 or 30.09% from 442); Blue value is 137 (53.91% from 255 or 31.00% from 442); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8589 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8589 is #537A76. Grayscale: #919191. Windows color (decimal): -5470839 or 9012652. OLE color: 9012652.

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

Color convert

RGB172133137-
CMYK00.230.200.33
HSL353.85º19.02%59.8%-
HSV(B)353.85º22.67%67.45%-
XYZ29.9227.3527.37-
YUV145.12123.42147.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.91%
GREEN value IS 133 (52.34% from 255) = 30.09%
BLUE value IS 137 (53.91% from 255) = 31.00%
R=38.91%
G=30.09%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213313700.230.200.33353.8519.0259.8
HexAC85890171421162133c
Octal25420521102724415422374
Binary1010110010000101100010010101111010010000110110001010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8589; }

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

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

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

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

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

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

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

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