#AC8D57

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

Shades of Teak #AC8D57

Tints of Teak #AC8D57

Color information

#AC8D57 (or 0xAC8D57) is unknown color: approx Teak. HEX triplet: AC, 8D and 57. RGB value is (172,141,87). Sum of RGB (Red+Green+Blue) = 172+141+87=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 87 (34.38% from 255 or 21.75% from 400); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8D57 is #5372A8. Grayscale: #909090. Windows color (decimal): -5468841 or 5737900. OLE color: 5737900.

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

Color convert

RGB17214187-
CMYK00.180.490.33
HSL38.12º33.86%50.78%-
HSV(B)38.12º49.42%67.45%-
XYZ28.2628.5113.03-
YUV144.1195.77147.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43%
GREEN value IS 141 (55.47% from 255) = 35.25%
BLUE value IS 87 (34.38% from 255) = 21.75%
R=43%
G=35.25%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721418700.180.490.3338.1233.8650.78
HexAC8D570123121262233
Octal2542151270226141464263
Binary10101100100011011010111010010110001100001100110100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8D57; }

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

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

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

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

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

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

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

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