#A0894F

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

Shades of Teak #A0894F

Tints of Teak #A0894F

Color information

#A0894F (or 0xA0894F) is unknown color: approx Teak. HEX triplet: A0, 89 and 4F. RGB value is (160,137,79). Sum of RGB (Red+Green+Blue) = 160+137+79=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 79 (31.25% from 255 or 21.01% from 376); Max value from RGB is 160 - color contains mainly: red. Hex color #A0894F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0894F is #5F76B0. Grayscale: #898989. Windows color (decimal): -6256305 or 5212576. OLE color: 5212576.

HSL color Cylindrical-coordinate representation of color #A0894F: hue angle of 42.96º 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 #A0894F is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.37.

Color convert

RGB16013779-
CMYK00.140.510.37
HSL42.96º33.89%46.86%-
HSV(B)42.96º50.63%62.75%-
XYZ24.8525.9311.09-
YUV137.2695.12144.22-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.55%
GREEN value IS 137 (53.91% from 255) = 36.44%
BLUE value IS 79 (31.25% from 255) = 21.01%
R=42.55%
G=36.44%
B=21.01%

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
Decimal1601377900.140.510.3742.9633.8946.86
HexA0894F0E33252b222f
Octal2402111170166345534257
Binary1010000010001001100111101110110011100101101011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0894F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0894F; }

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

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

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

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

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

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

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

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