#A2894F

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

Shades of Teak #A2894F

Tints of Teak #A2894F

Color information

#A2894F (or 0xA2894F) is unknown color: approx Teak. HEX triplet: A2, 89 and 4F. RGB value is (162,137,79). Sum of RGB (Red+Green+Blue) = 162+137+79=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 137 (53.91% from 255 or 36.24% from 378); Blue value is 79 (31.25% from 255 or 20.90% from 378); Max value from RGB is 162 - color contains mainly: red. Hex color #A2894F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2894F is #5D76B0. Grayscale: #8A8A8A. Windows color (decimal): -6125233 or 5212578. OLE color: 5212578.

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

Color convert

RGB16213779-
CMYK00.150.510.36
HSL41.93º34.44%47.25%-
HSV(B)41.93º51.23%63.53%-
XYZ25.2626.1411.11-
YUV137.8694.78145.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.86%
GREEN value IS 137 (53.91% from 255) = 36.24%
BLUE value IS 79 (31.25% from 255) = 20.90%
R=42.86%
G=36.24%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621377900.150.510.3641.9334.4447.25
HexA2894F0F33242a222f
Octal2422111170176344524257
Binary1010001010001001100111101111110011100100101010100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2894F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2894F; }

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

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

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

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

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

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

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

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