#AC8457

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

Shades of Teak #AC8457

Tints of Teak #AC8457

Color information

#AC8457 (or 0xAC8457) is unknown color: approx Teak. HEX triplet: AC, 84 and 57. RGB value is (172,132,87). Sum of RGB (Red+Green+Blue) = 172+132+87=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 87 (34.38% from 255 or 22.25% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8457 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8457 is #537BA8. Grayscale: #8B8B8B. Windows color (decimal): -5471145 or 5735596. OLE color: 5735596.

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

Color convert

RGB17213287-
CMYK00.230.490.33
HSL31.76º33.86%50.78%-
HSV(B)31.76º49.42%67.45%-
XYZ26.9825.9612.61-
YUV138.8398.75151.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.99%
GREEN value IS 132 (51.95% from 255) = 33.76%
BLUE value IS 87 (34.38% from 255) = 22.25%
R=43.99%
G=33.76%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721328700.230.490.3331.7633.8650.78
HexAC84570173121202233
Octal2542041270276141404263
Binary10101100100001001010111010111110001100001100000100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8457; }

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

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

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

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

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

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

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

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