#A3894E

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

Shades of Teak #A3894E

Tints of Teak #A3894E

Color information

#A3894E (or 0xA3894E) is unknown color: approx Teak. HEX triplet: A3, 89 and 4E. RGB value is (163,137,78). Sum of RGB (Red+Green+Blue) = 163+137+78=378 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.12% from 378); Green value is 137 (53.91% from 255 or 36.24% from 378); Blue value is 78 (30.86% from 255 or 20.63% from 378); Max value from RGB is 163 - color contains mainly: red. Hex color #A3894E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3894E is #5C76B1. Grayscale: #8A8A8A. Windows color (decimal): -6059698 or 5147043. OLE color: 5147043.

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

Color convert

RGB16313778-
CMYK00.160.520.36
HSL41.65º35.27%47.25%-
HSV(B)41.65º52.15%63.92%-
XYZ25.4326.2310.93-
YUV138.0594.11145.8-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.12%
GREEN value IS 137 (53.91% from 255) = 36.24%
BLUE value IS 78 (30.86% from 255) = 20.63%
R=43.12%
G=36.24%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631377800.160.520.3641.6535.2747.25
HexA3894E01034242a232f
Octal2432111160206444524357
Binary10100011100010011001110010000110100100100101010100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3894E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3894E; }

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

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

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

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

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

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

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

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