#AC8E5D

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

Shades of Teak #AC8E5D

Tints of Teak #AC8E5D

Color information

#AC8E5D (or 0xAC8E5D) is unknown color: approx Teak. HEX triplet: AC, 8E and 5D. RGB value is (172,142,93). Sum of RGB (Red+Green+Blue) = 172+142+93=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 142 (55.86% from 255 or 34.89% from 407); Blue value is 93 (36.72% from 255 or 22.85% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8E5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8E5D is #5371A2. Grayscale: #919191. Windows color (decimal): -5468579 or 6131372. OLE color: 6131372.

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

Color convert

RGB17214293-
CMYK00.170.460.33
HSL37.22º32.24%51.96%-
HSV(B)37.22º45.93%67.45%-
XYZ28.6628.9114.42-
YUV145.3898.44146.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.26%
GREEN value IS 142 (55.86% from 255) = 34.89%
BLUE value IS 93 (36.72% from 255) = 22.85%
R=42.26%
G=34.89%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721429300.170.460.3337.2232.2451.96
HexAC8E5D0112E21252034
Octal2542161350215641454064
Binary10101100100011101011101010001101110100001100101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8E5D; }

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

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

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

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

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

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

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

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