#A0894E

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

Shades of Teak #A0894E

Tints of Teak #A0894E

Color information

#A0894E (or 0xA0894E) is unknown color: approx Teak. HEX triplet: A0, 89 and 4E. RGB value is (160,137,78). Sum of RGB (Red+Green+Blue) = 160+137+78=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 78 (30.86% from 255 or 20.8% from 375); Max value from RGB is 160 - color contains mainly: red. Hex color #A0894E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0894E is #5F76B1. Grayscale: #898989. Windows color (decimal): -6256306 or 5147040. OLE color: 5147040.

HSL color Cylindrical-coordinate representation of color #A0894E: hue angle of 43.17º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0894E is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.37.

Color convert

RGB16013778-
CMYK00.140.510.37
HSL43.17º34.45%46.67%-
HSV(B)43.17º51.25%62.75%-
XYZ24.8225.9110.9-
YUV137.1594.62144.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.67%
GREEN value IS 137 (53.91% from 255) = 36.53%
BLUE value IS 78 (30.86% from 255) = 20.8%
R=42.67%
G=36.53%
B=20.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.51
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601377800.140.510.3743.1734.4546.67
HexA0894E0E33252b222f
Octal2402111160166345534257
Binary1010000010001001100111001110110011100101101011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0894E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0894E; }

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

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

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

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

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

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

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

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