#A3945D

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

Shades of Teak #A3945D

Tints of Teak #A3945D

Color information

#A3945D (or 0xA3945D) is unknown color: approx Teak. HEX triplet: A3, 94 and 5D. RGB value is (163,148,93). Sum of RGB (Red+Green+Blue) = 163+148+93=404 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.35% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 93 (36.72% from 255 or 23.02% from 404); Max value from RGB is 163 - color contains mainly: red. Hex color #A3945D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3945D is #5C6BA2. Grayscale: #929292. Windows color (decimal): -6056867 or 6132899. OLE color: 6132899.

HSL color Cylindrical-coordinate representation of color #A3945D: hue angle of 47.14º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A3945D is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB16314893-
CMYK00.090.430.36
HSL47.14º27.56%50.2%-
HSV(B)47.14º42.94%63.92%-
XYZ27.6729.7614.64-
YUV146.2297.97139.97-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.35%
GREEN value IS 148 (58.20% from 255) = 36.63%
BLUE value IS 93 (36.72% from 255) = 23.02%
R=40.35%
G=36.63%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631489300.090.430.3647.1427.5650.2
HexA3945D092B242f1c32
Octal2432241350115344573462
Binary101000111001010010111010100110101110010010111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3945D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3945D; }

 p { color: rgb(163,148,93); }

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

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

 a { background-color: rgb(163,148,93); }

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

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

 span { border-color: rgb(163,148,93); }

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