#AC8759

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

Shades of Teak #AC8759

Tints of Teak #AC8759

Color information

#AC8759 (or 0xAC8759) is unknown color: approx Teak. HEX triplet: AC, 87 and 59. RGB value is (172,135,89). Sum of RGB (Red+Green+Blue) = 172+135+89=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 135 (53.12% from 255 or 34.09% from 396); Blue value is 89 (35.16% from 255 or 22.47% from 396); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8759 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8759 is #5378A6. Grayscale: #8D8D8D. Windows color (decimal): -5470375 or 5867436. OLE color: 5867436.

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

Color convert

RGB17213589-
CMYK00.220.480.33
HSL33.25º33.33%51.18%-
HSV(B)33.25º48.26%67.45%-
XYZ27.4826.8213.18-
YUV140.8298.76150.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.43%
GREEN value IS 135 (53.12% from 255) = 34.09%
BLUE value IS 89 (35.16% from 255) = 22.47%
R=43.43%
G=34.09%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721358900.220.480.3333.2533.3351.18
HexAC87590163021212133
Octal2542071310266041414163
Binary10101100100001111011001010110110000100001100001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8759; }

 p { color: rgb(172,135,89); }

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

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

 a { background-color: rgb(172,135,89); }

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

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

 span { border-color: rgb(172,135,89); }

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