#AC8E4C

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

Shades of Teak #AC8E4C

Tints of Teak #AC8E4C

Color information

#AC8E4C (or 0xAC8E4C) is unknown color: approx Teak. HEX triplet: AC, 8E and 4C. RGB value is (172,142,76). Sum of RGB (Red+Green+Blue) = 172+142+76=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 142 (55.86% from 255 or 36.41% from 390); Blue value is 76 (30.08% from 255 or 19.49% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8E4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8E4C is #5371B3. Grayscale: #8F8F8F. Windows color (decimal): -5468596 or 5017260. OLE color: 5017260.

HSL color Cylindrical-coordinate representation of color #AC8E4C: hue angle of 41.25º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC8E4C is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB17214276-
CMYK00.170.560.33
HSL41.25º38.71%48.63%-
HSV(B)41.25º55.81%67.45%-
XYZ27.9928.6410.89-
YUV143.4589.94148.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.10%
GREEN value IS 142 (55.86% from 255) = 36.41%
BLUE value IS 76 (30.08% from 255) = 19.49%
R=44.10%
G=36.41%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721427600.170.560.3341.2538.7148.63
HexAC8E4C0113821292731
Octal2542161140217041514761
Binary10101100100011101001100010001111000100001101001100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8E4C; }

 p { color: rgb(172,142,76); }

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

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

 a { background-color: rgb(172,142,76); }

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

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

 span { border-color: rgb(172,142,76); }

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