#AC8459

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

Shades of Teak #AC8459

Tints of Teak #AC8459

Color information

#AC8459 (or 0xAC8459) is unknown color: approx Teak. HEX triplet: AC, 84 and 59. RGB value is (172,132,89). Sum of RGB (Red+Green+Blue) = 172+132+89=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 89 (35.16% from 255 or 22.65% from 393); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8459 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8459 is #537BA6. Grayscale: #8B8B8B. Windows color (decimal): -5471143 or 5866668. OLE color: 5866668.

HSL color Cylindrical-coordinate representation of color #AC8459: hue angle of 31.08º 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 #AC8459 is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB17213289-
CMYK00.230.480.33
HSL31.08º33.33%51.18%-
HSV(B)31.08º48.26%67.45%-
XYZ27.0725.9913.04-
YUV139.0699.75151.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.77%
GREEN value IS 132 (51.95% from 255) = 33.59%
BLUE value IS 89 (35.16% from 255) = 22.65%
R=43.77%
G=33.59%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721328900.230.480.3331.0833.3351.18
HexAC845901730211f2133
Octal2542041310276041374163
Binary1010110010000100101100101011111000010000111111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8459; }

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

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

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

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

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

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

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

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