#AC894E

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

Shades of Teak #AC894E

Tints of Teak #AC894E

Color information

#AC894E (or 0xAC894E) is unknown color: approx Teak. HEX triplet: AC, 89 and 4E. RGB value is (172,137,78). Sum of RGB (Red+Green+Blue) = 172+137+78=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 78 (30.86% from 255 or 20.16% from 387); Max value from RGB is 172 - color contains mainly: red. Hex color #AC894E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC894E is #5376B1. Grayscale: #8D8D8D. Windows color (decimal): -5469874 or 5147052. OLE color: 5147052.

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

Color convert

RGB17213778-
CMYK00.200.550.33
HSL37.66º37.6%49.02%-
HSV(B)37.66º54.65%67.45%-
XYZ27.3327.2111.02-
YUV140.7492.6150.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.44%
GREEN value IS 137 (53.91% from 255) = 35.40%
BLUE value IS 78 (30.86% from 255) = 20.16%
R=44.44%
G=35.40%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721377800.200.550.3337.6637.649.02
HexAC894E0143721262631
Octal2542111160246741464661
Binary10101100100010011001110010100110111100001100110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC894E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC894E; }

 p { color: rgb(172,137,78); }

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

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

 a { background-color: rgb(172,137,78); }

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

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

 span { border-color: rgb(172,137,78); }

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