#AC865D

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

Shades of Teak #AC865D

Tints of Teak #AC865D

Color information

#AC865D (or 0xAC865D) is unknown color: approx Teak. HEX triplet: AC, 86 and 5D. RGB value is (172,134,93). Sum of RGB (Red+Green+Blue) = 172+134+93=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 134 (52.73% from 255 or 33.58% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 172 - color contains mainly: red. Hex color #AC865D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC865D is #5379A2. Grayscale: #8C8C8C. Windows color (decimal): -5470627 or 6129324. OLE color: 6129324.

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

Color convert

RGB17213493-
CMYK00.220.460.33
HSL31.14º32.24%51.96%-
HSV(B)31.14º45.93%67.45%-
XYZ27.5126.6114.04-
YUV140.69101.09150.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.11%
GREEN value IS 134 (52.73% from 255) = 33.58%
BLUE value IS 93 (36.72% from 255) = 23.31%
R=43.11%
G=33.58%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721349300.220.460.3331.1432.2451.96
HexAC865D0162E211f2034
Octal2542061350265641374064
Binary1010110010000110101110101011010111010000111111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC865D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC865D; }

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

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

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

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

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

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

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

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