#AC8C56

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

Shades of Teak #AC8C56

Tints of Teak #AC8C56

Color information

#AC8C56 (or 0xAC8C56) is unknown color: approx Teak. HEX triplet: AC, 8C and 56. RGB value is (172,140,86). Sum of RGB (Red+Green+Blue) = 172+140+86=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 86 (33.98% from 255 or 21.61% from 398); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8C56 is #5373A9. Grayscale: #8F8F8F. Windows color (decimal): -5469098 or 5672108. OLE color: 5672108.

HSL color Cylindrical-coordinate representation of color #AC8C56: hue angle of 37.67º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC8C56 is Cyan = 0, Magento = 0.19, Yellow = 0.5 and Black (K on CMYK) = 0.33.

Color convert

RGB17214086-
CMYK00.190.50.33
HSL37.67º34.13%50.59%-
HSV(B)37.67º50%67.45%-
XYZ28.0728.212.77-
YUV143.4195.6148.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.22%
GREEN value IS 140 (55.08% from 255) = 35.18%
BLUE value IS 86 (33.98% from 255) = 21.61%
R=43.22%
G=35.18%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.5
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721408600.190.50.3337.6734.1350.59
HexAC8C560133221262233
Octal2542141260236241464263
Binary10101100100011001010110010011110010100001100110100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8C56; }

 p { color: rgb(172,140,86); }

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

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

 a { background-color: rgb(172,140,86); }

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

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

 span { border-color: rgb(172,140,86); }

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