#AC8B57

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

Shades of Teak #AC8B57

Tints of Teak #AC8B57

Color information

#AC8B57 (or 0xAC8B57) is unknown color: approx Teak. HEX triplet: AC, 8B and 57. RGB value is (172,139,87). Sum of RGB (Red+Green+Blue) = 172+139+87=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 87 (34.38% from 255 or 21.86% from 398); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8B57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8B57 is #5374A8. Grayscale: #8F8F8F. Windows color (decimal): -5469353 or 5737388. OLE color: 5737388.

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

Color convert

RGB17213987-
CMYK00.190.490.33
HSL36.71º33.86%50.78%-
HSV(B)36.71º49.42%67.45%-
XYZ27.9727.9212.93-
YUV142.9496.43148.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.22%
GREEN value IS 139 (54.69% from 255) = 34.92%
BLUE value IS 87 (34.38% from 255) = 21.86%
R=43.22%
G=34.92%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721398700.190.490.3336.7133.8650.78
HexAC8B570133121252233
Octal2542131270236141454263
Binary10101100100010111010111010011110001100001100101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8B57; }

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

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

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

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

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

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

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

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