#AC8654

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

Shades of Teak #AC8654

Tints of Teak #AC8654

Color information

#AC8654 (or 0xAC8654) is unknown color: approx Teak. HEX triplet: AC, 86 and 54. RGB value is (172,134,84). Sum of RGB (Red+Green+Blue) = 172+134+84=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 84 (33.20% from 255 or 21.54% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8654 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8654 is #5379AB. Grayscale: #8B8B8B. Windows color (decimal): -5470636 or 5539500. OLE color: 5539500.

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

Color convert

RGB17213484-
CMYK00.220.510.33
HSL34.09º34.65%50.2%-
HSV(B)34.09º51.16%67.45%-
XYZ27.1426.4612.06-
YUV139.6696.59151.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.10%
GREEN value IS 134 (52.73% from 255) = 34.36%
BLUE value IS 84 (33.20% from 255) = 21.54%
R=44.10%
G=34.36%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721348400.220.510.3334.0934.6550.2
HexAC86540163321222332
Octal2542061240266341424362
Binary10101100100001101010100010110110011100001100010100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8654; }

 p { color: rgb(172,134,84); }

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

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

 a { background-color: rgb(172,134,84); }

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

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

 span { border-color: rgb(172,134,84); }

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