#AC9357

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

Shades of Teak #AC9357

Tints of Teak #AC9357

Color information

#AC9357 (or 0xAC9357) is unknown color: approx Teak. HEX triplet: AC, 93 and 57. RGB value is (172,147,87). Sum of RGB (Red+Green+Blue) = 172+147+87=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 147 (57.81% from 255 or 36.21% from 406); Blue value is 87 (34.38% from 255 or 21.43% from 406); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9357 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9357 is #536CA8. Grayscale: #939393. Windows color (decimal): -5467305 or 5739436. OLE color: 5739436.

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

Color convert

RGB17214787-
CMYK00.150.490.33
HSL42.35º33.86%50.78%-
HSV(B)42.35º49.42%67.45%-
XYZ29.1730.3313.33-
YUV147.6493.78145.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.36%
GREEN value IS 147 (57.81% from 255) = 36.21%
BLUE value IS 87 (34.38% from 255) = 21.43%
R=42.36%
G=36.21%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721478700.150.490.3342.3533.8650.78
HexAC93570F31212a2233
Octal2542231270176141524263
Binary1010110010010011101011101111110001100001101010100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9357; }

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

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

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

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

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

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

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

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