#AC8A59

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

Shades of Teak #AC8A59

Tints of Teak #AC8A59

Color information

#AC8A59 (or 0xAC8A59) is unknown color: approx Teak. HEX triplet: AC, 8A and 59. RGB value is (172,138,89). Sum of RGB (Red+Green+Blue) = 172+138+89=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 89 (35.16% from 255 or 22.31% from 399); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8A59 is #5375A6. Grayscale: #8E8E8E. Windows color (decimal): -5469607 or 5868204. OLE color: 5868204.

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

Color convert

RGB17213889-
CMYK00.200.480.33
HSL35.42º33.33%51.18%-
HSV(B)35.42º48.26%67.45%-
XYZ27.927.6713.32-
YUV142.5897.76148.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.11%
GREEN value IS 138 (54.30% from 255) = 34.59%
BLUE value IS 89 (35.16% from 255) = 22.31%
R=43.11%
G=34.59%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721388900.200.480.3335.4233.3351.18
HexAC8A590143021232133
Octal2542121310246041434163
Binary10101100100010101011001010100110000100001100011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8A59; }

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

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

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

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

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

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

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

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