#AC9156

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

Shades of Teak #AC9156

Tints of Teak #AC9156

Color information

#AC9156 (or 0xAC9156) is unknown color: approx Teak. HEX triplet: AC, 91 and 56. RGB value is (172,145,86). Sum of RGB (Red+Green+Blue) = 172+145+86=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 145 (57.03% from 255 or 35.98% from 403); Blue value is 86 (33.98% from 255 or 21.34% from 403); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9156 is #536EA9. Grayscale: #929292. Windows color (decimal): -5467818 or 5673388. OLE color: 5673388.

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

Color convert

RGB17214586-
CMYK00.160.50.33
HSL41.16º34.13%50.59%-
HSV(B)41.16º50%67.45%-
XYZ28.8229.6913.02-
YUV146.3593.95146.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.68%
GREEN value IS 145 (57.03% from 255) = 35.98%
BLUE value IS 86 (33.98% from 255) = 21.34%
R=42.68%
G=35.98%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.5
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721458600.160.50.3341.1634.1350.59
HexAC91560103221292233
Octal2542211260206241514263
Binary10101100100100011010110010000110010100001101001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9156; }

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

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

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

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

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

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

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

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