#AC8857

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

Shades of Teak #AC8857

Tints of Teak #AC8857

Color information

#AC8857 (or 0xAC8857) is unknown color: approx Teak. HEX triplet: AC, 88 and 57. RGB value is (172,136,87). Sum of RGB (Red+Green+Blue) = 172+136+87=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 87 (34.38% from 255 or 22.03% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8857 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8857 is #5377A8. Grayscale: #8D8D8D. Windows color (decimal): -5470121 or 5736620. OLE color: 5736620.

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

Color convert

RGB17213687-
CMYK00.210.490.33
HSL34.59º33.86%50.78%-
HSV(B)34.59º49.42%67.45%-
XYZ27.5427.0712.79-
YUV141.1897.43149.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.54%
GREEN value IS 136 (53.52% from 255) = 34.43%
BLUE value IS 87 (34.38% from 255) = 22.03%
R=43.54%
G=34.43%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721368700.210.490.3334.5933.8650.78
HexAC88570153121232233
Octal2542101270256141434263
Binary10101100100010001010111010101110001100001100011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8857; }

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

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

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

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

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

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

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

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