#AC8D5C

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

Shades of Teak #AC8D5C

Tints of Teak #AC8D5C

Color information

#AC8D5C (or 0xAC8D5C) is unknown color: approx Teak. HEX triplet: AC, 8D and 5C. RGB value is (172,141,92). Sum of RGB (Red+Green+Blue) = 172+141+92=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 141 (55.47% from 255 or 34.81% from 405); Blue value is 92 (36.33% from 255 or 22.72% from 405); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8D5C is #5372A3. Grayscale: #909090. Windows color (decimal): -5468836 or 6065580. OLE color: 6065580.

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

Color convert

RGB17214192-
CMYK00.180.470.33
HSL36.75º32.52%51.76%-
HSV(B)36.75º46.51%67.45%-
XYZ28.4728.5914.14-
YUV144.6898.27147.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.47%
GREEN value IS 141 (55.47% from 255) = 34.81%
BLUE value IS 92 (36.33% from 255) = 22.72%
R=42.47%
G=34.81%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721419200.180.470.3336.7532.5251.76
HexAC8D5C0122F21252134
Octal2542151340225741454164
Binary10101100100011011011100010010101111100001100101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8D5C; }

 p { color: rgb(172,141,92); }

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

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

 a { background-color: rgb(172,141,92); }

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

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

 span { border-color: rgb(172,141,92); }

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