#AC8A57

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

Shades of Teak #AC8A57

Tints of Teak #AC8A57

Color information

#AC8A57 (or 0xAC8A57) is unknown color: approx Teak. HEX triplet: AC, 8A and 57. RGB value is (172,138,87). Sum of RGB (Red+Green+Blue) = 172+138+87=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 87 (34.38% from 255 or 21.91% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8A57 is #5375A8. Grayscale: #8E8E8E. Windows color (decimal): -5469609 or 5737132. OLE color: 5737132.

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

Color convert

RGB17213887-
CMYK00.200.490.33
HSL36º33.86%50.78%-
HSV(B)36º49.42%67.45%-
XYZ27.8227.6412.88-
YUV142.3596.76149.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.32%
GREEN value IS 138 (54.30% from 255) = 34.76%
BLUE value IS 87 (34.38% from 255) = 21.91%
R=43.32%
G=34.76%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721388700.200.490.333633.8650.78
HexAC8A570143121242233
Octal2542121270246141444263
Binary10101100100010101010111010100110001100001100100100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8A57; }

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

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

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

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

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

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

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

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